aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |_|_|/ | |/| | |
* | | | | 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
| |\ \ \ \ \
| | * | | | | For invmod, b has to be > 1, fix a logic typoEd Yu2024-03-041-3/+3
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #2999 from laytan/crypto-random-bytes-on-freebsd-and-darwingingerBill2024-03-057-16/+160
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | fix build tagsLaytan Laats2024-02-131-1/+6
| | * | | | implement part of core foundation framework bindings for err messageLaytan Laats2024-02-134-1/+106
| | * | | | remove darwin from bsd filenameLaytan Laats2024-02-131-0/+0
| | * | | | use `Security.framework` with `SecRandomCopyBytes` for rand_bytes on darwinLaytan Laats2024-02-133-1/+36
| | * | | | add crypto.rand_bytes for Darwin and FreeBSDLaytan Laats2024-02-133-16/+15
* | | | | | Fix #3250gingerBill2024-03-063-7/+15
|/ / / / /
* | | | | math.big constants were no longer initializeddev-2024-03Jeroen van Rijn2024-03-031-1/+6
* | | | | Add check to see if raylib is imported with `ShowCursor` on sys/windowsgingerBill2024-03-011-0/+4
* | | | | Merge pull request #3203 from listeriaceae/mastergingerBill2024-03-011-31/+164
|\ \ \ \ \
| * | | | | add Go licenseJuan Ignacio Díaz2024-02-171-1/+91
| * | | | | port math.round from GolangJuan Ignacio Díaz2024-02-161-30/+73
* | | | | | Add Recursive_Mutex procedures to procedure groupsgingerBill2024-03-011-0/+4
| |_|/ / / |/| | | |
* | | | | Fix leap year buggingerBill2024-02-291-0/+8
* | | | | Merge pull request #3207 from Tetralux/printflngingerBill2024-02-292-25/+130
|\ \ \ \ \
| * | | | | [fmt] Add *printfln()Tetralux2024-02-182-25/+130
| |/ / / /
* | | | | Merge pull request #3201 from Yawning/feature/avlgingerBill2024-02-291-0/+678
|\ \ \ \ \
| * | | | | core/container/avl: Initial importYawning Angel2024-02-241-0/+678
* | | | | | Keep -vet happygingerBill2024-02-282-2/+0