aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Remove CMake 3.0+ warningsNicholas Corgan2015-08-131-3/+0
|
* C API cleanup, feature additionsNicholas Corgan2015-08-121-2/+2
| | | | | | * Cleaned up usage of handles vs. handle pointers * Store global string for last error thrown * Removed uhd::device_addr_t handle, added std::vector<std::string> handle
* C API: feature additions, bugfixesNicholas Corgan2015-08-071-0/+1
| | | | | | * Wrapped uhd::device_addrs_t, added find functions for multi_usrp, multi_usrp_clock * Replaced getopt with public domain implementation * Minor bugfixes
* uhd: C API wrapperNicholas Corgan2015-08-061-0/+10
| | | | | | | * multi_usrp, multi_usrp_clock, and associated classes accessible through C * Added Doxygen documentation explaining structure and API * Simple RX and TX streaming examples * Unit tests for different parts of C interface and C++ error conversion
* cmake: MinGW improvementsNicholas Corgan2015-07-231-5/+1
| | | | | | * Improved toolchan file, accounts for different versions * Don't force static runtime linking (was causing test errors) * Include MinGW runtime in packaging
* Added support for MinGW cross-compileNicholas Corgan2015-01-131-2/+6
| | | | | | * Added CMake toolchain file, compatible with different versions * No dependency on MinGW runtime, all statically linked * Misc coding tweaks to allow MinGW to compile
* transport: Made CHDR-related routines separate from VRTMartin Braun2014-12-031-1/+2
| | | | | | Our VRT routines have the option to switch, on the fly, between VRLP and CHDR. This adds new CHDR-specific (un-)packers, which can only work with CHDR.
* math: Added a portable log2()Martin Braun2014-11-201-0/+1
|
* uhd: Added sid_tMartin Braun2014-10-281-0/+1
| | | | | | | This is a data type to represent SIDs (stream IDs). It includes setters and getters for all components of the SID, converters to and from string and uint32 as well as C++ streams.
* math: Added a new uhd::math namespace + float comparison routinesBen Hilburn2014-10-071-0/+2
| | | | | * Float comparison is applied to tuning logic in DSP cores. * Properly using INT_MAX/MIN constants, defined in utils/math.hpp
* uhd: Added a cast routine from hex string -> anythingMartin Braun2014-04-101-0/+1
|
* Merge branch 'maint'Nicholas Corgan2013-05-101-0/+1
|\ | | | | | | | | Conflicts: host/tests/CMakeLists.txt
| * Added CMake variables to customize builds to match Debian package configurationsNicholas Corgan2013-05-101-1/+1
| | | | | | | | | | | | * -DLIBUHD_PKG=ON installs with libuhd003 configuration * -DLIBUHDDEV_PKG=ON installs with libuhd-dev configuration * -DUHDHOST_PKG=ON installs with uhd-host configuration
* | uhd: unit tests generate script w/ env pathsJosh Blum2012-10-291-1/+9
| |
* | uhd: removed installation of unit test filesJosh Blum2012-10-291-2/+1
|/
* 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
* uhd: restored super packet handler functionalityJosh Blum2011-11-031-2/+2
|
* convert: restored unit test functionalityJosh Blum2011-11-031-2/+2
|
* uhd: moved wax API into deprecated filesJosh Blum2011-11-031-1/+0
|
* usrp: deleted a bunch on obsoleted files in usrp directoryJosh Blum2011-06-291-1/+0
|
* uhd: work on templated property classJosh Blum2011-06-251-0/+1
|
* uhd: supper packet handler support squashedJosh Blum2011-06-141-0/+2
|
* uhd: replaced warning post with calls to UHD_MSG(warning)Josh Blum2011-05-041-1/+1
| | | | | The message api can support warnings, error, and status messages. The default handler is to stdio, but the user can change this.
* uhd: a few minor changes to get uhd building under mingw or cygwinJosh Blum2011-04-041-2/+4
|
* uhd: setup cpack components for component based installersJosh Blum2011-03-211-5/+1
|
* uhd: renamed test directory to tests to be consitentJosh Blum2011-01-141-0/+58