aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/time_spec_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: replace BOOST_FOREACH with C++11 range-based for loopAndrej Rode2017-02-101-1/+0
| | | | | Note: This is the first commit that uses for-range, and range-based for-loops are now usable for UHD development.
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵Martin Braun2016-11-081-1/+2
| | | | | | | | types) - Also removes all references to boost/cstdint.hpp and replaces it with stdint.h (The 'correct' replacement would be <cstdint>, but not all of our compilers support that).
* uhd: Fixed multiple compiler warningsMichael Dickens2015-03-111-2/+2
| | | | | | - Use ULL and LL etc. so compiler doesn't need to decide constant's types - define the empty 'while' loop to include {} to make older compilers happy - Use explicit type names for BOOST_CHECK_EQUAL
* Squashed merge of Coverity fixes.Ben Hilburn2013-11-271-0/+2
|
* uhd: added missing include iomanipJosh Blum2013-04-241-0/+1
|
* uhd: fixes for time_spec's to_ticks and from_ticks callsJosh Blum2013-04-121-0/+29
| | | | | | | | The fixes address rouding issues when the tick_rate is a non-integer. Conflicts: host/tests/time_spec_test.cpp
* dsp rework: implement 64 bit ticks, no secondsJosh Blum2012-02-061-3/+3
|
* uhd: also normalise the time spec when adding/subtracting (added unit test)Josh Blum2011-08-301-0/+11
|
* uhd: fix for dealing with negative wrapping in time_specJosh Blum2011-08-291-3/+11
|
* uhd: update copyright headers with automated scriptJosh Blum2011-03-231-1/+1
|
* uhd: implemented high-res get time in time_spec_tJosh Blum2011-01-301-0/+19
| | | | | | | clock_gettime for linux, mach_absolute_time for macos, QueryPerformanceFrequency for windows, and fallback to boost microsec_clock
* uhd: renamed test directory to tests to be consitentJosh Blum2011-01-141-0/+61