aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/time.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove get_nanoseconds_clock as we'll rely on std::chrono's highlloyd2012-02-201-118/+0
* propagate from branch 'net.randombit.botan' (head 647eeb4f4cf8fa4cf487cdc463d...lloyd2010-06-221-1/+1
|\
| * Doxygenlloyd2010-06-211-2/+2
* | propagate from branch 'net.randombit.botan' (head 294e2082ce9231d6165276e2f2a...lloyd2010-06-171-1/+1
|\|
| * Use "/*" instead of "/**" in starting comments at the begining of a file.lloyd2010-06-071-1/+1
* | propagate from branch 'net.randombit.botan' (head 9932d4d63417f7fcc199ada244c...lloyd2010-03-091-11/+4
|\ \ | |/ |/|
| * Fixup mergelloyd2009-12-241-3/+1
| * propagate from branch 'net.randombit.botan' (head d2ed6f8447671a5a6ce2df0053e...lloyd2009-12-241-25/+12
| |\
| * \ propagate from branch 'net.randombit.botan' (head 367d157c1221a162f5b40984929...lloyd2009-12-241-7/+43
| |\ \
| * | | 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
* | | | Use static_cast if using std::time-based get_nanoseconds_clock to makelloyd2010-03-031-2/+6
* | | | Replace time_t_to_tm with calendar_value which returns a struct representinglloyd2009-12-241-5/+10
| |_|/ |/| |
* | | Wrap up whatever we're using for gmtime in an anon-namespace function do_gmtimelloyd2009-12-241-14/+19
| |/ |/|
* | 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
|/
* Consolidate the non-canonical epoch timers, like cpuid and Win32'slloyd2009-12-011-0/+87