Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: Switched lock_guards header to locks.hpp | Martin Braun | 2014-09-30 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | log: replaced usage of deprecated boost::filesystem function | Nicholas Corgan | 2014-05-12 | 1 | -3/+3 |
| | |||||
* | uhd: used shared get_tmp_path for logging as well | Josh Blum | 2012-05-16 | 1 | -44/+3 |
| | | | | Moved some of the log.cpp tmp paths smarts into paths as well | ||||
* | uhd: tweaks to log and msg implementation | Josh Blum | 2011-06-01 | 1 | -23/+19 |
| | | | | | | 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: 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 | 1 | -53/+59 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | uhd: removed more iostream stuff from usrp* implementations | Josh Blum | 2011-05-04 | 1 | -1/+2 |
| | |||||
* | uhd: replaced warning post with calls to UHD_MSG(warning) | Josh Blum | 2011-05-04 | 1 | -1/+1 |
| | | | | | 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: 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 |
| | |||||
* | uhd: moved the logger into the utils subdir | Josh Blum | 2011-05-04 | 1 | -0/+177 |