| Age | Commit message (Collapse) | Author | Lines |
|
#2907.
|
|
./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This lets us use the more precise clock_gettime on posix
machines.
|
|
It's possible to have negative times if expressing time before 1970, so
we should use signed types. Other platforms can return times at a higher
resolution, so we should use 64 bits.
|
|
|
|
|
|
|
|
Tested on OSX and Windows.
|
|
|
|
|