aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/utils
Commit message (Expand)AuthorAgeFilesLines
* Fixed minor warningsNicholas Corgan2015-07-241-2/+4
* uhd: Added args arg to print_utility_warningMartin Braun2015-04-301-3/+3
* Fixed master-specific warningsNicholas Corgan2015-03-271-1/+1
* Merge branch 'maint'Martin Braun2015-02-121-4/+8
|\
| * Merge branch 'bhilburn/uhdcalibpath' into maintAshish Chaudhari2015-02-111-4/+7
| |\
| | * Creating the $UHD_CONFIG_DIR env var, here used for custom cal data storage.Ben Hilburn2015-02-111-1/+1
| | * uhd::paths - fixing `get_app_path` to use correct `get_env_var` functionBen Hilburn2015-02-101-4/+7
| * | uhd::paths: Fixed empty string in error messageBen Hilburn2015-02-101-0/+1
| |/
* | Merge branch 'maint' into masterBen Hilburn2015-01-282-42/+246
|\|
| * Merging new UHD_IMAGES_DIR utilities and bug fixes.Ben Hilburn2015-01-274-94/+272
* | Added support for MinGW cross-compileNicholas Corgan2015-01-131-2/+2
* | uhd: replaced the `images_error` with a generic utility errorBen Hilburn2014-11-213-59/+33
|/
* Merge branch 'maint'Martin Braun2014-09-301-1/+1
|\
| * uhd: Switched lock_guards header to locks.hppMartin Braun2014-09-301-1/+1
* | Merge branch 'maint'Martin Braun2014-09-241-31/+28
|\|
| * uhd: Fixed logging bug (#476) -- UHD logging has unexplained effect on packet...michael-west2014-09-241-31/+28
* | Added missing pure virtual destructors to base classesNicholas Corgan2014-09-012-2/+10
|/
* Restoring compatibility with CMake 2.6Nicholas Corgan2014-08-141-1/+1
* log: replaced usage of deprecated boost::filesystem functionNicholas Corgan2014-05-121-3/+3
* Merging USRP X300 and X310 support!!Ben Hilburn2014-02-042-0/+60
* Added check and handling for gain names.Michael West2014-01-301-3/+3
* Squashed merge of Coverity fixes.Ben Hilburn2013-11-271-2/+3
* b200/dtor-stall: fixed bug that stalled b200 on shutdown.Johannes Demel2013-11-191-0/+99
* paths: get_module_paths adds share/uhd/modules to the list of applicable pathsNicholas Corgan2013-10-301-0/+1
* utils: fix declaration of "env_path_sep" such that it is always initialized b...Michael Dickens2013-10-281-10/+11
* uhd: work on moving binaries to lib/uhdJosh Blum2012-11-083-9/+9
* utils: USRP N2XX Simple Net BurnerNicholas Corgan2012-10-101-1/+1
* utils: UHD Image Downloader - downloads firmware/FPGA images compatible with ...Nicholas Corgan2012-06-071-2/+16
* uhd: added uhd::get_pkg_data_pathJosh Blum2012-06-051-4/+5
* uhd: used shared get_tmp_path for logging as wellJosh Blum2012-05-162-46/+31
* windows: do not set process wide priority from thread prioJosh Blum2012-02-081-0/+4
* uhd: fixes that make uhd compile on freebsdJosh Blum2011-12-301-2/+2
* uhd: manually link into pthreads hereJosh Blum2011-12-271-0/+1
* usrp: basically working iq cal on txJosh Blum2011-11-103-0/+80
* uhd: removed wax and props utilsJosh Blum2011-11-072-41/+0
* uhd: make spawn barrier a member of a task (see notes)Josh Blum2011-07-261-6/+8
* uhd: exit task on the catch-all exceptions, and dont print anythingJosh Blum2011-07-251-2/+7
* uhd: added tasks to simplify thread spawning use casesJosh Blum2011-07-132-0/+76
* 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