aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4449 from 0dminnimda/add-piedev-2024-11Jeroen van Rijn2024-11-042-4/+13
|\
| * Revert further simplifiction0dminnimda2024-11-041-1/+1
| * Simplify further0dminnimda2024-11-041-1/+1
| * Simplify use of pie0dminnimda2024-11-043-48/+9
| * Add support for linking as pie0dminnimda2024-11-043-3/+51
* | Fix previous commit for arraysgingerBill2024-11-041-10/+9
* | Fix bug for `foo().bar` where `foo()` is a 0-value expressiongingerBill2024-11-041-12/+16
* | Fix `auto_cast` matrix buggingerBill2024-11-041-1/+12
* | Fix #4406 `os2` to not close the std file handles but rather just free the me...gingerBill2024-11-041-3/+3
* | Merge pull request #4451 from NicknEma/contextless-marksJeroen van Rijn2024-11-041-7/+7
|\ \
| * | Mark procs as "contextless" in winerror.odinNicknEma2024-11-041-7/+7
|/ /
* | Merge pull request #4447 from Kelimion/is_alignedJeroen van Rijn2024-11-031-1/+3
|\ \
| * | Missing paren.Jeroen van Rijn2024-11-031-1/+1
| * | `mem.is_aligned` is in bytes, not log2 bytesJeroen van Rijn2024-11-031-1/+3
|/ /
* | Merge pull request #4415 from p2jason/masterLaytan2024-11-011-14/+17
|\ \
| * | Removed event hook callback from add_*_event_listener functionsp2jason2024-10-311-18/+4
| * | Removed event queue from add_*_event_listener JS functions and added event ho...p2jason2024-10-312-35/+43
| * | Changed boolean parameters to bit set in the add_*_event_listener functionsp2jason2024-10-251-6/+6
| * | Added parameters to the add_*_event_listener JS functions for stopping event ...p2jason2024-10-242-11/+20
* | | fix tabsLaytan Laats2024-11-011-15/+15
* | | add time/timezone to docsLaytan Laats2024-11-011-0/+2
* | | add CoreFoundation and Security to docsLaytan Laats2024-11-011-0/+4
* | | add kqueue to docsLaytan Laats2024-11-011-1/+3
* | | testing: separate the posix import into target filesLaytan Laats2024-11-013-17/+32
* | | Merge pull request #4441 from Barinzaya/raymath-vectortransform-translation-fixgingerBill2024-11-011-2/+2
|\ \ \
| * | | Fixed raymath not applying matrix translations.Barinzaya2024-10-311-2/+2
* | | | Merge pull request #4442 from peachey2k2/masterJeroen van Rijn2024-11-011-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Add "-build-mode:dynamic" to the "odin help build" outputpeachey2k22024-11-011-0/+1
|/ / /
* | | Merge pull request #4438 from laytan/fixing-threadsLaytan2024-10-305-7/+73
|\ \ \
| * | | fix thread_unix for Darwin after pthread corrections in posix packageLaytan Laats2024-10-305-7/+73
* | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2024-10-3095-1638/+1469
|\| | |
| * | | Merge pull request #4425 from bobsayshilol/misc-fixesgingerBill2024-10-306-16/+27
| |\ \ \
| | * | | Plug a memory leakbobsayshilol2024-10-271-2/+0
| | * | | Add missing guards around push/pop pragmasbobsayshilol2024-10-271-3/+8
| | * | | Fix passing nullptr to args marked as non-nullbobsayshilol2024-10-272-1/+6
| | * | | Avoid undefined arithmetic shiftingbobsayshilol2024-10-271-1/+1
| | * | | Avoid member access through nullptr in debugbobsayshilol2024-10-271-8/+11
| | * | | Fix invalid union accessbobsayshilol2024-10-271-1/+1
| * | | | Merge pull request #4427 from laytan/posix-additionsgingerBill2024-10-3080-1601/+1372
| |\ \ \ \
| | * | | | fix testLaytan2024-10-283-6/+9
| | * | | | port pthread_mutex_t and pthread_cond_t from sys/unix cause miniaudio wants itLaytan2024-10-282-11/+51
| | * | | | clean up dynlib and path/filepath with sys/posixLaytan2024-10-285-53/+40
| | * | | | remove pthread from sys/unix and use sys/posix where usedLaytan2024-10-2810-749/+38
| | * | | | fix `#load_directory` including nested directoriesLaytan2024-10-281-0/+4
| | * | | | sys/posix: impl rest of linux, impl some of WindowsLaytan Laats2024-10-2863-789/+1237
| * | | | | Merge pull request #4436 from karl-zylinski/utf8string-last-rune-buggingerBill2024-10-301-1/+1
| |\ \ \ \ \
| | * | | | | Fix for using utf8string.at with last rune index returning wrong rune.Karl Zylinski2024-10-301-1/+1
| * | | | | | Merge pull request #4432 from Kelimion/fix-4431Jeroen van Rijn2024-10-291-0/+1
| |\ \ \ \ \ \
| | * | | | | | match_exact_value: return when type is compoundJeroen van Rijn2024-10-291-0/+1
| * | | | | | | Merge pull request #4430 from Wyr0X/patch-1Laytan2024-10-291-1/+1
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |