Commit graph

4 commits

Author SHA1 Message Date
Josh Blum
0d0d03d08d uhd: replace file_string() with string() for deprecation reasons
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.
2011-03-15 18:21:59 -07:00
Josh Blum
a8bb5ec900 uhd: replace header checks in cmake files with more robust compile checks for features
implemented different ifdefs in the cpp files
2011-02-21 19:03:13 -08:00
Josh Blum
2a87970a9c uhd: created library code to handle paths for images and modules
- 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
2010-08-09 11:24:08 -07:00
Josh Blum
70abdef8f6 uhd: moved utils cpp files into lib/utils directory 2010-08-04 14:50:35 -07:00
Renamed from host/lib/load_modules.cpp (Browse further)