aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | 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
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Update `are_types_identical` for `bit_field`gingerBill2024-03-041-0/+23
* | | | | | | | | | | | | Correct `is_type_comparable` for `bit_field`gingerBill2024-03-041-0/+3
| |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | 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
* | | | | | | | | | | | Fix debug issue with `map`sgingerBill2024-03-011-2/+2
* | | | | | | | | | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2024-03-014-35/+352
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge pull request #3203 from listeriaceae/mastergingerBill2024-03-012-31/+345
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | add Go licenseJuan Ignacio Díaz2024-02-171-1/+91
| | * | | | | | | | | | | | port math.round from GolangJuan Ignacio Díaz2024-02-162-30/+254
| | | |_|_|_|_|_|/ / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #3240 from laytan/macos-self-contained-releasesgingerBill2024-03-012-4/+7
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | reduce dynamic library dependencies for macos releaseLaytan Laats2024-02-292-4/+7
* | | | | | | | | | | | | | Fix type for SDL LoadFile(_RW)gingerBill2024-03-011-2/+2
|/ / / / / / / / / / / / /
* | | | / / / / / / / / / Add Recursive_Mutex procedures to procedure groupsgingerBill2024-03-011-0/+4
| |_|_|/ / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2024-02-292-6/+18
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Merge pull request #3237 from laytan/macos-self-contained-releasesgingerBill2024-02-292-6/+18
| |\| | | | | | | | | | |
| | * | | | | | | | | | | fix releases being a zip of a zipLaytan Laats2024-02-292-6/+18
* | | | | | | | | | | | | 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-299-44/+910
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | |
| * | | | | | | | | | | core/container/avl: Initial importYawning Angel2024-02-244-0/+842
| * | | | | | | | | | | test/core/container: Refactor for multiple container typesYawning Angel2024-02-242-19/+34
| * | | | | | | | | | | tests/core: Bring the Makefile more in-sync with build.batYawning Angel2024-02-244-25/+34
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Keep -vet happygingerBill2024-02-282-2/+0
* | | | | | | | | | | Make types `distinct`gingerBill2024-02-281-6/+6
* | | | | | | | | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2024-02-282-11/+80
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge pull request #3135 from colrdavidson/basic_eglgingerBill2024-02-281-0/+61
| |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into basic_eglColin Davidson2024-02-26356-20111/+26546
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | |
| | * | | | | | | | | | | Add support for basic EGL on LinuxColin Davidson2024-01-241-0/+61
| * | | | | | | | | | | | Merge pull request #3224 from laytan/macos-self-contained-releasesgingerBill2024-02-281-11/+19
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / | | |/| | | | | | | | | |
| | * | | | | | | | | | | Zip so compiler keeps executable permissionsLaytan Laats2024-02-221-3/+9
| | * | | | | | | | | | | Make MacOS releases self contained / bundle LLVMLaytan Laats2024-02-221-8/+10
* | | | | | | | | | | | | Remove unnecessary use of `transmute`gingerBill2024-02-282-8/+4
|/ / / / / / / / / / / /
* | | | | | | | | | | | Fix #3233gingerBill2024-02-281-2/+2
* | | | | | | | | | | | Merge pull request #3220 from laytan/promote-types-in-c-varargsgingerBill2024-02-282-2/+53
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Also convert and promote bit_set types for #c_varargsLaytan Laats2024-02-221-0/+5
| * | | | | | | | | | | | Promote types in `#c_varargs` according to C rulesLaytan Laats2024-02-212-2/+48
* | | | | | | | | | | | | Merge pull request #3228 from EddieWoodley/glfw-raw-mouse-supportedgingerBill2024-02-281-2/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | vendor/glfw Add RawMouseMotionSupported to wrapperEddie Woodley2024-02-241-2/+3
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #3232 from karl-zylinski/raylib-5-binding-errorsgingerBill2024-02-281-5/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Additional fixes for errors in Raylib bindings since Raylib 4 -> 5 upgrade.Karl Zylinski2024-02-261-5/+4
* | | | | | | | | | | | | | Merge pull request #3234 from odin-lang/rtti-table-layoutgingerBill2024-02-277-962/+171
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | |