Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils: introduce new logging API and remove msg API | Andrej Rode | 2017-02-20 | 1 | -1/+0 |
| | |||||
* | cmake: Add some quotes on case certain variables are blank | Martin Braun | 2017-01-04 | 1 | -2/+2 |
| | |||||
* | cmake: allow UHD library and utilities to be in separate lib directories | Nicholas Corgan | 2016-06-16 | 1 | -1/+8 |
| | |||||
* | b200: Factored ihex routines out of b200_iface | Martin Braun | 2015-12-14 | 1 | -0/+1 |
| | |||||
* | uhd: C API wrapper | Nicholas Corgan | 2015-08-06 | 1 | -0/+6 |
| | | | | | | | * 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 | ||||
* | Merging new UHD_IMAGES_DIR utilities and bug fixes. | Ben Hilburn | 2015-01-27 | 1 | -1/+0 |
| | | | | Also includes NI-USRP Windows Registry Key fixes. | ||||
* | Restoring compatibility with CMake 2.6 | Nicholas Corgan | 2014-08-14 | 1 | -1/+1 |
| | | | | | * The UNSET command didn't exist back then, but using SET with no value does the same thing * CMake 2.6 doesn't like nested parantheses in IF statements, so tweak IF/ELSE statements | ||||
* | Merging USRP X300 and X310 support!! | Ben Hilburn | 2014-02-04 | 1 | -0/+2 |
| | |||||
* | uhd: work on moving binaries to lib/uhd | Josh Blum | 2012-11-08 | 1 | -4/+4 |
| | |||||
* | uhd: manually link into pthreads here | Josh Blum | 2011-12-27 | 1 | -0/+1 |
| | |||||
* | usrp: basically working iq cal on tx | Josh Blum | 2011-11-10 | 1 | -0/+1 |
| | |||||
* | uhd: removed wax and props utils | Josh Blum | 2011-11-07 | 1 | -1/+0 |
| | |||||
* | uhd: added tasks to simplify thread spawning use cases | Josh Blum | 2011-07-13 | 1 | -0/+1 |
| | |||||
* | uhd: removed deprecated warning API, log+msg now in API | Josh Blum | 2011-05-18 | 1 | -1/+0 |
| | |||||
* | uhd: replaced warning post with calls to UHD_MSG(warning) | Josh Blum | 2011-05-04 | 1 | -0/+1 |
| | | | | | The message api can support warnings, error, and status messages. The default handler is to stdio, but the user can change this. | ||||
* | uhd: moved the logger into the utils subdir | Josh Blum | 2011-05-04 | 1 | -0/+1 |
| | |||||
* | uhd: removed constants.hpp.in, replaced w/ per source compile defines | Josh Blum | 2011-04-19 | 1 | -0/+13 |
| | |||||
* | uhd: always link winsock2 on windows, disable pthread SCHED_RR for cygwin | Josh Blum | 2011-04-06 | 1 | -0/+5 |
| | |||||
* | uhd: moved exception to top level include | Josh Blum | 2011-02-24 | 1 | -1/+0 |
| | |||||
* | uhd: added a bunch of custom exceptions, not used yet | Josh Blum | 2011-02-24 | 1 | -1/+1 |
| | |||||
* | uhd: replace header checks in cmake files with more robust compile checks ↵ | Josh Blum | 2011-02-21 | 1 | -12/+31 |
| | | | | | | for features implemented different ifdefs in the cpp files | ||||
* | uhd: use source properties to set flags and defs not globally, but only for ↵ | Josh Blum | 2011-02-17 | 1 | -4/+14 |
| | | | | the source | ||||
* | uhd: make static block safe with a try,catch,print | Josh Blum | 2011-01-14 | 1 | -1/+2 |
| | |||||
* | uhd: use the include subdir macro to simplify the lib subdirs cmakelists | Josh Blum | 2010-12-20 | 1 | -9/+11 |
| | |||||
* | uhd: added macro to enable/disable components | Josh Blum | 2010-11-29 | 1 | -0/+2 |
| | | | | | | libuhd prints summary of components added newline prints before config checks | ||||
* | uhd: added image utils code to search the images paths for image files | Josh Blum | 2010-08-19 | 1 | -0/+1 |
| | |||||
* | uhd: created library code to handle paths for images and modules | Josh Blum | 2010-08-09 | 1 | -0/+1 |
| | | | | | | | | - read from environment variable paths - utility functions to get paths and search for images - modified load modules to call the utility functions - added private header constants.hpp to contain cmake variables of interest - modified version.cpp to use this constants file | ||||
* | uhd: moved utils specific cmake stuff into utils cmake file | Josh Blum | 2010-08-08 | 1 | -0/+59 |
| | |||||
* | Merge branch 'codec_gains' | Josh Blum | 2010-08-06 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | Conflicts: host/lib/usrp/mimo_usrp.cpp host/lib/usrp/simple_usrp.cpp host/test/CMakeLists.txt | ||||
| * | Merge branch 'master' into codec_gains | Josh Blum | 2010-08-04 | 1 | -1/+1 |
| | | | | | | | | | | | | Conflicts: host/lib/CMakeLists.txt host/lib/utils/gain_handler.cpp | ||||
* | | uhd: added warning printer utility function | Josh Blum | 2010-08-04 | 1 | -0/+1 |
|/ | |||||
* | uhd: moved utils cpp files into lib/utils directory | Josh Blum | 2010-08-04 | 1 | -0/+26 |