aboutsummaryrefslogtreecommitdiff
path: root/core/time/time_unix.odin
Commit message (Expand)AuthorAgeFilesLines
* Clean up `core:time` to be consistent across all platformsgingerBill2022-05-121-100/+16
* time: fix unix buildhikari2022-04-161-3/+11
* time: yield accurate_sleep instead of relaxing the cpuhikari2022-04-161-0/+6
* initial OpenBSD supportSébastien Marie2022-02-251-11/+23
* Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use stringsgingerBill2022-01-201-1/+1
* Make many `package time` procedures use `"contextless"` calling conventiongingerBill2021-10-111-4/+4
* Strip semicolons in core which were missinggingerBill2021-09-081-42/+42
* Add time.Tick for performance related timingsgingerBill2021-01-091-0/+7
* Switched to else instead of not equalPlatin212020-09-271-3/+1
* Adds when statement for framework includePlatin212020-09-271-1/+8
* Remove usage of `do` in core librarygingerBill2020-09-231-2/+2
* Get Odin compiling and produced exe's running on FreeBSDChristian Seibold2020-09-141-1/+1
* Add `raw_data` to replace cases in which `&x[0]` was usedgingerBill2020-06-291-1/+1
* Implement core:thread and core:sync on Unix using pthreadsTetralux2019-12-011-0/+80