aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Fix typo in big.internal_invmodJeroen van Rijn2024-03-082-3416/+3359
| |/ / / / |/| | | |
* | | | | Merge pull request #3241 from Hyrtwol/sys-windowsgingerBill2024-03-075-3/+398
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Cleanup of ShowCursor after Bill pushed a fixThomas la Cour2024-03-031-2/+0
| * | | | didn't help :/ so removed it to see if it can build againThomas la Cour2024-03-031-3/+2
| * | | | Trying to resolve a strange nameclash on ShowCursor seems like raylib is also...Thomas la Cour2024-03-031-1/+3
| * | | | Callback typesThomas la Cour2024-03-031-4/+12
| * | | | Waveform FunctionsThomas la Cour2024-03-031-1/+197
| * | | | hid usage flagsThomas la Cour2024-03-031-0/+13
| * | | | A few extra gdi procs for icons, cursors and drawingThomas la Cour2024-03-031-2/+66
| * | | | SHChangeNotify + flagsThomas la Cour2024-03-031-0/+51
| * | | | Flags for GlobalAllocThomas la Cour2024-03-031-0/+19
| * | | | bitmap v5 headerThomas la Cour2024-03-031-0/+45
* | | | | Improve formatting for `%#` on `map`sgingerBill2024-03-071-5/+24
* | | | | Replace `b` with `_` as it is not neededgingerBill2024-03-071-1/+1
* | | | | Begin work on `%w` - 'w'rite as valid Odin literalsgingerBill2024-03-071-170/+217
* | | | | Fix typogingerBill2024-03-071-2/+2
* | | | | Add `default_commit_size` to `virtual.Arena`gingerBill2024-03-072-14/+36
* | | | | 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
* | | | | Add virtual.Arena utilities: `new`, `new_aligned`, `make`gingerBill2024-03-061-0/+67
* | | | | 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-0115-67/+1532
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | 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-2111-150/+201
| |\ \ \ \ \
| * | | | | | Fix bug https://github.com/odin-lang/Odin/issues/3173blob18072024-02-211-0/+9
* | | | | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2024-03-0614-86/+730
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #3229 from Yawning/feature/moar-cryptogingerBill2024-03-0614-86/+730
| |\ \ \ \ \ \ \
| | * | | | | | | core/crypto: Misc cleanups and documentation improvementsYawning Angel2024-03-045-39/+108
| | * | | | | | | core/crypto/kmac: Initial importYawning Angel2024-03-042-11/+128
| | * | | | | | | core/crypto/tuplehash: Initial importYawning Angel2024-03-042-0/+80
| | * | | | | | | core/crypto/shake: Support cSHAKEYawning Angel2024-03-043-13/+144
| | * | | | | | | core/crypto/_sha3: Cleanups, prepare for cSHAKEYawning Angel2024-03-044-38/+48
| | * | | | | | | core/crypto/hkdf: Initial importYawning Angel2024-03-041-0/+103
| | * | | | | | | core/crypto/pbkdf2: Initial importYawning Angel2024-03-041-0/+122
| | * | | | | | | 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-062-9/+13
|\ \ \ \ \ \ \
| * | | | | | | move `va_list` into `core:c`Laytan Laats2024-03-012-9/+13
| | |_|_|/ / / | |/| | | | |