aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5658 from FourteenBrush/patch-3dev-2025-09Laytan2025-09-071-0/+1
|\ | | | | Add build tags to `posix/spawn.odin`
| * Add build tags to `posix/spawn.odin`FourteenBrush2025-09-071-0/+1
|/
* Merge pull request #5653 from smoke-y/emptyParengingerBill2025-09-061-0/+3
|\ | | | | Fix compiler segfault when trying to use () as type
| * formattingsmoke-y2025-09-051-1/+3
| |
| * fix empty parentheses seg faultsmoke-y2025-09-051-0/+1
| |
* | Merge pull request #5654 from smoke-y/procTypegingerBill2025-09-061-1/+1
|\ \ | | | | | | Fix compiler segfault when trying to use proc at type level
| * | formattingsmoke-y2025-09-051-6/+4
| | |
| * | proc at type lvl seg faultsmoke-y2025-09-051-4/+6
| |/
* | Merge pull request #5656 from ekliot/vendor-box2d-bindingsgingerBill2025-09-061-1/+1
|\ \ | |/ |/| `vendor:box2d` fix CreateMotorJoint proc signature
| * fix CreateMotorJoint param typeekliot2025-09-051-1/+1
| |
* | Merge pull request #5648 from ↵gingerBill2025-09-021-1/+1
|\ \ | | | | | | | | | | | | thetarnav/handle-allocator-error-in-read-entire-file Handle allocator error when appending in read_entire_file_from_file
| * | Handle optional allocator error when appending read bytes in ↵Damian Tarnawski2025-09-021-1/+1
| | | | | | | | | | | | read_entire_file_from_file
* | | Merge pull request #5645 from thetarnav/allocator-proc-require-resultsgingerBill2025-09-026-1/+8
|\ \ \ | |/ / |/| | Add require_results attr to procs returning an allocator
| * | Add require_results attr to procs returning an allocatorDamian Tarnawski2025-09-026-1/+8
|/ /
* | Merge pull request #5644 from AmedeoAlf/masterJeroen van Rijn2025-09-011-2/+2
|\ \ | | | | | | Specify %m and %M as verbs for integer formatting
| * | Specify %m and %M as verbs for integer formattingAmedeoAlf2025-09-011-2/+2
|/ /
* | Merge pull request #5643 from FourteenBrush/patch-2gingerBill2025-09-011-1/+12
|\ \ | | | | | | Add `LPFN_GETACCEPTEXSOCKADDRS` to ws2_32.odin
| * | Add `LPFN_GETACCEPTEXSOCKADDRS` to ws2_32.odinFourteenBrush2025-08-311-1/+12
|/ /
* | Merge pull request #5634 from puugz/patch-1gingerBill2025-08-311-1/+2
|\ \ | |/ |/| Fix broken wglUseFontBitmaps binding
| * Fix broken wglUseFontBitmaps bindingpuugz2025-08-301-1/+2
|/
* Merge pull request #5633 from kalsprite/fix_win_ole_apigingerBill2025-08-301-1/+1
|\ | | | | fix typo in CLSIDFromProgIDEx signature
| * fix typo in CLSIDFromProgIDEx signatureJon Lipstate2025-08-291-1/+1
|/
* Merge pull request #5627 from A1029384756/mastergingerBill2025-08-293-1/+6
|\ | | | | skip errors on polymorphic procs when in a proc group with other options
| * 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 NSWindow
| * 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`
| * 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
|\ \ | | | | | | Zero existing memory when using resize_soa (fixes #5614)
| * | 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
|\ \ \ | | | | | | | | Support using allocator resize in `_reserve_soa` (fixes #5615)
| * | | 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 procs
| * | 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_results
| * | 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
| | | | | | | | | | If no string parameter is provided, then one will be generated from the struct field tags. The attribute must be applied if the automatic struct field tag approach is to be used.
* | Merge pull request #5607 from blob1807/fix-wasm-simd-mem-equalLaytan2025-08-201-4/+4
|\ \ | |/ |/| Fix stride in `memory_equal/compare_zero` giving false positves
| * Fix stride in `memory_equal/compare_zero` giving false positvesblob18072025-08-211-4/+4
|/ | | | The previous stride of 8 assumed `uintptr` size is 8 which isn't the case on 32bit & wasm64p32. Skipping every other set of 4 bytes