Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: suppress -Wexpansion-to-defined warning | Hisham Muhammad | 2024-12-18 | 1 | -1/+5 |
| | | | | See https://stackoverflow.com/questions/42074035/how-to-deal-with-clangs-3-9-wexpansion-to-defined-warning | ||||
* | fix: do not rely on luaconf.h to include limits.h | Hisham Muhammad | 2024-12-18 | 1 | -1/+1 |
| | | | | Fixes #38. | ||||
* | fix docs, merging modules | Thijs | 2024-06-03 | 1 | -1/+5 |
| | |||||
* | feat(*): add environment variable and random functions | Thijs Schreijer | 2023-11-15 | 1 | -29/+58 |
| | |||||
* | 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. | ||||
* | Support for monotime | Oscar Lim | 2016-05-08 | 1 | -3/+37 |
| | | | | Provide `monotime` function with at least 1 millisecond resolution. | ||||
* | Fix compile errors for Windows | Oscar Lim | 2016-04-09 | 1 | -0/+2 |
| | |||||
* | Support for gettime and sleep functions | Oscar Lim | 2016-02-10 | 1 | -0/+89 |
Provide `gettime` and `sleep` functions with at least 1 millisecond resolution. |