aboutsummaryrefslogtreecommitdiff
path: root/core/time
Commit message (Expand)AuthorAgeFilesLines
* Fix #712gingerBill2020-08-261-2/+4
* Add `raw_data` to replace cases in which `&x[0]` was usedgingerBill2020-06-291-1/+1
* Begin migration from sys/win32 to sys/windowsgingerBill2020-06-261-5/+5
* Add `time.read_cycle_counter`gingerBill2020-06-221-0/+8
* Fix `time.now`gingerBill2020-06-192-6/+13
* `x if cond else y` and `x when cond else y` expressionsgingerBill2020-03-051-1/+1
* Implement core:thread and core:sync on Unix using pthreadsTetralux2019-12-014-102/+80
* Add missing foreign import to time_darwinChris Heyes2019-11-011-0/+2
* Move time code from os to time packageChris Heyes2019-11-011-10/+30
* Merge remote-tracking branch 'upstream/master'Chris Heyes2019-11-013-1/+3
|\
| * Change ODIN_OS string for osx from "osx" to "darwin" to allow for other platf...gingerBill2019-10-011-0/+0
| * New Essence OS layer; cross-compiling improvementsnakst2019-09-021-0/+2
| * Fix parsing for procedure literals expression statements; improve assert perf...gingerBill2019-07-281-1/+1
* | Impl time for macOSChris Heyes2019-07-161-1/+32
|/
* Merge pull request #320 from thebirk/add-diff-to-timegingerBill2019-01-071-0/+4
|\
| * Added diff() to core:time.thebirk2019-01-061-0/+4
* | Vet time_linuxmatt2019-01-061-1/+0
|/
* set time_linux IS_SUPPORTED to trueMikkel Hjortshoej2018-12-081-1/+1
* Merge branch 'log_pr'Mikkel Hjortshoej2018-12-083-1/+7
|\
| * Add timestamp support using the new core:timeMikkel Hjortshoej2018-12-083-1/+9
* | Add Linux support for core:timeJeroen van Rijn2018-12-081-0/+44
|/
* package time (windows only at the moment)gingerBill2018-12-082-0/+242