Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'boost_fs_string' into next | Josh Blum | 2011-03-17 | 1 | -2/+2 |
|\ | |||||
| * | uhd: replace file_string() with string() for deprecation reasons | Josh Blum | 2011-03-15 | 1 | -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 exceptions | Josh Blum | 2011-02-24 | 1 | -5/+5 |
|/ | |||||
* | uhd: replace header checks in cmake files with more robust compile checks ↵ | Josh Blum | 2011-02-21 | 1 | -7/+7 |
| | | | | | | for features implemented different ifdefs in the cpp files | ||||
* | uhd: created library code to handle paths for images and modules | Josh Blum | 2010-08-09 | 1 | -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 directory | Josh Blum | 2010-08-04 | 1 | -0/+146 |