Commit graph

13 commits

Author SHA1 Message Date
Josh Blum
00bc8d50d5 uhd: removed constants.hpp.in, replaced w/ per source compile defines 2011-04-19 16:58:12 -07:00
Josh Blum
06e10b5f46 uhd: use UHD_PKG_DATA_PATH environment variable to override the one in constants
The installer sets UHD_PKG_DATA_PATH, we can can handle transplanted builds.
2011-04-19 14:20:37 -07:00
Josh Blum
291a46b86e uhd: specify the UHD_PKG_DATA_PATH once (since images shipped w/ drivers) 2011-04-14 09:34:37 -07:00
Josh Blum
4357f5d3c0 uhd: replaced instanced of std::exception with the uhd exceptions 2011-02-24 16:35:29 -08:00
Josh Blum
db1fd30da6 uhd: fixed maxosx bug, was resizing the transport buffer
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
2011-01-26 11:27:25 -08:00
Josh Blum
261bb80d73 uhd: update copyright dates on host code 2011-01-13 16:22:07 -08:00
Josh Blum
771b5cebda uhd: integrated boost split or tokenizer into source files, remove string split from algorithms header 2011-01-06 15:38:56 -08:00
Josh Blum
d99e229719 uhd: added image utils code to search the images paths for image files 2010-08-19 17:10:16 -07:00
Josh Blum
7d110e73e6 uhd: added the concept of installer path (along with local path) for package data 2010-08-16 23:28:37 -07:00
Josh Blum
7b084e3af2 uhd: use cmake to convert the pkg data dir to native system format 2010-08-15 12:18:35 -07:00
Josh Blum
805d4a0cff uhd: made split string utility function 2010-08-12 10:08:17 -07:00
Josh Blum
836c6bcda0 uhd: avoid segfaults - use CPP macros for paths and dont split empty string 2010-08-11 21:13:34 -07: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