Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed minor warnings | Nicholas Corgan | 2015-07-24 | 1 | -2/+4 |
| | |||||
* | uhd: Added args arg to print_utility_warning | Martin Braun | 2015-04-30 | 1 | -3/+3 |
| | |||||
* | Fixed master-specific warnings | Nicholas Corgan | 2015-03-27 | 1 | -1/+1 |
| | | | | | * MinGW: unused parameter warning, MSVC-specific pragma * MSVC: bool narrowing | ||||
* | Merge branch 'maint' | Martin Braun | 2015-02-12 | 1 | -4/+8 |
|\ | | | | | | | | | Conflicts: host/examples/rx_samples_to_file.cpp | ||||
| * | Merge branch 'bhilburn/uhdcalibpath' into maint | Ashish Chaudhari | 2015-02-11 | 1 | -4/+7 |
| |\ | |||||
| | * | Creating the $UHD_CONFIG_DIR env var, here used for custom cal data storage. | Ben Hilburn | 2015-02-11 | 1 | -1/+1 |
| | | | | | | | | | | | | This is a renaming of the previously created $UHDCALIBPATH. | ||||
| | * | uhd::paths - fixing `get_app_path` to use correct `get_env_var` function | Ben Hilburn | 2015-02-10 | 1 | -4/+7 |
| | | | | | | | | | | | | | | | Also added new enviornment variable, "UHDCALIBPATH", so that users can use something other than system-required environment paths. | ||||
| * | | uhd::paths: Fixed empty string in error message | Ben Hilburn | 2015-02-10 | 1 | -0/+1 |
| |/ | |||||
* | | Merge branch 'maint' into master | Ben Hilburn | 2015-01-28 | 2 | -42/+246 |
|\| | | | | | | | | | | | | | | | | | Resolved Conflicts: host/docs/usrp_e3x0.dox host/include/uhd/utils/paths.hpp host/lib/transport/nirio/nifpga_lvbitx.cpp host/lib/usrp/b200/b200_impl.cpp host/lib/utils/paths.cpp | ||||
| * | Merging new UHD_IMAGES_DIR utilities and bug fixes. | Ben Hilburn | 2015-01-27 | 4 | -94/+272 |
| | | | | | | | | Also includes NI-USRP Windows Registry Key fixes. | ||||
* | | Added support for MinGW cross-compile | Nicholas Corgan | 2015-01-13 | 1 | -2/+2 |
| | | | | | | | | | | | | * Added CMake toolchain file, compatible with different versions * No dependency on MinGW runtime, all statically linked * Misc coding tweaks to allow MinGW to compile | ||||
* | | uhd: replaced the `images_error` with a generic utility error | Ben Hilburn | 2014-11-21 | 3 | -59/+33 |
|/ | | | | | | - Deleted images.*, moved functionality to paths.* - Applies for all devices that check FPGA or FW compat numbers - Adds generic utility search tool | ||||
* | Merge branch 'maint' | Martin Braun | 2014-09-30 | 1 | -1/+1 |
|\ | |||||
| * | uhd: Switched lock_guards header to locks.hpp | Martin Braun | 2014-09-30 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2014-09-24 | 1 | -31/+28 |
|\| | |||||
| * | uhd: Fixed logging bug (#476) -- UHD logging has unexplained effect on ↵ | michael-west | 2014-09-24 | 1 | -31/+28 |
| | | | | | | | | | | | | | | packet loss. - Removed logging from radio_ctrl_core_3000 - Changed logging facility to prevent type conversion when message is not logged | ||||
* | | Added missing pure virtual destructors to base classes | Nicholas Corgan | 2014-09-01 | 2 | -2/+10 |
|/ | |||||
* | Restoring compatibility with CMake 2.6 | Nicholas Corgan | 2014-08-14 | 1 | -1/+1 |
| | | | | | * The UNSET command didn't exist back then, but using SET with no value does the same thing * CMake 2.6 doesn't like nested parantheses in IF statements, so tweak IF/ELSE statements | ||||
* | log: replaced usage of deprecated boost::filesystem function | Nicholas Corgan | 2014-05-12 | 1 | -3/+3 |
| | |||||
* | Merging USRP X300 and X310 support!! | Ben Hilburn | 2014-02-04 | 2 | -0/+60 |
| | |||||
* | Added check and handling for gain names. | Michael West | 2014-01-30 | 1 | -3/+3 |
| | |||||
* | Squashed merge of Coverity fixes. | Ben Hilburn | 2013-11-27 | 1 | -2/+3 |
| | |||||
* | b200/dtor-stall: fixed bug that stalled b200 on shutdown. | Johannes Demel | 2013-11-19 | 1 | -0/+99 |
| | |||||
* | paths: get_module_paths adds share/uhd/modules to the list of applicable paths | Nicholas Corgan | 2013-10-30 | 1 | -0/+1 |
| | |||||
* | utils: fix declaration of "env_path_sep" such that it is always initialized ↵ | Michael Dickens | 2013-10-28 | 1 | -10/+11 |
| | | | | before it is used in the "get_env_paths" function, by moving it from the global scope to inside that function. This change allows UHD_STATIC_BLOCK(load_modules) to work correctly. | ||||
* | uhd: work on moving binaries to lib/uhd | Josh Blum | 2012-11-08 | 3 | -9/+9 |
| | |||||
* | utils: USRP N2XX Simple Net Burner | Nicholas Corgan | 2012-10-10 | 1 | -1/+1 |
| | | | | | * More automated C++ implementation of usrp_n2xx_net_burner.py * By default, installs images from standard image install directories | ||||
* | utils: UHD Image Downloader - downloads firmware/FPGA images compatible with ↵ | Nicholas Corgan | 2012-06-07 | 1 | -2/+16 |
| | | | | the current host code and places them in the images directory | ||||
* | uhd: added uhd::get_pkg_data_path | Josh Blum | 2012-06-05 | 1 | -4/+5 |
| | |||||
* | uhd: used shared get_tmp_path for logging as well | Josh Blum | 2012-05-16 | 2 | -46/+31 |
| | | | | Moved some of the log.cpp tmp paths smarts into paths as well | ||||
* | windows: do not set process wide priority from thread prio | Josh Blum | 2012-02-08 | 1 | -0/+4 |
| | |||||
* | uhd: fixes that make uhd compile on freebsd | Josh Blum | 2011-12-30 | 1 | -2/+2 |
| | | | | | Fixes gcc version check in byteswap. Fixes typo in thread prio. | ||||
* | uhd: manually link into pthreads here | Josh Blum | 2011-12-27 | 1 | -0/+1 |
| | |||||
* | usrp: basically working iq cal on tx | Josh Blum | 2011-11-10 | 3 | -0/+80 |
| | |||||
* | uhd: removed wax and props utils | Josh Blum | 2011-11-07 | 2 | -41/+0 |
| | |||||
* | uhd: make spawn barrier a member of a task (see notes) | Josh Blum | 2011-07-26 | 1 | -6/+8 |
| | | | | | On OSX w/ boost 1.47, this general area of code was inconsistently barfing w/ lock error. Perhaps its a boost bug, in any case, using it this way seems to solve the problem. | ||||
* | uhd: exit task on the catch-all exceptions, and dont print anything | Josh Blum | 2011-07-25 | 1 | -2/+7 |
| | |||||
* | uhd: added tasks to simplify thread spawning use cases | Josh Blum | 2011-07-13 | 2 | -0/+76 |
| | |||||
* | uhd: tweaks to log and msg implementation | Josh Blum | 2011-06-01 | 2 | -33/+30 |
| | | | | | | The implementations now contain the string stream in each instance. This way there is not a global stringstream to lock access to. This resolves the issue of nested log calls locking condition. | ||||
* | uhd: removed deprecated warning API, log+msg now in API | Josh Blum | 2011-05-18 | 2 | -88/+0 |
| | |||||
* | uhd: init log file lock ptr to null | Josh Blum | 2011-05-13 | 1 | -0/+4 |
| | |||||
* | uhd: work on logging and message facility initialization | Josh Blum | 2011-05-13 | 2 | -67/+77 |
| | |||||
* | Make log locking work with picky boost | Jason Abele | 2011-05-05 | 1 | -4/+5 |
| | |||||
* | uhd: various tweaks to log and msg, replaced a few remaining stdio | Josh Blum | 2011-05-04 | 2 | -6/+14 |
| | |||||
* | uhd: removed more iostream stuff from usrp* implementations | Josh Blum | 2011-05-04 | 2 | -2/+9 |
| | |||||
* | uhd: replaced warning post with calls to UHD_MSG(warning) | Josh Blum | 2011-05-04 | 5 | -8/+118 |
| | | | | | The message api can support warnings, error, and status messages. The default handler is to stdio, but the user can change this. | ||||
* | uhd: added interprocess file lock to the logger file | Josh Blum | 2011-05-04 | 1 | -3/+30 |
| | |||||
* | uhd: replaced many conditional prints with UHD_LOG usage | Josh Blum | 2011-05-04 | 1 | -3/+3 |
| | |||||
* | uhd: tweaks for logger file entries | Josh Blum | 2011-05-04 | 1 | -6/+21 |
| | |||||
* | usrp: replaced conditional dboard debug prints w/ UHD_LOGV(often) | Josh Blum | 2011-05-04 | 1 | -6/+0 |
| |