Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |