aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | [core]: Remove `do` keyword from the core libraryflysand72023-11-119-237/+273
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #2937 from Kelimion/fix_net_splitJeroen van Rijn2023-11-092-1/+6
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix net.split_urlJeroen van Rijn2023-11-092-1/+6
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #2936 from laytan/fix-linux-acceptJeroen van Rijn2023-11-091-1/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fix linux.accept, addrlen should be a pointer to the length instead of the le...Laytan2023-11-091-1/+2
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #2933 from flga/masterJeroen van Rijn2023-11-081-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | sys/linux: munmap was not using the correct syscallflga2023-11-071-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #2932 from laytan/use-verb-for-fmt-bit-setJeroen van Rijn2023-11-071-4/+32
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | allow integer verbs in fmt_bit_setLaytan Laats2023-11-071-4/+32
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #2919 from jakubtomsu/d3d12-descriptor-heap-type-fixgingerBill2023-11-071-1/+0
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Update d3d12.odinjakubtomsu2023-11-041-1/+0
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #2927 from karl-zylinski/raylib-color-fixed-arraygingerBill2023-11-071-6/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Raylib: use fixed array instead of struct for rl.Color. This makes swizzling ...Karl Zylinski2023-11-061-6/+3
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #2929 from divanburger/dial_bug_fixgingerBill2023-11-071-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix use of unitialized socket in socket_linux.odin#_dial_tcp_from_endpointDivan Burger2023-11-061-1/+1
| |/ / / / / / / / /
* / / / / / / / / / Temporarily disable vendor tests on macOS (botan)Jeroen van Rijn2023-11-061-5/+0
|/ / / / / / / / /
* | | | | | | | | Merge pull request #2926 from karl-zylinski/raylib-shared-use-shared-runtimeJeroen van Rijn2023-11-061-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | RAYLIB_SHARED: use /NODEFAULTLIB:msvcrt instead of /NODEFAULTLIB:libcmt. This...Karl Zylinski2023-11-061-1/+1
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2023-11-064-4/+129
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Delete test artifact.Jeroen van Rijn2023-11-041-0/+0
| * | | | | | | | | Merge pull request #2921 from Kelimion/pow2Jeroen van Rijn2023-11-045-4/+129
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Work around LLVM idiocy.Jeroen van Rijn2023-11-043-5/+12
| | * | | | | | | | | Add math.pow2_f{16,32,64}, fast floating point 2^x where x is an integer.Jeroen van Rijn2023-11-044-4/+122
| |/ / / / / / / / /
* / / / / / / / / / Bodge: fix matrix_flatten issue in Win64 ABIgingerBill2023-11-061-2/+19
|/ / / / / / / / /
* | | | | | | | | Fix #2913gingerBill2023-11-041-0/+5
* | | | | | | | | Add warning for things like `1.0 / some_int`gingerBill2023-11-041-0/+24
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Add `allocator` parameter to `fmt`'s `aprint` and `aprintln`gingerBill2023-11-031-4/+4
* | | | | | | | A docs.odin explaining what are the required entities in core:runtime by the ...dev-2023-11gingerBill2023-11-011-0/+179
* | | | | | | | Add missing callsgingerBill2023-11-011-0/+3
* | | | | | | | Merge pull request #2910 from laytan/fix-empty-pass-because-trailing-commaJeroen van Rijn2023-11-011-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Fix empty pass because of trailing commaLaytan2023-10-311-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #2911 from flysand7/sys-unix-net-fixJeroen van Rijn2023-11-011-1/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | sys/linux: Fix EFAULT on recvfromflysand72023-11-011-1/+2
|/ / / / / /
* | | | | | Merge pull request #2897 from jcmdln/editorconfiggingerBill2023-10-311-1/+5
|\ \ \ \ \ \
| * | | | | | editorconfig: Use 2-column spaces in YAMLjcmdln2023-10-261-1/+5
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #2876 from flysand7/new-sys-unixgingerBill2023-10-3124-754/+6679
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into new-sys-unixgingerBill2023-10-3164-101/+739
| |\ \ \ \ \ \
| * | | | | | | convert spaces to tabsflysand72023-10-276-2168/+2168
| * | | | | | | Implement new sys/unix packageflysand72023-10-2725-762/+6690
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #2906 from karl-zylinski/slice-clone-locgingerBill2023-10-311-4/+4
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Make slice.clone and slice.clone_to_dynamic take a loc parameterKarl Zylinski2023-10-301-4/+4
* | | | | | | Temporarily disable RTTI test on Windows.Jeroen van Rijn2023-10-312-2/+2
|/ / / / / /
* | | | | | Merge pull request #2905 from odin-lang/llvm-17-custom-passesgingerBill2023-10-304-16/+413
|\ \ \ \ \ \
| * | | | | | Explicitly write out the passes for each level and remove certain passesgingerBill2023-10-303-21/+271
| * | | | | | TEST: Add sroa passes backgingerBill2023-10-291-1/+4
| * | | | | | Ignore `store undef` callsgingerBill2023-10-291-1/+5
| * | | | | | Remove trailing commagingerBill2023-10-291-1/+1
| * | | | | | Use default passes without coro, openmp, and sroa passesgingerBill2023-10-291-12/+31
| * | | | | | Test: use custom passes for -o:speedgingerBill2023-10-291-1/+122
* | | | | | | Add test for RTTIJeroen van Rijn2023-10-304-8/+115