aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/utils/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* utils: introduce new logging API and remove msg APIAndrej Rode2017-02-201-1/+0
|
* cmake: Add some quotes on case certain variables are blankMartin Braun2017-01-041-2/+2
|
* cmake: allow UHD library and utilities to be in separate lib directoriesNicholas Corgan2016-06-161-1/+8
|
* b200: Factored ihex routines out of b200_ifaceMartin Braun2015-12-141-0/+1
|
* uhd: C API wrapperNicholas Corgan2015-08-061-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 Hilburn2015-01-271-1/+0
| | | | Also includes NI-USRP Windows Registry Key fixes.
* Restoring compatibility with CMake 2.6Nicholas Corgan2014-08-141-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 Hilburn2014-02-041-0/+2
|
* uhd: work on moving binaries to lib/uhdJosh Blum2012-11-081-4/+4
|
* uhd: manually link into pthreads hereJosh Blum2011-12-271-0/+1
|
* usrp: basically working iq cal on txJosh Blum2011-11-101-0/+1
|
* uhd: removed wax and props utilsJosh Blum2011-11-071-1/+0
|
* uhd: added tasks to simplify thread spawning use casesJosh Blum2011-07-131-0/+1
|
* uhd: removed deprecated warning API, log+msg now in APIJosh Blum2011-05-181-1/+0
|
* uhd: replaced warning post with calls to UHD_MSG(warning)Josh Blum2011-05-041-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 subdirJosh Blum2011-05-041-0/+1
|
* uhd: removed constants.hpp.in, replaced w/ per source compile definesJosh Blum2011-04-191-0/+13
|
* uhd: always link winsock2 on windows, disable pthread SCHED_RR for cygwinJosh Blum2011-04-061-0/+5
|
* uhd: moved exception to top level includeJosh Blum2011-02-241-1/+0
|
* uhd: added a bunch of custom exceptions, not used yetJosh Blum2011-02-241-1/+1
|
* uhd: replace header checks in cmake files with more robust compile checks ↵Josh Blum2011-02-211-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 Blum2011-02-171-4/+14
| | | | the source
* uhd: make static block safe with a try,catch,printJosh Blum2011-01-141-1/+2
|
* uhd: use the include subdir macro to simplify the lib subdirs cmakelistsJosh Blum2010-12-201-9/+11
|
* uhd: added macro to enable/disable componentsJosh Blum2010-11-291-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 filesJosh Blum2010-08-191-0/+1
|
* uhd: created library code to handle paths for images and modulesJosh Blum2010-08-091-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 fileJosh Blum2010-08-081-0/+59
|
* Merge branch 'codec_gains'Josh Blum2010-08-061-1/+1
|\ | | | | | | | | | | | | Conflicts: host/lib/usrp/mimo_usrp.cpp host/lib/usrp/simple_usrp.cpp host/test/CMakeLists.txt
| * Merge branch 'master' into codec_gainsJosh Blum2010-08-041-1/+1
| | | | | | | | | | | | Conflicts: host/lib/CMakeLists.txt host/lib/utils/gain_handler.cpp
* | uhd: added warning printer utility functionJosh Blum2010-08-041-0/+1
|/
* uhd: moved utils cpp files into lib/utils directoryJosh Blum2010-08-041-0/+26