Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove inclusions of unused headers. | lloyd | 2011-02-10 | 1 | -1/+0 |
| | | | | Avoid using auto_ptr in the CVC headers. | ||||
* | Doxygen | lloyd | 2010-06-21 | 1 | -0/+13 |
| | |||||
* | More Doxygen | lloyd | 2010-06-16 | 1 | -1/+10 |
| | |||||
* | Use "/*" instead of "/**" in starting comments at the begining of a file. | lloyd | 2010-06-07 | 1 | -1/+1 |
| | | | | | This caused Doxygen to think this was markup meant for it, which really caused some clutter in the namespace page. | ||||
* | Add/fix doxygen comments | lloyd | 2009-12-24 | 1 | -5/+12 |
| | |||||
* | Replace time_t_to_tm with calendar_value which returns a struct representing | lloyd | 2009-12-24 | 1 | -1/+14 |
| | | | | the calendar time without tying to a particular format. From the C++0x branch. | ||||
* | Consolidate the non-canonical epoch timers, like cpuid and Win32's | lloyd | 2009-12-01 | 1 | -0/+30 |
QueryPerformanceCounter, into an entropy source hres_timer. Its results, if any, do not count as contributing entropy to the poll. Convert the other (monotonic/fixed epoch) timers to a single function get_nanoseconds_clock(), living in time.h, which statically chooses the 'best' timer type (clock_gettime, gettimeofday, std::clock, in that order depending on what is available). Add feature test macros for clock_gettime and gettimeofday. Remove the Timer class and timer.h. Remove the Timer& argument to the algorithm benchmark function. |