aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/utils/load_modules.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merging new UHD_IMAGES_DIR utilities and bug fixes.Ben Hilburn2015-01-271-3/+2
| | | | Also includes NI-USRP Windows Registry Key fixes.
* Merge branch 'boost_fs_string' into nextJosh Blum2011-03-171-2/+2
|\
| * uhd: replace file_string() with string() for deprecation reasonsJosh Blum2011-03-151-2/+2
| | | | | | | | | | | | | | | | | | Patch from moritz.fischer@student.kit.edu [1] http://www.boost.org/doc/libs/1_46_1/libs/filesystem/v3/doc/deprecated.html [2] http://www.boost.org/doc/libs/1_46_1/libs/filesystem/v3/doc/index.htm Boost 1.36 appears to have string(), so this should be safe to use.
* | uhd: replaced instanced of std::exception with the uhd exceptionsJosh Blum2011-02-241-5/+5
|/
* uhd: replace header checks in cmake files with more robust compile checks ↵Josh Blum2011-02-211-7/+7
| | | | | | for features implemented different ifdefs in the cpp files
* uhd: created library code to handle paths for images and modulesJosh Blum2010-08-091-46/+9
| | | | | | | | - 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
* uhd: moved utils cpp files into lib/utils directoryJosh Blum2010-08-041-0/+146