Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: added the concept of installer path (along with local path) for package ↵ | Josh Blum | 2010-08-16 | 1 | -4/+2 |
| | | | | data | ||||
* | uhd: use cmake to convert the pkg data dir to native system format | Josh Blum | 2010-08-15 | 1 | -2/+1 |
| | |||||
* | uhd: avoid segfaults - use CPP macros for paths and dont split empty string | Josh Blum | 2010-08-11 | 1 | -3/+4 |
| | |||||
* | uhd: created library code to handle paths for images and modules | Josh Blum | 2010-08-09 | 1 | -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 |