aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Release v0.3.0 (#11)v0.3.0Thijs Schreijer2023-12-161-1/+1
|
* fix(mingw): fix the windows build with MinGW (#10)Thijs Schreijer2023-12-151-4/+10
|
* feat(tty): add isatty()Thijs2023-11-153-1/+40
|
* feat(*): add environment variable and random functionsThijs Schreijer2023-11-156-31/+391
|
* Release v0.2.1v0.2.1Oscar Lim2016-10-021-1/+1
|
* Fix `clock_gettime` for Mac OS X 10.12Oscar Lim2016-09-281-1/+9
|
* Fix macOS 10.12 having `clock_gettime`Adam Grandquist2016-07-231-0/+2
| | | See https://github.com/Homebrew/homebrew-core/issues/1957 for similar issues.
* Release v0.2.0v0.2.0Oscar Lim2016-05-081-1/+1
|
* Support for monotimeOscar Lim2016-05-083-8/+124
| | | | Provide `monotime` function with at least 1 millisecond resolution.
* Release v0.1.1v0.1.1Oscar Lim2016-04-101-1/+1
|
* Fix compile errors for WindowsOscar Lim2016-04-091-0/+2
|
* Release v0.1.0v0.1.0Oscar Lim2016-02-111-0/+5
|
* Support for gettime and sleep functionsOscar Lim2016-02-105-0/+393
Provide `gettime` and `sleep` functions with at least 1 millisecond resolution.