Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: change how we configure version.cpp | Josh Blum | 2011-10-25 | 1 | -2/+2 |
| | | | | | | use configure_file vs defines, Possible fix for messaged up dependency/caching issue, see when changing CMakeLists, even in small ways. | ||||
* | uhd: added get_version_string and way to disable system info print | Josh Blum | 2011-07-22 | 1 | -1/+7 |
| | |||||
* | uhd: removed constants.hpp.in, replaced w/ per source compile defines | Josh Blum | 2011-04-19 | 1 | -7/+1 |
| | |||||
* | uhd: print system info on library load | Josh Blum | 2010-10-01 | 1 | -0/+14 |
| | |||||
* | uhd: created library code to handle paths for images and modules | Josh Blum | 2010-08-09 | 1 | -0/+23 |
- 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 |