aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* windows i386 supportJon Lipstate2025-08-296-8/+50
* Merge pull request #5627 from A1029384756/mastergingerBill2025-08-293-1/+6
|\
| * skip errors on polymorphic procs when in a proc group with other optionsA10293847562025-08-283-1/+6
|/
* Merge pull request #5625 from StanislavNikolov/mastergingerBill2025-08-281-2/+11
|\
| * Fixed and added obj-c methods for NSWindowStanislav Ch. Nikolov2025-08-281-2/+11
|/
* Merge pull request #5612 from Bazzas-Forks/mastergingerBill2025-08-263-0/+64
|\
| * Add `add/remove_document_event_listener()` to `core:sys/wasm/js`Bailey Gibbons2025-08-223-0/+64
* | Merge pull request #5617 from thetarnav/soa-resize-zero-memorygingerBill2025-08-262-1/+58
|\ \
| * | Add missing test attr and don't zero memory when reserve already didDamian Tarnawski2025-08-262-8/+8
| * | Merge branch 'master' into soa-resize-zero-memorygingerBill2025-08-262-5/+145
| |\ \ | |/ / |/| |
* | | Merge pull request #5616 from thetarnav/soa-allocator-resizegingerBill2025-08-262-5/+146
|\ \ \
| * | | Cleanup soa resize logic—reduce nestingDamian Tarnawski2025-08-241-32/+32
| * | | More soa testsDamian Tarnawski2025-08-241-36/+59
| * | | Handle nil old data caseDamian Tarnawski2025-08-241-41/+48
| * | | Always use .Resize_Non_Zeroed in _reserve_soaDamian Tarnawski2025-08-231-1/+1
| * | | Avoid overlap issues when correcting memory after resize in _reserve_soaDamian Tarnawski2025-08-232-19/+58
| * | | Only zero memory when requestedDamian Tarnawski2025-08-231-9/+9
| * | | 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