aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Remove unnecessary use of `transmute`gingerBill2024-02-282-8/+4
|/ /
* | Improve `bit_field` printinggingerBill2024-02-221-3/+6
* | Add field tags to `bit_field`gingerBill2024-02-221-2/+23
* | Support compound literals for `bit_field`gingerBill2024-02-221-1/+1
* | Add backing type of a `bit_field` to the doc-formatgingerBill2024-02-221-0/+1
* | Add doc-format support for `bit_field`gingerBill2024-02-221-2/+6
* | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2024-02-222-3/+12
|\ \
| * \ Merge pull request #3221 from Tetralux/net/reservedportsJeroen van Rijn2024-02-222-3/+12
| |\ \
| | * | fixupTetralux2024-02-221-1/+1
| | * | [net] Better error code for binding a privileged port without root access on ...Tetralux2024-02-222-3/+12
| | |/
* | | Add general support for `bit_field`sgingerBill2024-02-221-2/+8
* | | Begin work adding `bit_field`gingerBill2024-02-224-0/+109
|/ /
* | Add `bit_field` as a keywordgingerBill2024-02-221-0/+2
* | Minor changes to sync/chan (HIGHLY EXPERIMENTAL)gingerBill2024-02-221-34/+122
* | Basic concept of `core:sync/chan`gingerBill2024-02-211-0/+401
* | Add `sync.One_Shot_Event`gingerBill2024-02-211-0/+24
* | Add `reflect.enum_name_from_value` and `reflect.enum_name_from_value_any`gingerBill2024-02-212-27/+39
* | [sys/linux]: Fix numeric values for socket fd flagsflysand72024-02-181-2/+2
* | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2024-02-171-9/+9
|\ \
| * \ Merge pull request #3197 from laytan/update-miniaudiogingerBill2024-02-161-9/+9
| |\ \ | | |/ | |/|
| | * miniaudio: fix wrong sizes for ma_deviceLaytan Laats2024-02-141-9/+9
* | | Minor changes to `os2`gingerBill2024-02-175-3/+55
|/ /
* | Remove bounds checking on a lot of linalgLucas Perlind2024-02-132-121/+121
* | Revert "Change minor/adjoint to be `row, col` from `c, r` to be consistent wi...Lucas Perlind2024-02-132-172/+172
|/
* Split out `linalg.identity` between matrices and array-based matrixgingerBill2024-02-121-1/+11
* Change minor/adjoint to be `row, col` from `c, r` to be consistent with `[row...gingerBill2024-02-122-172/+172
* Merge pull request #3188 from Tetralux/fixchdirgingerBill2024-02-121-13/+3
|\
| * [os] Fix os.change_directory(), os.set_current_directory()Tetralux2024-02-121-13/+3
* | remove return statement from case Type_Info_Enumerated_Array, as it causes ea...Kay2024-02-121-1/+0
* | Add `rand.choice_enum`gingerBill2024-02-101-0/+20
* | Add more window proceduresLucas Perlind2024-02-092-0/+2
* | Add `core:relative`gingerBill2024-02-081-0/+171
* | Merge pull request #3156 from laytan/spall-instrumentationgingerBill2024-02-077-28/+208
|\ \
| * | fix for instrumenting on Windowslaytan2024-02-061-0/+1
| * | indent doc.odin, makes it render nicely on the documentation siteLaytan2024-02-051-27/+26
| * | remove unneeded no instrumentation comment, are all foreign procs anywayLaytan2024-02-051-1/+0
| * | implement bsd's, same as darwinLaytan2024-02-051-4/+9
| * | spall instrumentationLaytan Laats2024-02-058-11/+187