Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: use ref vector class for the conversion routines I/O | Josh Blum | 2011-02-10 | 1 | -6/+6 |
| | |||||
* | uhd: change bounded_buffer implementation and code using it | Josh Blum | 2011-02-05 | 1 | -18/+18 |
| | | | | | | | The bounded buffer now uses the detail idiom to hide implementation to inline better. The whole sptr/make idiom was removed from bounded buffer to just construct directly. The code using bounded buffer was changed for the new api: replaces access operators and calls to the factory function. | ||||
* | uhd: added io type and conversion for complex64 (its not really useful) | Josh Blum | 2011-02-03 | 1 | -9/+37 |
| | |||||
* | uhd: implemented high-res get time in time_spec_t | Josh Blum | 2011-01-30 | 1 | -0/+19 |
| | | | | | | | clock_gettime for linux, mach_absolute_time for macos, QueryPerformanceFrequency for windows, and fallback to boost microsec_clock | ||||
* | uhd: change constants to doubles for BOOST_CHECK_CLOSE | Josh Blum | 2011-01-20 | 1 | -6/+6 |
| | |||||
* | uhd: renamed test directory to tests to be consitent | Josh Blum | 2011-01-14 | 16 | -0/+1435 |