summaryrefslogtreecommitdiffstats
path: root/host/lib/constants.hpp.in
Commit message (Collapse)AuthorAgeFilesLines
* uhd: removed constants.hpp.in, replaced w/ per source compile definesJosh Blum2011-04-191-25/+0
|
* uhd: specify the UHD_PKG_DATA_PATH once (since images shipped w/ drivers)Josh Blum2011-04-141-2/+1
|
* uhd: remove build information in the version string (just major.minor.patch)Josh Blum2011-03-291-2/+2
| | | | Add the build info as an additional string to the get_version function().
* uhd: added the concept of installer path (along with local path) for package ↵Josh Blum2010-08-161-4/+2
| | | | data
* uhd: use cmake to convert the pkg data dir to native system formatJosh Blum2010-08-151-2/+1
|
* uhd: avoid segfaults - use CPP macros for paths and dont split empty stringJosh Blum2010-08-111-3/+4
|
* uhd: created library code to handle paths for images and modulesJosh Blum2010-08-091-0/+28
- 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