Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release v0.3.0 (#11)v0.3.0 | Thijs Schreijer | 2023-12-16 | 1 | -1/+1 |
| | |||||
* | fix(mingw): fix the windows build with MinGW (#10) | Thijs Schreijer | 2023-12-15 | 1 | -4/+10 |
| | |||||
* | feat(tty): add isatty() | Thijs | 2023-11-15 | 3 | -1/+40 |
| | |||||
* | feat(*): add environment variable and random functions | Thijs Schreijer | 2023-11-15 | 6 | -31/+391 |
| | |||||
* | Release v0.2.1v0.2.1 | Oscar Lim | 2016-10-02 | 1 | -1/+1 |
| | |||||
* | Fix `clock_gettime` for Mac OS X 10.12 | Oscar Lim | 2016-09-28 | 1 | -1/+9 |
| | |||||
* | Fix macOS 10.12 having `clock_gettime` | Adam Grandquist | 2016-07-23 | 1 | -0/+2 |
| | | | See https://github.com/Homebrew/homebrew-core/issues/1957 for similar issues. | ||||
* | Release v0.2.0v0.2.0 | Oscar Lim | 2016-05-08 | 1 | -1/+1 |
| | |||||
* | Support for monotime | Oscar Lim | 2016-05-08 | 3 | -8/+124 |
| | | | | Provide `monotime` function with at least 1 millisecond resolution. | ||||
* | Release v0.1.1v0.1.1 | Oscar Lim | 2016-04-10 | 1 | -1/+1 |
| | |||||
* | Fix compile errors for Windows | Oscar Lim | 2016-04-09 | 1 | -0/+2 |
| | |||||
* | Release v0.1.0v0.1.0 | Oscar Lim | 2016-02-11 | 1 | -0/+5 |
| | |||||
* | Support for gettime and sleep functions | Oscar Lim | 2016-02-10 | 5 | -0/+393 |
Provide `gettime` and `sleep` functions with at least 1 millisecond resolution. |