aboutsummaryrefslogtreecommitdiff
path: root/core/time/time_windows.odin
Commit message (Expand)AuthorAgeFilesLines
* Heavily improve time handling on Windows for `time.now()` and `os.File_Info`gingerBill2022-10-261-3/+10
* Clean up `core:time` to be consistent across all platformsgingerBill2022-05-121-5/+4
* time: yield accurate_sleep instead of relaxing the cpuhikari2022-04-161-0/+4
* Make many `package time` procedures use `"contextless"` calling conventiongingerBill2021-10-111-2/+2
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-15/+15
* Minimize unneeded castsgingerBill2021-03-031-1/+1
* Add time.Tick for performance related timingsgingerBill2021-01-091-0/+21
* Add `package path/filepath`; Add `os.stat` for windows (TODO: unix)gingerBill2020-09-251-5/+1
* Begin migration from sys/win32 to sys/windowsgingerBill2020-06-261-5/+5
* Fix `time.now`gingerBill2020-06-191-4/+2
* Implement core:thread and core:sync on Unix using pthreadsTetralux2019-12-011-2/+0
* Fix parsing for procedure literals expression statements; improve assert perf...gingerBill2019-07-281-1/+1
* Add timestamp support using the new core:timeMikkel Hjortshoej2018-12-081-1/+3
* package time (windows only at the moment)gingerBill2018-12-081-0/+22