summaryrefslogtreecommitdiffstats
path: root/host/lib/utils
Commit message (Expand)AuthorAgeFilesLines
* uhd: tweaks to log and msg implementationJosh Blum2011-06-012-33/+30
* uhd: removed deprecated warning API, log+msg now in APIJosh Blum2011-05-182-88/+0
* uhd: init log file lock ptr to nullJosh Blum2011-05-131-0/+4
* uhd: work on logging and message facility initializationJosh Blum2011-05-132-67/+77
* Make log locking work with picky boostJason Abele2011-05-051-4/+5
* uhd: various tweaks to log and msg, replaced a few remaining stdioJosh Blum2011-05-042-6/+14
* uhd: removed more iostream stuff from usrp* implementationsJosh Blum2011-05-042-2/+9
* uhd: replaced warning post with calls to UHD_MSG(warning)Josh Blum2011-05-045-8/+118
* uhd: added interprocess file lock to the logger fileJosh Blum2011-05-041-3/+30
* uhd: replaced many conditional prints with UHD_LOG usageJosh Blum2011-05-041-3/+3
* uhd: tweaks for logger file entriesJosh Blum2011-05-041-6/+21
* usrp: replaced conditional dboard debug prints w/ UHD_LOGV(often)Josh Blum2011-05-041-6/+0
* uhd: moved the logger into the utils subdirJosh Blum2011-05-042-0/+178
* uhd: removed constants.hpp.in, replaced w/ per source compile definesJosh Blum2011-04-192-1/+13
* uhd: use UHD_PKG_DATA_PATH environment variable to override the one in constantsJosh Blum2011-04-191-16/+11
* uhd: specify the UHD_PKG_DATA_PATH once (since images shipped w/ drivers)Josh Blum2011-04-141-6/+2
* uhd: attempt to cleanup language in thread prio warningJosh Blum2011-04-091-5/+4
* uhd: always link winsock2 on windows, disable pthread SCHED_RR for cygwinJosh Blum2011-04-061-0/+5
* uhd: update copyright headers with automated scriptJosh Blum2011-03-231-1/+1
* Merge branch 'boost_fs_string' into nextJosh Blum2011-03-172-4/+4
|\
| * uhd: replace file_string() with string() for deprecation reasonsJosh Blum2011-03-152-4/+4
* | uhd: switch algorithm namespace to uhdJosh Blum2011-02-241-3/+3
* | uhd: replaced instanced of std::exception with the uhd exceptionsJosh Blum2011-02-245-17/+16
* | uhd: renamed the assert header to assert hasJosh Blum2011-02-241-1/+1
* | uhd: moved exception to top level includeJosh Blum2011-02-242-48/+0
* | uhd: added a bunch of custom exceptions, not used yetJosh Blum2011-02-243-25/+48
|/
* uhd: replace header checks in cmake files with more robust compile checks for...Josh Blum2011-02-213-23/+44
* uhd: use source properties to set flags and defs not globally, but only for t...Josh Blum2011-02-171-4/+14
* uhd: fixed maxosx bug, was resizing the transport bufferJosh Blum2011-01-261-0/+1
* uhd: make static block safe with a try,catch,printJosh Blum2011-01-142-1/+34
* uhd: update copyright dates on host codeJosh Blum2011-01-132-2/+2
* uhd: replace all the instances of float not pertaining to io types with doubl...Josh Blum2011-01-111-9/+9
* uhd: integrated boost split or tokenizer into source files, remove string spl...Josh Blum2011-01-062-4/+12
* uhd: update copyright datesJosh Blum2011-01-051-1/+1
* uhd: replaced templated ranges with one range thing using doubles only to avo...Josh Blum2011-01-051-9/+9
* uhd: use the include subdir macro to simplify the lib subdirs cmakelistsJosh Blum2010-12-201-9/+11
* uhd: added macro to enable/disable componentsJosh Blum2010-11-291-0/+2
* uhd: created a meta range that is a range of ranges for gains and freqsJosh Blum2010-11-101-11/+11
* uhd: replaced print warning with a post warning call and registryJosh Blum2010-10-262-5/+56
* uhd: added name parameter to gain group, get range, set/get value by nameJosh Blum2010-10-201-4/+22
* uhd: better warning message for failing to set rt priorityJosh Blum2010-10-081-1/+8
* uhd: added image utils code to search the images paths for image filesJosh Blum2010-08-193-14/+41
* uhd: added the concept of installer path (along with local path) for package ...Josh Blum2010-08-161-2/+6
* uhd: use cmake to convert the pkg data dir to native system formatJosh Blum2010-08-151-2/+2
* uhd: extract named prop returns a named prop (not a tuple)Josh Blum2010-08-151-6/+3
* uhd: made split string utility functionJosh Blum2010-08-122-14/+4
* uhd: created floor_step to handle floating-point errors in gain groupJosh Blum2010-08-121-6/+25
* uhd: avoid segfaults - use CPP macros for paths and dont split empty stringJosh Blum2010-08-111-6/+6
* uhd: created library code to handle paths for images and modulesJosh Blum2010-08-093-46/+113
* uhd: moved utils specific cmake stuff into utils cmake fileJosh Blum2010-08-081-0/+59