aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/time.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doxygenlloyd2010-06-211-2/+2
* Use "/*" instead of "/**" in starting comments at the begining of a file.lloyd2010-06-071-1/+1
* 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