aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Fix typogingerBill2024-03-061-1/+1
* | | | | | | | | Add `mem.Mutex_Allocator`gingerBill2024-03-061-0/+33
* | | | | | | | | Add missing attributegingerBill2024-03-061-0/+1
* | | | | | | | | Add `Query_Info` to `Buddy_Allocator`gingerBill2024-03-061-2/+14
* | | | | | | | | Add `mem.Buddy_Allocator`gingerBill2024-03-061-0/+264
* | | | | | | | | Fix indentationgingerBill2024-03-061-4/+6
* | | | | | | | | Merge pull request #3069 from pcleavelin/mastergingerBill2024-03-061-1/+6
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'odin-lang:master' into masterPatrick Cleavelin2024-01-27205-2262/+3467
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | respect -lld CLI argPatrick Cleavelin2024-01-041-1/+6
* | | | | | | | | | Add virtual.Arena utilities: `new`, `new_aligned`, `make`gingerBill2024-03-061-0/+67
* | | | | | | | | | Change to IEEE 754-2008 conformance for `min`/`max` runtime operations.gingerBill2024-03-061-8/+10
* | | | | | | | | | Unify min/max semantics for simd_(min|max)gingerBill2024-03-062-6/+6
* | | | | | | | | | Change min/max runtime behaviour to match IEEE 754-2019gingerBill2024-03-061-0/+18
* | | | | | | | | | Merge pull request #3215 from blob1807/json-better-enum-supportgingerBill2024-03-061-1/+15
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Apply suggestions from code review blob18072024-03-041-2/+2
| * | | | | | | | | | convert spaces to tabsblob18072024-03-041-1/+1
| * | | | | | | | | | Return underlining value instead of panicingblob18072024-03-041-4/+6
| * | | | | | | | | | changed to use reflect.enum_name_from_value_anyblob18072024-03-011-34/+2
| * | | | | | | | | | Merge branch 'odin-lang:master' into json-better-enum-supportblob18072024-03-0160-2293/+4220
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / | | |/| | | | | | | |
| * | | | | | | | | | add all inter types to switchblob18072024-02-211-3/+27
| * | | | | | | | | | replace spaces with tabsblob18072024-02-211-19/+19
| * | | | | | | | | | add missing commablob18072024-02-211-1/+1
| * | | | | | | | | | Add better support for Enums in jsonblob18072024-02-211-1/+21
| * | | | | | | | | | Revert json union fixblob18072024-02-211-9/+0
| * | | | | | | | | | Merge branch 'master' of https://github.com/blob1807/Odinblob18072024-02-2136-14131/+16740
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix bug https://github.com/odin-lang/Odin/issues/3173blob18072024-02-211-0/+9
* | | | | | | | | | | | Disable core library tests for ARM (Silly CI)gingerBill2024-03-061-5/+5
* | | | | | | | | | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2024-03-0644-3031/+1452
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge pull request #3229 from Yawning/feature/moar-cryptogingerBill2024-03-0644-3031/+1452
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | vendor/botan: RemoveYawning Angel2024-03-0421-2775/+14
| | * | | | | | | | | | | | tests/core/crypto: Use the `tests/common` boilerplateYawning Angel2024-03-048-107/+87
| | * | | | | | | | | | | | core/crypto: Misc cleanups and documentation improvementsYawning Angel2024-03-045-39/+108
| | * | | | | | | | | | | | core/crypto/kmac: Initial importYawning Angel2024-03-044-11/+228
| | * | | | | | | | | | | | core/crypto/tuplehash: Initial importYawning Angel2024-03-045-131/+424
| | * | | | | | | | | | | | core/crypto/shake: Support cSHAKEYawning Angel2024-03-044-19/+204
| | * | | | | | | | | | | | core/crypto/_sha3: Cleanups, prepare for cSHAKEYawning Angel2024-03-044-38/+48
| | * | | | | | | | | | | | core/crypto/hkdf: Initial importYawning Angel2024-03-043-0/+172
| | * | | | | | | | | | | | core/crypto/pbkdf2: Initial importYawning Angel2024-03-044-0/+244
| | * | | | | | | | | | | | core/crypto/hmac: Add a clone methodYawning Angel2024-03-041-0/+12
| | | |_|_|_|_|/ / / / / / | | |/| | | | | | | | | |
* | / | | | | | | | | | | Fix #3173gingerBill2024-03-061-0/+5
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #3238 from laytan/libc-free-raylib-and-rectpackgingerBill2024-03-066-21/+42
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | clean importsLaytan Laats2024-03-013-3/+3
| * | | | | | | | | | | | move `va_list` into `core:c`Laytan Laats2024-03-013-16/+14
| * | | | | | | | | | | | makes raylib and stb_rect_pack free of libcLaytan Laats2024-02-294-12/+35
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #3242 from laytan/fix-cgltf-bindinggingerBill2024-03-061-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | fix minor cgltf binding issueLaytan Laats2024-03-011-1/+1
| |/ / / / / / / / / / /
* | | | | | | | | | | | Zero `intrinsics.alloca`gingerBill2024-03-061-2/+5
* | | | | | | | | | | | Use `intrinsics.alloca` rather than `context.temp_allocator` in `json.unmarsh...gingerBill2024-03-061-5/+8
* | | | | | | | | | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2024-03-068-19/+163
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge pull request #3246 from edyu/mastergingerBill2024-03-051-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \