| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | Fix typo | gingerBill | 2024-03-06 | 1 | -1/+1 | |
| * | | | | | | | | | Add `mem.Mutex_Allocator` | gingerBill | 2024-03-06 | 1 | -0/+33 | |
| * | | | | | | | | | Add missing attribute | gingerBill | 2024-03-06 | 1 | -0/+1 | |
| * | | | | | | | | | Add `Query_Info` to `Buddy_Allocator` | gingerBill | 2024-03-06 | 1 | -2/+14 | |
| * | | | | | | | | | Add `mem.Buddy_Allocator` | gingerBill | 2024-03-06 | 1 | -0/+264 | |
| * | | | | | | | | | Fix indentation | gingerBill | 2024-03-06 | 1 | -4/+6 | |
| * | | | | | | | | | Merge pull request #3069 from pcleavelin/master | gingerBill | 2024-03-06 | 1 | -1/+6 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ | Merge branch 'odin-lang:master' into master | Patrick Cleavelin | 2024-01-27 | 205 | -2262/+3467 | |
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | | | ||||||
| | * | | | | | | | | | respect -lld CLI arg | Patrick Cleavelin | 2024-01-04 | 1 | -1/+6 | |
| * | | | | | | | | | | Add virtual.Arena utilities: `new`, `new_aligned`, `make` | gingerBill | 2024-03-06 | 1 | -0/+67 | |
| * | | | | | | | | | | Change to IEEE 754-2008 conformance for `min`/`max` runtime operations. | gingerBill | 2024-03-06 | 1 | -8/+10 | |
| * | | | | | | | | | | Unify min/max semantics for simd_(min|max) | gingerBill | 2024-03-06 | 2 | -6/+6 | |
| * | | | | | | | | | | Change min/max runtime behaviour to match IEEE 754-2019 | gingerBill | 2024-03-06 | 1 | -0/+18 | |
| * | | | | | | | | | | Merge pull request #3215 from blob1807/json-better-enum-support | gingerBill | 2024-03-06 | 1 | -1/+15 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Apply suggestions from code review | blob1807 | 2024-03-04 | 1 | -2/+2 | |
| | * | | | | | | | | | | convert spaces to tabs | blob1807 | 2024-03-04 | 1 | -1/+1 | |
| | * | | | | | | | | | | Return underlining value instead of panicing | blob1807 | 2024-03-04 | 1 | -4/+6 | |
| | * | | | | | | | | | | changed to use reflect.enum_name_from_value_any | blob1807 | 2024-03-01 | 1 | -34/+2 | |
| | * | | | | | | | | | | Merge branch 'odin-lang:master' into json-better-enum-support | blob1807 | 2024-03-01 | 60 | -2293/+4220 | |
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / | | |/| | | | | | | | | ||||||
| | * | | | | | | | | | | add all inter types to switch | blob1807 | 2024-02-21 | 1 | -3/+27 | |
| | * | | | | | | | | | | replace spaces with tabs | blob1807 | 2024-02-21 | 1 | -19/+19 | |
| | * | | | | | | | | | | add missing comma | blob1807 | 2024-02-21 | 1 | -1/+1 | |
| | * | | | | | | | | | | Add better support for Enums in json | blob1807 | 2024-02-21 | 1 | -1/+21 | |
| | * | | | | | | | | | | Revert json union fix | blob1807 | 2024-02-21 | 1 | -9/+0 | |
| | * | | | | | | | | | | Merge branch 'master' of https://github.com/blob1807/Odin | blob1807 | 2024-02-21 | 36 | -14131/+16740 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Fix bug https://github.com/odin-lang/Odin/issues/3173 | blob1807 | 2024-02-21 | 1 | -0/+9 | |
| * | | | | | | | | | | | | Disable core library tests for ARM (Silly CI) | gingerBill | 2024-03-06 | 1 | -5/+5 | |
| * | | | | | | | | | | | | Merge branch 'master' of https://github.com/odin-lang/Odin | gingerBill | 2024-03-06 | 44 | -3031/+1452 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #3229 from Yawning/feature/moar-crypto | gingerBill | 2024-03-06 | 44 | -3031/+1452 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | vendor/botan: Remove | Yawning Angel | 2024-03-04 | 21 | -2775/+14 | |
| | | * | | | | | | | | | | | | tests/core/crypto: Use the `tests/common` boilerplate | Yawning Angel | 2024-03-04 | 8 | -107/+87 | |
| | | * | | | | | | | | | | | | core/crypto: Misc cleanups and documentation improvements | Yawning Angel | 2024-03-04 | 5 | -39/+108 | |
| | | * | | | | | | | | | | | | core/crypto/kmac: Initial import | Yawning Angel | 2024-03-04 | 4 | -11/+228 | |
| | | * | | | | | | | | | | | | core/crypto/tuplehash: Initial import | Yawning Angel | 2024-03-04 | 5 | -131/+424 | |
| | | * | | | | | | | | | | | | core/crypto/shake: Support cSHAKE | Yawning Angel | 2024-03-04 | 4 | -19/+204 | |
| | | * | | | | | | | | | | | | core/crypto/_sha3: Cleanups, prepare for cSHAKE | Yawning Angel | 2024-03-04 | 4 | -38/+48 | |
| | | * | | | | | | | | | | | | core/crypto/hkdf: Initial import | Yawning Angel | 2024-03-04 | 3 | -0/+172 | |
| | | * | | | | | | | | | | | | core/crypto/pbkdf2: Initial import | Yawning Angel | 2024-03-04 | 4 | -0/+244 | |
| | | * | | | | | | | | | | | | core/crypto/hmac: Add a clone method | Yawning Angel | 2024-03-04 | 1 | -0/+12 | |
| | | | |_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | ||||||
| * | / | | | | | | | | | | | Fix #3173 | gingerBill | 2024-03-06 | 1 | -0/+5 | |
| |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Merge pull request #3238 from laytan/libc-free-raylib-and-rectpack | gingerBill | 2024-03-06 | 6 | -21/+42 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | clean imports | Laytan Laats | 2024-03-01 | 3 | -3/+3 | |
| | * | | | | | | | | | | | | move `va_list` into `core:c` | Laytan Laats | 2024-03-01 | 3 | -16/+14 | |
| | * | | | | | | | | | | | | makes raylib and stb_rect_pack free of libc | Laytan Laats | 2024-02-29 | 4 | -12/+35 | |
| | | |_|_|/ / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #3242 from laytan/fix-cgltf-binding | gingerBill | 2024-03-06 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | fix minor cgltf binding issue | Laytan Laats | 2024-03-01 | 1 | -1/+1 | |
| | |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Zero `intrinsics.alloca` | gingerBill | 2024-03-06 | 1 | -2/+5 | |
| * | | | | | | | | | | | | Use `intrinsics.alloca` rather than `context.temp_allocator` in `json.unmarsh... | gingerBill | 2024-03-06 | 1 | -5/+8 | |
| * | | | | | | | | | | | | Merge branch 'master' of https://github.com/odin-lang/Odin | gingerBill | 2024-03-06 | 8 | -19/+163 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #3246 from edyu/master | gingerBill | 2024-03-05 | 1 | -3/+3 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||