aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Support using allocator resize in `_reserve_soa` (fixes #5615)Damian Tarnawski2025-08-232-5/+77
|/ / / /
| * / / Zero existing memory when using resize_soa (fixes #5614)Damian Tarnawski2025-08-232-0/+58
|/ / /
* | | Merge pull request #5613 from GloriousPtr/queue_fix_caller_locationgingerBill2025-08-221-12/+12
|\ \ \
| * | | Propogate `#caller_location` to core:container/queue procsMohit Sethi2025-08-221-12/+12
* | | | Merge pull request #5606 from thetarnav/sdl-ttf-require-resultsgingerBill2025-08-221-41/+55
|\ \ \ \ | |/ / / |/| | |
| * | | Split SDL_ttf bindings to group with and without require_resultsDamian Tarnawski2025-08-201-41/+55
* | | | Fix parentheses for raddbg expressiongingerBill2025-08-221-4/+4
* | | | Remove debug printgingerBill2025-08-221-2/+0
* | | | Improve the raddbg type views generated from `fmt`-based struct field tagsgingerBill2025-08-221-146/+269
| |/ / |/| |
* | | Add `@(raddbg_type_view=<optional-string>)`gingerBill2025-08-214-0/+210
* | | Merge pull request #5607 from blob1807/fix-wasm-simd-mem-equalLaytan2025-08-201-4/+4
|\ \ \ | |/ / |/| |
| * | Fix stride in `memory_equal/compare_zero` giving false positvesblob18072025-08-211-4/+4
|/ /
* | Merge pull request #5599 from BradLewis/fix/file-tag-eofgingerBill2025-08-191-2/+2
|\ \
| * | Check for EOF when scanning file tagsBrad Lewis2025-08-191-2/+2
|/ /
* | Fix bug with `$fn: proc()` when passed with a global variablegingerBill2025-08-181-0/+8
* | Update stb_truetype.c againgingerBill2025-08-188-0/+2
* | Rebuild stb libraries and compile `stb_truetype` using the `stb_rect_pack` rectsgingerBill2025-08-188-0/+2
* | Merge pull request #5596 from alessio98888/mastergingerBill2025-08-181-1/+1
|\ \
| * | Fix buddy allocator assertalessio988882025-08-161-1/+1
* | | Merge pull request #5597 from connnnal/d3d12-min-precisiongingerBill2025-08-181-4/+4
|\ \ \ | |/ / |/| |
| * | Make D3D12_FEATURE_DATA_D3D12_OPTIONS.MinPrecisionSupport a bitsetconnnnal2025-08-171-4/+4
|/ /
* | Merge pull request #5590 from leecommamichael/mastergingerBill2025-08-161-1/+1
|\ \
| * | missed a spotMichael Lee2025-08-151-1/+1
| * | misnamed parameterMichael Lee2025-08-151-1/+1
* | | Merge pull request #5516 from cardboardguru76/darwin-foundation-support-for-h...gingerBill2025-08-152-0/+58
|\ \ \
| * | | Convert leading spaces to tabsSteve Waddicor2025-08-011-26/+26
| * | | Merge branch 'odin-lang:master' into darwin-foundation-support-for-handmade-h...cardboardguru762025-07-309-38/+423
| |\ \ \
| * | | | Additional obj-c methods for darwin FoundationSteve Waddicor2025-07-292-0/+58
* | | | | Merge pull request #5533 from weskerfoot/add-missing-xlib-procgingerBill2025-08-151-0/+12
|\ \ \ \ \
| * | | | | add missing xlib functions for getting and setting text propertiesWesley Kerfoot2025-08-031-0/+12
* | | | | | Merge pull request #5581 from Xotchkass/rand-cleanupgingerBill2025-08-152-32/+19
|\ \ \ \ \ \
| * | | | | | fix: throwing away the last generated byte in default_random_generator_procXotchkass2025-08-141-1/+1
| * | | | | | remove private _random_u64 and move it's functionality into public uint64Xotchkass2025-08-141-19/+16
| * | | | | | use runtime.random_generator_read_bytes in read procedure instead of filling ...Xotchkass2025-08-141-12/+2
* | | | | | | Merge pull request #5582 from diniamo/fix-itimer-flagsgingerBill2025-08-151-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix ITimer_Flags_Bits enum valuediniamo2025-08-141-1/+1
| |/ / / / / /
* | | | | | | Merge pull request #5583 from slowhei/mastergingerBill2025-08-141-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix typo in newBufferWithSliceNoCopyTohei Ichikawa2025-08-141-1/+1
|/ / / / / /
* | | | | | Merge pull request #5579 from wrathdoesthat/mastergingerBill2025-08-131-0/+13
|\ \ \ \ \ \
| * | | | | | Added getaddrinfo flagsWrath2025-08-121-0/+13
|/ / / / / /
* | | | | | Allow `#+feature global-context` for `@(init)` and `@(fini)` procedures as an...gingerBill2025-08-121-4/+34
* | | | | | Add `-integer-division-by-zero:all-bits`gingerBill2025-08-104-11/+59
* | | | | | Rename block names from `div` to `mod`.gingerBill2025-08-101-3/+3
* | | | | | Add shortcut for `unsigned_x/power_of_two` -> `unsigned_x >> log2(power_of_two)`gingerBill2025-08-102-0/+18
* | | | | | Add shortcut for division by a constantgingerBill2025-08-101-40/+87
* | | | | | Fix name canonicalization for named specialized formsgingerBill2025-08-101-2/+7
* | | | | | Add `#+feature global-context`gingerBill2025-08-102-1/+13
* | | | | | Merge pull request #5556 from odin-lang/bill/division-by-zerogingerBill2025-08-106-46/+431
|\ \ \ \ \ \
| * | | | | | Update src/main.cppgingerBill2025-08-081-1/+1
| * | | | | | Handle `fixed_point_div` and `fixed_point_div_sat`gingerBill2025-08-082-4/+83