aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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.