Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tabs->spaces | Chris Young | 2014-11-30 | 1 | -2/+2 |
* | Use ReadEClock() instead; AmigaOS 3 compatibility. | Chris Young | 2014-11-30 | 1 | -5/+14 |
* | Change tabs to spaces, and assert that ITimer is not NULL. | Chris Young | 2014-11-29 | 1 | -10/+9 |
* | Add monotonic timer for AmigaOS 4.0+ | Chris Young | 2014-11-29 | 1 | -0/+14 |
* | Improve and document exact behaviour of the returned value. | Vincent Sanders | 2014-11-29 | 1 | -2/+2 |
* | add missing mach includes | Vincent Sanders | 2014-11-27 | 1 | -0/+2 |
* | Implement monotonic time fetch for MACH systems | Vincent Sanders | 2014-11-27 | 1 | -2/+13 |
* | fix include position | Vincent Sanders | 2014-11-27 | 1 | -4/+8 |
* | add fallback for RISC OS monotonic timer | Vincent Sanders | 2014-11-27 | 1 | -6/+26 |
* | move to using POSIX monotonic clock if available | Vincent Sanders | 2014-11-26 | 1 | -1/+9 |
* | fix monotonic timer API naming | Vincent Sanders | 2014-11-26 | 1 | -1/+1 |
* | Fix error enum to not conflict and add monotonic time implementation | Vincent Sanders | 2014-11-26 | 1 | -4/+11 |
* | add initial monotonic timer API | Vincent Sanders | 2014-11-26 | 1 | -0/+25 |