aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/time.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixup mergelloyd2009-12-241-3/+1
* propagate from branch 'net.randombit.botan' (head d2ed6f8447671a5a6ce2df0053e...lloyd2009-12-241-25/+12
|\
| * Wrap up whatever we're using for gmtime in an anon-namespace function do_gmtimelloyd2009-12-241-14/+19
* | propagate from branch 'net.randombit.botan' (head 367d157c1221a162f5b40984929...lloyd2009-12-241-7/+43
|\|
| * Fix compile of get_nanoseconds_clock for Windows.lloyd2009-12-231-2/+12
| * Add GetSystemTimeAsFileTime as high res timer for Win32lloyd2009-12-221-7/+21
* | Most files including <botan/time.h> actually just needed <chrono>lloyd2009-12-011-12/+13
* | Remove system_time(), replace entirely with std::chrono.lloyd2009-12-011-11/+16
|/
* Consolidate the non-canonical epoch timers, like cpuid and Win32'slloyd2009-12-011-0/+87