aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Revert "fix whitespace"Gabriel Pariat2024-01-278-2/+1
| * | fix whitespaceGabriel Pariat2024-01-278-1/+2
| * | change orderingGabriel Pariat2024-01-271-2/+1
| * | fix typoGabriel Pariat2024-01-271-2/+2
| * | adding linux + unix makefile for cgltfGabriel Pariat2024-01-272-5/+25
* | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2024-03-131-4/+4
|\ \ \
| * \ \ Merge pull request #3273 from Chickenkeeper/mutex-allocator-fixgingerBill2024-03-131-4/+4
| |\ \ \
| | * | | Make Mutex_Allocator use Ada_CaseChris2024-03-131-4/+4
| |/ / /
* / / / Expect `stream` as a field directly on `os2.File`gingerBill2024-03-134-16/+13
|/ / /
* | | Change `return` to `panic`gingerBill2024-03-131-1/+1
* | | Fix typo due to deletiongingerBill2024-03-131-1/+1
* | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2024-03-134-5/+9
|\ \ \ | | |/ | |/|
| * | Merge pull request #3267 from harold-b/copy-dirent-pathgingerBill2024-03-131-1/+1
| |\ \
| | * | Copy file names from`dirent` into `FileInfo` during `read_directory`Harold Brenes2024-03-111-1/+1
| * | | Merge pull request #3271 from rick-masters/too_many_poly_argsgingerBill2024-03-131-2/+2
| |\ \ \
| | * | | Fix variable used to index polymorphic parameter.rick-masters2024-03-121-1/+1
| | * | | Fix check for too many arguments to a polymorphic record type.rick-masters2024-03-121-1/+1
| |/ / /
| * | | Merge pull request #3270 from edyu/masterJeroen van Rijn2024-03-122-2/+6
| |\ \ \
| | * | | Expose internal invmod and int_exponent_mod with more consistent namingEd Yu2024-03-122-2/+6
| |/ / /
* / / / Add infinite loop check and early out in `map_insert_hash_dynamic`gingerBill2024-03-131-3/+13
|/ / /
* | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2024-03-121-2/+2
|\| |
| * | Merge pull request #3266 from nnym/mastergingerBill2024-03-111-2/+2
| |\ \
| | * | Use a POSIX-compliant equality operator.Muhammad2024-03-111-2/+2
* | | | Support swizzle selector syntax `.xyzw` for `#simd` vectorsgingerBill2024-03-124-32/+82
|/ / /
* / / Add builtin `map_upsert`gingerBill2024-03-111-7/+9
|/ /
* | Merge pull request #3199 from JamesDSource/soagingerBill2024-03-091-1/+94
|\ \
| * | Fix syntax mistake againJames Duran2024-02-161-1/+1
| * | Fix Syntax MistakeJames Duran2024-02-161-1/+1
| * | Make into_dynamic_soa more concise and remove builtin tag from itJames Duran2024-02-161-8/+4
| * | Added into_dynamic_soa, unordered_remove_soa, and ordered_remove_soaJames Duran2024-02-141-1/+98
* | | Merge pull request #3149 from IllusionMan1212/missing-x11-funcsgingerBill2024-03-091-7/+16
|\ \ \
| * | | vendor/x11: added XQueryExtension, XGetEventData, and XFreeEventDataIllusionMan12122024-01-291-7/+16
* | | | Merge pull request #3148 from IllusionMan1212/cookie-struct-fixgingerBill2024-03-091-1/+1
|\ \ \ \
| * | | | vendor/x11: change display to be a ^Display in XGenericEventCookie structIllusionMan12122024-01-291-1/+1
| |/ / /
* | | | Merge pull request #3261 from spindlebink/fix-orthonormalizegingerBill2024-03-091-0/+6
|\ \ \ \
| * | | | Properly initialize return matrices in linalg.orthonormalizespindlebink2024-03-091-0/+6
|/ / / /
* | | | Merge pull request #3258 from deckarep/patch-1gingerBill2024-03-091-1/+1
|\ \ \ \
| * | | | Incorrect write syscall on Darwin - fixes stderr output.Ralph Caraveo2024-03-081-1/+1
|/ / / /
* | | | Merge branch 'master' of github.com:odin-lang/OdinJeroen van Rijn2024-03-0834-551/+2550
|\ \ \ \
| * | | | Enforce `linalg`gingerBill2024-03-082-54/+33
| * | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2024-03-0836-497/+2912
| |\ \ \ \
| | * \ \ \ Merge pull request #3230 from avanspector/haikugingerBill2024-03-0831-494/+2514
| | |\ \ \ \
| | | * \ \ \ Merge branch 'haiku' of https://github.com/avanspector/Odin into haikuavanspector2024-03-0114-75/+1066
| | | |\ \ \ \
| | | | * \ \ \ Merge branch 'odin-lang:master' into haikuavanspector2024-03-0114-75/+1066
| | | | |\ \ \ \
| | | * | | | | | Merge branch 'haiku' of https://github.com/avanspector/Odin into haikuavanspector2024-03-0113-994/+317
| | | |\| | | | |
| | | | * | | | | Merge branch 'odin-lang:master' into haikuavanspector2024-02-2913-994/+317
| | | | |\ \ \ \ \
| | | * | | | | | | Update threading.cppavanspector2024-03-011-43/+102
| | | |/ / / / / /
| | | * | | | | | add exit to core:osavanspector2024-02-281-0/+5
| | | * | | | | | improve core:sysavanspector2024-02-284-14/+467
| | | * | | | | | Merge branch 'haiku' of https://github.com/avanspector/Odin into haikuavanspector2024-02-271-0/+1
| | | |\ \ \ \ \ \