aboutsummaryrefslogtreecommitdiff
path: root/core/time/time.odin
Commit message (Expand)AuthorAgeFilesLines
* Update time.odinblob18072024-03-261-1/+1
* Update time.odinblob18072024-03-261-1/+1
* Updated windows time period callblob18072024-03-261-1/+2
* Change Ordinal from int to i64Jeroen van Rijn2024-03-201-2/+5
* Add WiP datetime package and tests.Jeroen van Rijn2024-03-181-51/+23
* Fix leap year buggingerBill2024-02-291-0/+8
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
* Clean up usage of `using` throughout core and vendorgingerBill2023-07-311-17/+19
* fix spacingLaytan Laats2023-05-061-2/+2
* add time.weekday procLaytan Laats2023-05-051-0/+6
* Heavily improve time handling on Windows for `time.now()` and `os.File_Info`gingerBill2022-10-261-32/+34
* Clean up `core:time` to be consistent across all platformsgingerBill2022-05-121-13/+29
* Update time.odinJeroen van Rijn2022-04-161-1/+6
* time: remove unnecessary yieldhikari2022-04-161-5/+1
* time: yield accurate_sleep instead of relaxing the cpuhikari2022-04-161-2/+8
* time: add accurate sleep procedurehikari2022-04-161-0/+31
* better naming conventions for stopwatch procedures + fieldsPhil H2021-10-281-10/+10
* Add clock overloads for Duration and StopwatchPhil2021-10-281-4/+19
* Add a stopwatch to time.odinPhil2021-10-281-1/+30
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-137/+137
* Enforce `core:builtin` and `core:intrinsics` for importsgingerBill2021-08-211-1/+1
* datetime_to_time's ok should default to true.Jeroen van Rijn2021-05-021-5/+4
* Replace many `foreign` llvm calls with intrinsicsgingerBill2021-04-251-5/+3
* Correct overflowed months.Jeroen van Rijn2021-03-231-1/+1
* Add core:datetime_to_timeJeroen van Rijn2021-03-231-0/+44
* Minimize unneeded castsgingerBill2021-03-031-5/+5
* Replace usage of `inline proc` with `#force_inline proc` in the core librarygingerBill2021-02-231-1/+1
* Update package reflectgingerBill2021-01-271-1/+11
* Add time.Tick for performance related timingsgingerBill2021-01-091-0/+11
* Add `package path/filepath`; Add `os.stat` for windows (TODO: unix)gingerBill2020-09-251-0/+14
* Remove usage of `do` in core librarygingerBill2020-09-231-8/+12
* Fix #712gingerBill2020-08-261-2/+4
* Add `time.read_cycle_counter`gingerBill2020-06-221-0/+8
* Fix `time.now`gingerBill2020-06-191-2/+11
* `x if cond else y` and `x when cond else y` expressionsgingerBill2020-03-051-1/+1
* Added diff() to core:time.thebirk2019-01-061-0/+4
* package time (windows only at the moment)gingerBill2018-12-081-0/+220