| Commit message (Expand) | Author | Age | Files | Lines |
* | lib: utils: Don't use hard-coded path constants | Ryan Volz | 2020-02-07 | 1 | -2/+24 |
* | uhd: Replace all occurrences of boost::bind with std::bind | Martin Braun | 2019-11-26 | 1 | -1/+1 |
* | uhd: Replace boost::regex with std::regex | Martin Braun | 2019-11-26 | 1 | -5/+5 |
* | lib: Add path_expandvars() internal API call | Martin Braun | 2018-02-20 | 1 | -0/+2 |
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 1 | -1/+2 |
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 1 | -12/+1 |
* | uhd: replace BOOST_FOREACH with C++11 range-based for loop | Andrej Rode | 2017-02-10 | 1 | -5/+4 |
* | Merge branch 'maint' | Ashish Chaudhari | 2016-02-18 | 1 | -1/+1 |
|\ |
|
| * | Rectified the usage of UHD_IMAGES_DIR_WINREG_KEY in search paths. | vkakade | 2016-02-11 | 1 | -1/+1 |
* | | Merge branch 'maint' | Martin Braun | 2016-01-21 | 1 | -6/+2 |
|\| |
|
| * | uhd: add CMake flag for the Windows registry key to specify UHD images directory | Brooks Prumo | 2016-01-21 | 1 | -6/+2 |
* | | cmake: Proper selection of files for ENABLE_X300 | Martin Braun | 2015-10-26 | 1 | -1/+0 |
|/ |
|
* | paths: consistency in usage of string parameters | Nicholas Corgan | 2015-08-12 | 1 | -3/+3 |
* | Fixed minor warnings | Nicholas Corgan | 2015-07-24 | 1 | -2/+4 |
* | uhd: Added args arg to print_utility_warning | Martin Braun | 2015-04-30 | 1 | -3/+3 |
* | Merge branch 'bhilburn/uhdcalibpath' into maint | Ashish Chaudhari | 2015-02-11 | 1 | -4/+7 |
|\ |
|
| * | Creating the $UHD_CONFIG_DIR env var, here used for custom cal data storage. | Ben Hilburn | 2015-02-11 | 1 | -1/+1 |
| * | uhd::paths - fixing `get_app_path` to use correct `get_env_var` function | Ben Hilburn | 2015-02-10 | 1 | -4/+7 |
* | | uhd::paths: Fixed empty string in error message | Ben Hilburn | 2015-02-10 | 1 | -0/+1 |
|/ |
|
* | Merging new UHD_IMAGES_DIR utilities and bug fixes. | Ben Hilburn | 2015-01-27 | 1 | -36/+270 |
* | Squashed merge of Coverity fixes. | Ben Hilburn | 2013-11-27 | 1 | -2/+3 |
* | 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 b... | Michael Dickens | 2013-10-28 | 1 | -10/+11 |
* | 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 |
* | 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 |
* | 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 |
* | 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 spl... | Josh Blum | 2011-01-06 | 1 | -2/+6 |
* | 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 |
* | 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 |