aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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
* convert: added prio param to get converterJosh Blum2012-04-271-7/+21
| | | | We can now test generic conversion implementations against SIMD (for example)
* uhd: squashed transport workJosh Blum2012-04-232-21/+10
|
* uhd: various tweaks for compiler warns and valgrindJosh Blum2012-02-091-2/+2
|
* uhd: added sse2 conversions for fc64 to sc8Josh Blum2012-02-081-1/+1
|
* uhd: better quantization check for convert testJosh Blum2012-02-081-4/+5
|
* uhd: added sc8 conversion testsJosh Blum2012-02-071-7/+67
|
* dsp rework: implement 64 bit ticks, no secondsJosh Blum2012-02-063-20/+16
|
* uhd: patch to support PKG_LIB_DIR per debian fs standardsJosh Blum2012-01-131-1/+1
| | | | | | uhd binaries will continue to install into share/uhd, however, one can specify -DPKG_LIB_DIR=lib/uhd for example to move where the binaries are installed
* convert: made conversion functions into classes so they can keep stateJosh Blum2011-11-121-6/+18
|
* usrp: fix rate calculation logicJosh Blum2011-11-031-0/+13
|
* uhd: renamed convert markup to formatJosh Blum2011-11-033-40/+40
| | | | | | | | removed convert args added simd level got orc and neon updated
* uhd: added one packet mode to rx streamerJosh Blum2011-11-031-17/+16
|
* uhd: restored super packet handler functionalityJosh Blum2011-11-033-120/+94
|
* convert: restored unit test functionalityJosh Blum2011-11-032-72/+80
|
* uhd: moved wax API into deprecated filesJosh Blum2011-11-032-105/+0
|
* uhd: allow device addr (from string) to parse empty valuesJosh Blum2011-11-031-1/+2
|
* 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: added helpful UHD_VAR macro for debugging purposesJosh Blum2011-07-221-0/+3
|
* uhd: added unit test for properties subtreeJosh Blum2011-07-081-0/+16
|
* uhd: added inline message testing to the messages exampleJosh Blum2011-07-031-2/+1
| | | | | | | Renamed the example to test_messages (not just async). Fixed bug in super recv packet handler related to messages. Basically, the sequence number for messages should be ignored. Fixed some quirks with usrp1 soft time control to get it work as well.
* uhd: misc tweaks and also msvc compileJosh Blum2011-06-291-0/+7
|
* usrp: deleted a bunch on obsoleted files in usrp directoryJosh Blum2011-06-292-252/+0
|
* uhd: properties tweaks and docsJosh Blum2011-06-291-1/+1
|
* uhd: added properties unit tests, use shared ptr<void> in treeJosh Blum2011-06-281-18/+68
|
* uhd: re-work to make the properties easier to useJosh Blum2011-06-281-20/+22
|
* uhd: change for default prop create()Josh Blum2011-06-251-1/+1
|
* uhd: created a property tree to store propertiesJosh Blum2011-06-251-0/+25
|
* uhd: work on templated property classJosh Blum2011-06-252-0/+76
|
* uhd: print the exception so e gets used (avoid MSVC warning)Josh Blum2011-06-241-0/+3
|
* uhd: added dynamic throw and clone to exceptionsJosh Blum2011-06-241-2/+33
|
* sph: added unit test for overflow handlerJosh Blum2011-06-161-0/+18
|
* uhd: supper packet handler support squashedJosh Blum2011-06-143-0/+921
|
* UHD: Fixed convert_test (scalars backwards), fixed Orc conversions ↵Nick Foster2011-06-141-5/+5
| | | | (endianness backwards).
* uhd: added scaling factor to conversion routinesJosh Blum2011-06-141-6/+6
|
* uhd: removed deprecated warning API, log+msg now in APIJosh Blum2011-05-181-2/+0
|
* uhd: replaced warning post with calls to UHD_MSG(warning)Josh Blum2011-05-042-5/+15
| | | | | The message api can support warnings, error, and status messages. The default handler is to stdio, but the user can change this.
* uhd: fixed typo in tune request/result inter_freq -> rf_freqJosh Blum2011-05-011-6/+6
| | | | | | | | For some reason, the code said intermediate frequency, however, it was used and treated as RF frequency. It was always intended to be the RF frequency, but was misnamed due to a cognitive distortion.
* 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
|