Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | paths: get_module_paths adds share/uhd/modules to the list of applicable paths | Nicholas Corgan | 2013-10-30 | 1 | -0/+1 |
| | |||||
* | utils: fix declaration of "env_path_sep" such that it is always initialized ↵ | Michael Dickens | 2013-10-28 | 1 | -10/+11 |
| | | | | before it is used in the "get_env_paths" function, by moving it from the global scope to inside that function. This change allows UHD_STATIC_BLOCK(load_modules) to work correctly. | ||||
* | uhd: work on moving binaries to lib/uhd | Josh Blum | 2012-11-08 | 1 | -4/+4 |
| | |||||
* | uhd: added uhd::get_pkg_data_path | Josh Blum | 2012-06-05 | 1 | -4/+5 |
| | |||||
* | uhd: used shared get_tmp_path for logging as well | Josh Blum | 2012-05-16 | 1 | -2/+28 |
| | | | | Moved some of the log.cpp tmp paths smarts into paths as well | ||||
* | usrp: basically working iq cal on tx | Josh Blum | 2011-11-10 | 1 | -0/+27 |
| | |||||
* | uhd: removed constants.hpp.in, replaced w/ per source compile defines | Josh Blum | 2011-04-19 | 1 | -1/+0 |
| | |||||
* | uhd: use UHD_PKG_DATA_PATH environment variable to override the one in constants | Josh Blum | 2011-04-19 | 1 | -16/+11 |
| | | | | The installer sets UHD_PKG_DATA_PATH, we can can handle transplanted builds. | ||||
* | uhd: specify the UHD_PKG_DATA_PATH once (since images shipped w/ drivers) | Josh Blum | 2011-04-14 | 1 | -6/+2 |
| | |||||
* | uhd: replaced instanced of std::exception with the uhd exceptions | Josh Blum | 2011-02-24 | 1 | -1/+0 |
| | |||||
* | uhd: fixed maxosx bug, was resizing the transport buffer | Josh Blum | 2011-01-26 | 1 | -0/+1 |
| | | | | | | but it cant be resized on macos and I messed up the code that blocked that behavior reimplemented block in usrp2_impl, seems more correct here | ||||
* | uhd: update copyright dates on host code | Josh Blum | 2011-01-13 | 1 | -1/+1 |
| | |||||
* | uhd: integrated boost split or tokenizer into source files, remove string ↵ | Josh Blum | 2011-01-06 | 1 | -2/+6 |
| | | | | split from algorithms header | ||||
* | uhd: added image utils code to search the images paths for image files | Josh Blum | 2010-08-19 | 1 | -14/+0 |
| | |||||
* | uhd: added the concept of installer path (along with local path) for package ↵ | Josh Blum | 2010-08-16 | 1 | -2/+6 |
| | | | | data | ||||
* | uhd: use cmake to convert the pkg data dir to native system format | Josh Blum | 2010-08-15 | 1 | -2/+2 |
| | |||||
* | uhd: made split string utility function | Josh Blum | 2010-08-12 | 1 | -8/+2 |
| | |||||
* | uhd: avoid segfaults - use CPP macros for paths and dont split empty string | Josh Blum | 2010-08-11 | 1 | -6/+6 |
| | |||||
* | uhd: created library code to handle paths for images and modules | Josh Blum | 2010-08-09 | 1 | -0/+103 |
- 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 |