aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/utils/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* 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