aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | fix typo in assign_at_elemsLaytan Laats2023-12-281-1/+1
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge pull request #3051 from laytan/fix-double-execution-of-testsJeroen van Rijn2023-12-271-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | fix double execution of testsLaytan Laats2023-12-271-3/+3
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Disable doc tests for now.Jeroen van Rijn2023-12-271-1/+1
* | | | | | | | | | | | | | | Merge pull request #3050 from laytan/fix-load-directive-with-absolute-pathsJeroen van Rijn2023-12-271-6/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | fix load directive with absolute pathsLaytan Laats2023-12-271-6/+9
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Fix generic_float.odinJeroen van Rijn2023-12-211-2/+0
* | | | | | | | | | | | | | Merge pull request #3039 from chikega/patch-1Jeroen van Rijn2023-12-211-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Update demo.odinGary Chike2023-12-211-2/+2
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2023-12-212-47/+43
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #3037 from laytan/fix-wrong-string-type-assertJeroen van Rijn2023-12-201-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | fix wrong string type assertLaytan Laats2023-12-201-1/+1
| | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | | Merge pull request #3033 from laytan/use-stack-buffer-for-log-allocatorJeroen van Rijn2023-12-201-46/+42
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | use stack buffer for log allocator to avoid logging it's own allocationsLaytan Laats2023-12-191-46/+42
| | |/ / / / / / / / / / / / /
* | / / / / / / / / / / / / / Fix `%g` in `fmt`, and make `%v` default to `%g` for floatsgingerBill2023-12-212-8/+19
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #3031 from Kithuppi/fix-vulkan-bindingsgingerBill2023-12-195-16776/+16809
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | generate new bindingsKithuppi2023-12-184-16768/+16774
| * | | | | | | | | | | | | | fix C bit field parsingKithuppi2023-12-171-8/+35
* | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2023-12-191-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge pull request #3030 from keyle/patch-1gingerBill2023-12-181-1/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Add support for macOSkeyle2023-12-181-1/+3
| | |/ / / / / / / / / / / / /
* | / / / / / / / / / / / / / Update `.gitattributes` with `* text=auto`gingerBill2023-12-191-0/+1
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Fix `assign_at_elems` to match the same logic as `assign_at_elem_string`gingerBill2023-12-181-2/+7
* | | | | | | | | | | | | | Check test procedures after all minimum dependency set calls are donegingerBill2023-12-181-5/+8
* | | | | | | | | | | | | | Merge pull request #3032 from laytan/runtime-arena-edge-casesgingerBill2023-12-186-19/+100
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | fix not passing arg everywhereLaytan2023-12-181-1/+1
| * | | | | | | | | | | | | fix big alignmentLaytan2023-12-183-11/+11
| * | | | | | | | | | | | | fix same problem in virtual arenaLaytan Laats2023-12-181-4/+4
| * | | | | | | | | | | | | add other failing test and fix themLaytan Laats2023-12-182-5/+16
| * | | | | | | | | | | | | switch tests aroundLaytan Laats2023-12-181-1/+1
| * | | | | | | | | | | | | add failing test for runtime arena edge caseLaytan Laats2023-12-183-1/+71
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #3027 from Yawning/fix/build-constraintsgingerBill2023-12-172-2/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | core: Fixed build constraintsYawning Angel2023-12-172-2/+7
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #3025 from laytan/log-allocator-memory-formatJeroen van Rijn2023-12-161-30/+39
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | log allocator: add option to switch between bytes and human formatLaytan Laats2023-12-161-25/+34
| * | | | | | | | | | | | | log allocator: fix the formatting for query info/features and errorsLaytan Laats2023-12-161-4/+4
| * | | | | | | | | | | | | log allocator: use %m to format sizeLaytan Laats2023-12-151-5/+5
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Fix: Bill was a numptygingerBill2023-12-151-15/+19
* | | | | | | | | | | | | Remove neighbouring duplicates from neighbouring sorted array of entities; fi...gingerBill2023-12-151-20/+15
* | | | | | | | | | | | | Merge pull request #3019 from DanielGavin/parser-fixgingerBill2023-12-141-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Fixed crash in `core:odin/parser` with `#reverse`DanielGavin2023-12-131-1/+1
* | | | | | | | | | | | | | Merge pull request #3020 from Lperlind/mastergingerBill2023-12-141-8/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Format hidpi.odinLucas Perlind2023-12-141-8/+8
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Reduce repetition on initializing global type info member arraysgingerBill2023-12-131-52/+10
* | | | | | | | | | | | | Add `-obfuscate-source-code-locations`gingerBill2023-12-135-7/+68
* | | | | | | | | | | | | Merge pull request #3008 from laytan/fix-stat-struct-layout-linux-arm64gingerBill2023-12-131-20/+42
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | clean up field namesLaytan Laats2023-12-081-8/+5
| * | | | | | | | | | | | | fix struct stat layout linux arm64Laytan Laats2023-12-061-20/+45
| | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #3015 from Lperlind/mastergingerBill2023-12-132-0/+136
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Add Hidpi to WindowsLucas Perlind2023-12-122-0/+136