aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests
Commit message (Collapse)AuthorAgeFilesLines
* uhd: a few minor changes to get uhd building under mingw or cygwinJosh Blum2011-04-041-2/+4
|
* uhd: update copyright headers with automated scriptJosh Blum2011-03-239-9/+9
|
* uhd: setup cpack components for component based installersJosh Blum2011-03-211-5/+1
|
* uhd: switch algorithm namespace to uhdJosh Blum2011-02-241-3/+3
|
* uhd: replaced instanced of std::exception with the uhd exceptionsJosh Blum2011-02-241-2/+2
|
* uhd: renamed the assert header to assert hasJosh Blum2011-02-241-1/+1
| | | | | | | | only the assert has implementation is in this header uhd assert throw moved to the exception header updated code base includes to match
* uhd: moved exception to top level includeJosh Blum2011-02-241-1/+1
|
* uhd: added a bunch of custom exceptions, not used yetJosh Blum2011-02-241-1/+12
|
* usrp: support for multiple dsps in props and implemented in usrp1Josh Blum2011-02-171-13/+9
| | | | | | | usrp1 previously had 1 rx and 1 tx dsp with multiple freq params, it now has N and M dsps each with one freq param. This is more consistent with the multi-dsp model. The hack here is to only apply stream commands and sample rate changes to dsp0.
* uhd: use ref vector class for the conversion routines I/OJosh Blum2011-02-101-6/+6
|
* uhd: change bounded_buffer implementation and code using itJosh Blum2011-02-051-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 Blum2011-02-031-9/+37
|
* 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: change constants to doubles for BOOST_CHECK_CLOSEJosh Blum2011-01-201-6/+6
|
* uhd: renamed test directory to tests to be consitentJosh Blum2011-01-1416-0/+1435