summary refs log tree commit diff stats
path: root/lib/std/monotimes.nim
Commit message (Collapse)AuthorAgeFilesLines
* Implement zephyr urandom and monotime (#19142)Jaremy Creechley2021-11-141-0/+7
| | | | | | | * implement urandom for Zephyr * add monotime on zephyr Co-authored-by: Jaremy Creechley <jaremy.creechley@panthalassa.com>
* clean unused imports on runnableExamples (#18551)flywind2021-07-211-2/+0
|
* clarify what a 'monotonic' timestamp is (#18163)Andreas Rumpf2021-06-031-3/+2
|
* CIs: attempt to use csources_v1 (#16282)Andreas Rumpf2021-04-211-2/+2
| | | | | | | | * CIs: attempt to use csources_v1 * also updated the BSDs * also updated azure pipelines * std modules should not itself use the 'std/' import dir... * compiler has to be careful with std/ for v1 booting
* [JS + docs] improve std/monotimes module (#17103)flywind2021-02-221-42/+44
|
* add -d:nimStrictMode in CI to keep code from regressing; fixes ↵Timothee Cour2021-02-171-1/+1
| | | | ConvFromXtoItselfNotNeeded, UnusedImport notes (#16764)
* move tests to testament (#16101)flywind2020-11-241-16/+0
| | | | | | | | | * move tests to testament * minor * fix random * disable test random
* make monotimes have zero overhead if you don't use it (#13338) [backport]Andreas Rumpf2020-02-061-10/+6
|
* style fix: change 'JS' to 'js' to make it consistent (#13168)Miran2020-01-161-2/+2
|
* Fix JS bug in std/monotimes (#12499) [backport]Oscar Nihlgård2019-10-241-1/+2
|
* [feature] Added std/monotimesOscar Nihlgård2019-07-121-0/+173