Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | uhd: added the concept of installer path (along with local path) for package ↵ | Josh Blum | 2010-08-16 | 1 | -2/+6 | |
| | | | | data | |||||
* | uhd: use cmake to convert the pkg data dir to native system format | Josh Blum | 2010-08-15 | 1 | -2/+2 | |
| | ||||||
* | uhd: extract named prop returns a named prop (not a tuple) | Josh Blum | 2010-08-15 | 1 | -6/+3 | |
| | | | | simplifies the code after the property set/get declaration | |||||
* | uhd: made split string utility function | Josh Blum | 2010-08-12 | 2 | -14/+4 | |
| | ||||||
* | uhd: created floor_step to handle floating-point errors in gain group | Josh Blum | 2010-08-12 | 1 | -6/+25 | |
| | ||||||
* | 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 | 3 | -46/+113 | |
| | | | | | | | | - 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 specific cmake stuff into utils cmake file | Josh Blum | 2010-08-08 | 1 | -0/+59 | |
| | ||||||
* | uhd: fix device recv docs on timeout, also fix typo | Josh Blum | 2010-08-08 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'codec_gains' | Josh Blum | 2010-08-06 | 3 | -178/+150 | |
|\ | | | | | | | | | | | | | Conflicts: host/lib/usrp/mimo_usrp.cpp host/lib/usrp/simple_usrp.cpp host/test/CMakeLists.txt | |||||
| * | uhd: use int to round down for gain group | Josh Blum | 2010-08-06 | 1 | -5/+2 | |
| | | ||||||
| * | Merge branch 'master' into codec_gains | Josh Blum | 2010-08-04 | 3 | -178/+153 | |
| | | | | | | | | | | | | Conflicts: host/lib/CMakeLists.txt host/lib/utils/gain_handler.cpp | |||||
* | | uhd: added warning printer utility function | Josh Blum | 2010-08-04 | 2 | -0/+37 | |
|/ | ||||||
* | uhd: moved utils cpp files into lib/utils directory | Josh Blum | 2010-08-04 | 6 | -0/+514 | |