summaryrefslogtreecommitdiffstats
path: root/host/test
Commit message (Expand)AuthorAgeFilesLines
* uhd: reworked time_spec_t to be more flexible: arithmetic, comparison operato...Josh Blum2010-06-241-6/+4
* float casts to remove msvc warningsJosh Blum2010-06-081-12/+14
* Replaced convert types with generated convert types that handles more cases.Josh Blum2010-06-082-0/+124
* Replaced the vrt pack and unpack with a pack and unpack for big endian and a ...Josh Blum2010-06-071-2/+2
* added byteswap routine to utilsJosh Blum2010-06-062-0/+40
* work on alignment buffer, got unit test workingJosh Blum2010-05-282-13/+11
* work on bounded and alignment buffer with unit testingJosh Blum2010-05-281-4/+75
* work on buffers for recvJosh Blum2010-05-282-0/+47
* Removed the boost exception stuff, replaced it with macro that formats the th...Josh Blum2010-05-051-3/+11
* Expanded the dboard id API to create dboard id types from strings and ints.Josh Blum2010-05-031-2/+15
* Code tweaks and added unit test for dict and error message.Josh Blum2010-05-013-0/+114
* Renamed the prop set/get error macros so they make sense for not-implemented ...Josh Blum2010-04-261-2/+2
* Work on exceptions.Josh Blum2010-04-251-3/+3
* Created args string contructor for device address.Josh Blum2010-04-201-1/+1
* converted timespec to use nanoseconds for fractional partJosh Blum2010-04-081-5/+7
* renamed dict get key and value methodsJosh Blum2010-04-052-5/+5
* moved props into usrp and multiple hpp filesJosh Blum2010-04-011-1/+1
* unit test for device addrJosh Blum2010-03-291-0/+38
* Added utility methods to device addr and mac addr to make them more usable.Josh Blum2010-03-291-1/+1
* Added tune helper to utils.Josh Blum2010-03-291-1/+1
* minor fix to wax test to get unit testing working on windows, added missing c...Josh Blum2010-03-282-9/+14
* refactored types.hpp into types directoryJosh Blum2010-03-272-13/+14
* Split utils.hpp into subdir with multiple files.Josh Blum2010-03-271-2/+2
* Added ability to load modules at runtimeJosh Blum2010-03-212-3/+34
* Moved typedefs from props.hpp into new file types.hpp.Josh Blum2010-03-211-6/+5
* got uhd almost compiling in windowze. figured out special flags. also had to ...Josh Blum2010-03-172-2/+2
* Replaced uses of wax:cast with the templated as method (like in boost program...Josh Blum2010-03-152-13/+14
* Removed freq min and max and gain min, max, and step...Josh Blum2010-03-121-48/+32
* Cleaned up the gain handler (thing that gets and sets wildcard gains)Josh Blum2010-03-111-4/+14
* Split metadata into rx and tx specific metadata.Josh Blum2010-03-031-6/+6
* Making use of vrt lib in the usrp2 io_impl.Josh Blum2010-03-031-0/+3
* Added a vrt library to pack and unpack from metadata.Josh Blum2010-03-022-0/+98
* Worked out spi api for the dboard interface.Josh Blum2010-02-173-106/+0
* moved host code into host directory for clean (unambiguous) top levelJosh Blum2010-02-177-0/+391