aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * feat(*): add environment variable and random functionsThijs Schreijer2023-11-1519-95/+998
| |
* | fix(ci): switch to master instead of main (#8)Thijs Schreijer2023-11-132-2/+2
|/
* fix(ci): relax tests, macos is imprecise due to priorityThijs Schreijer2023-11-091-2/+2
|
* chore(ci): switch to github actionsThijs Schreijer2023-11-097-174/+126
|
* chore(*): config filesThijs Schreijer2023-11-093-2/+82
|
* chore(ci): add linter for tests and rockspecsThijs Schreijer2023-11-091-0/+32
|
* chore(rockspecs): update new locationThijs Schreijer2023-11-092-6/+85
|
* chore(rockspecs): move rockspecs to subdirThijs Schreijer2023-11-091-0/+0
|
* Release v0.2.1v0.2.1Oscar Lim2016-10-022-4/+4
|
* Fix `clock_gettime` for Mac OS X 10.12Oscar Lim2016-09-281-1/+9
|
* Merge pull request #2 from grandquista/patch-1Oscar Lim2016-07-231-0/+2
|\ | | | | Fix macOS 10.12 having `clock_gettime`
| * 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-082-4/+4
|
* Support for monotimeOscar Lim2016-05-088-10/+173
| | | | Provide `monotime` function with at least 1 millisecond resolution.
* Add osx to travisOscar Lim2016-05-081-0/+6
|
* New travis infrastructureOscar Lim2016-05-075-52/+152
| | | | | Changes the travis setup and drop `sudo` in favor of the faster container-based travis infrastructure.
* Release v0.1.1v0.1.1Oscar Lim2016-04-102-4/+4
|
* Fix compile errors for WindowsOscar Lim2016-04-091-0/+2
|
* Make test for `gettime` more robustOscar Lim2016-02-211-1/+8
|
* Fix travis build errorOscar Lim2016-02-111-1/+1
|
* Release v0.1.0v0.1.0Oscar Lim2016-02-112-0/+52
|
* Support for gettime and sleep functionsOscar Lim2016-02-1014-0/+600
Provide `gettime` and `sleep` functions with at least 1 millisecond resolution.