aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | Remove `fallthrough` to prefer a single `case`gingerBill2025-12-101-21/+11
| | | | | | | |
* | | | | | | | Use a single `case` rather than `fallthrough`gingerBill2025-12-101-11/+2
| | | | | | | |
* | | | | | | | Merge pull request #6004 from laytan/box2d-3.1.1gingerBill2025-12-1016-71/+134
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | Box2d 3.1.1
| * | | | | | | vendor/box2d: update Windows binaries to 3.1.1laytan2025-12-092-0/+0
| | | | | | | |
| * | | | | | | vendor/box2d: update MacOS binaries to 3.1.1Laytan Laats2025-12-093-0/+0
| | | | | | | |
| * | | | | | | vendor/box2d: update to 3.1.1Laytan Laats2025-12-0911-71/+134
| | | | | | | |
* | | | | | | | Merge pull request #6005 from reshen/patch-1Jeroen van Rijn2025-12-091-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fixing code example, trace_ctx variable was renamed
| * | | | | | | | Fixing code example, trace_ctx variable was renamedReshen2025-12-091-2/+2
|/ / / / / / / / | | | | | | | | | | | | | | | | `trace_ctx` should actually be `global_trace_ctx`, as declared on line 10
* | | | | | | | Freebsd: Fixed 'write' syscall to cause 'ESPIPE' on the pipe fd. (#5575)WisonYe2025-12-091-1/+1
| | | | | | | |
* | | | | | | | vendor/wgpu: handle nil better in wgpu.jsLaytan Laats2025-12-091-0/+12
| | | | | | | |
* | | | | | | | Fix function signature for memmove to prevent errors when compiling C++ ↵jimhub2025-12-091-1/+1
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | while targeting wasm (#5996)
* | | | | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2025-12-093-1/+5
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #5981 from the-JS-hater/struct-cycle-fixgingerBill2025-12-091-0/+3
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | undetected type declaration cycles work-around
| | * | | | | | | missed a semicolonMorgan2025-12-011-1/+1
| | | | | | | | |
| | * | | | | | | undetected type declaration cycles work-aroundMorgan2025-12-011-0/+3
| | | | | | | | |
| * | | | | | | | Merge pull request #5995 from RobinsAviary/mastergingerBill2025-12-091-1/+1
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | (SDL2) Use multi-pointer so you can pass array
| | * | | | | | | | Use multi-pointer so you can pass arrayRobinsAviary2025-12-051-1/+1
| | | | | | | | | |
| * | | | | | | | | Merge pull request #6002 from DuchGhast/default-temp-allocator-under-flow-fixgingerBill2025-12-091-0/+1
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix default temp allocator under flow bug
| | * | | | | | | | | Fix default temp allocator under flow bugDuchGhast2025-12-081-0/+1
| | | |_|_|_|/ / / / | | |/| | | | | | |
* | / | | | | | | | Fix #6003gingerBill2025-12-091-5/+3
|/ / / / / / / / /
* / / / / / / / / `kbts.BreakAddCodepoint` to use `EndOfText: b32`gingerBill2025-12-091-1/+1
|/ / / / / / / /
* | | | | | | | Add `raw_union_tag` struct tag fields to many types in `vendor`gingerBill2025-12-088-69/+110
| | | | | | | |
* | | | | | | | `raw_union_tag` allow for comma separation for multiple mappingsgingerBill2025-12-081-13/+18
| | | | | | | |
* | | | | | | | Add `raw_union_tag` for `struct #raw_union` fields to improve fmt printinggingerBill2025-12-081-1/+70
| | | | | | | |
* | | | | | | | Merge pull request #6000 from odin-lang/bill/kb_text_shape_2gingerBill2025-12-085-9267/+15271
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Update kb_text_shape to v2.03
| * | | | | | | | Wrap `EncodeUtf8`gingerBill2025-12-081-1/+10
| | | | | | | | |
| * | | | | | | | `data` -> `res` to minimize confusiongingerBill2025-12-081-3/+3
| | | | | | | | |
| * | | | | | | | Wrap `LoadFont`; More styling changesgingerBill2025-12-082-89/+96
| | | | | | | | |
| * | | | | | | | Use `b32` for `Error` fields instead of `c.int`gingerBill2025-12-081-4/+4
| | | | | | | | |
| * | | | | | | | Use `bit_field` where appropriate and improve formattinggingerBill2025-12-082-43/+84
| | | | | | | | |
| * | | | | | | | Add some examples to the docs; Improve numerous proceduresgingerBill2025-12-082-8/+125
| | | | | | | | |
| * | | | | | | | Fix indentationgingerBill2025-12-081-1/+1
| | | | | | | | |
| * | | | | | | | Update kb_text_shape to v2.03gingerBill2025-12-084-9305/+15135
|/ / / / / / / /
* | | | | | | | Merge pull request #5998 from slowhei/mastergingerBill2025-12-072-0/+58
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Added more NSApplication and NSWindow bindings
| * | | | | | | | Added more NSApplication and NSWindow bindingsTohei Ichikawa2025-12-052-0/+58
| |/ / / / / / /
* / / / / / / / Modify IMPORTANT NOTE from `os2`gingerBill2025-12-061-3/+3
|/ / / / / / /
* | | | | | | Merge pull request #5993 from jimhub/jpeg-loader-js-fixgingerBill2025-12-057-6/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Adding missing build flags in jpeg loader to avoid load proc collision
| * | | | | | | Removed redundant build tagsJames Liljenquist2025-12-057-7/+0
| | | | | | | |
| * | | | | | | Adding missing build flags to avoid load proc collisionJames Liljenquist2025-12-042-0/+2
| | | | | | | |
* | | | | | | | Add cURL license, update `vendor` readme.Jeroen van Rijn2025-12-052-74/+129
|/ / / / / / /
* | | | | | | Add `-ignore-unused-defineables` to `tests/issues`.Jeroen van Rijn2025-12-042-2/+2
| | | | | | |
* | | | | | | Update curl bindings to 8.17dev-2025-12aJeroen van Rijn2025-12-0414-353/+627
| | | | | | |
* | | | | | | Fix cURL test.Jeroen van Rijn2025-12-043-1/+1
| | | | | | |
* | | | | | | Replace libcurl library on Windows.Jeroen van Rijn2025-12-042-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This one is built with MSVC instead MingW and doesn't produce link errors.
* | | | | | | Add mbedtls dependecy for vendor testsJeroen van Rijn2025-12-031-3/+3
| | | | | | |
* | | | | | | brew install curlJeroen van Rijn2025-12-031-1/+5
| | | | | | |
* | | | | | | apt only on ubuntuJeroen van Rijn2025-12-031-0/+1
| | | | | | |
* | | | | | | Fix CI?Jeroen van Rijn2025-12-031-1/+4
| | | | | | |
* | | | | | | Remove coverage runner.Jeroen van Rijn2025-12-031-60/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It's too flaky.
* | | | | | | Merge pull request #5989 from miere43/fix-5699Jeroen van Rijn2025-12-034-2/+40
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix duplicate code emission in type assertions.