Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid variable shadowing function warnings | Matthias P. Braendli | 2018-05-30 | 1 | -6/+6 |
| | |||||
* | Take some Log improvements from ODR-DabMux | Matthias P. Braendli | 2018-04-22 | 1 | -10/+9 |
| | |||||
* | ThreadsafeQueue: add wakeup event instead of custom termination markers | Matthias P. Braendli | 2018-04-20 | 1 | -6/+6 |
| | | | | | This avoids the issue that the ~SDR termination marker doesn't reach the consumer because it's still prebuffering | ||||
* | Replace a few fprintf calls by etiLog | Matthias P. Braendli | 2018-03-20 | 1 | -0/+5 |
| | |||||
* | use unique_ptr to handle FILE* in Log | Matthias P. Braendli | 2018-01-07 | 1 | -13/+26 |
| | |||||
* | Log: replace spsc queue by Threadsafequeue | Matthias P. Braendli | 2017-02-24 | 1 | -3/+1 |
| | | | | | The function pushing messages into the queue gets called from more than one thread, which is illegal according to boost::lockfree documentation. | ||||
* | Ensure log_message_t contents are always initialised | Matthias P. Braendli | 2016-10-24 | 1 | -5/+2 |
| | |||||
* | Minor improvements in log | Matthias P. Braendli | 2016-10-24 | 1 | -3/+3 |
| | |||||
* | Don't send trace logs to syslog | Matthias P. Braendli | 2016-09-18 | 1 | -1/+24 |
| | |||||
* | Move logging writes to separate thread | Matthias P. Braendli | 2016-06-17 | 1 | -13/+37 |
| | |||||
* | Set custom names to threads | Matthias P. Braendli | 2016-06-17 | 1 | -0/+1 |
| | |||||
* | Add TRACE support for timing analysis | Matthias P. Braendli | 2016-06-17 | 1 | -2/+46 |
| | |||||
* | Protect cerr by mutex in Log, and minor things | Matthias P. Braendli | 2016-02-28 | 1 | -1/+4 |
| | |||||
* | Replace some loops with iterators to foreach loops | Matthias P. Braendli | 2015-08-01 | 1 | -4/+2 |
| | |||||
* | Always log to stderr | Matthias P. Braendli | 2015-06-07 | 1 | -0/+2 |
| | | | | | Commit e3cc55d removed print of log to stderr by default, which is not helpful in most cases. This reverts this change. | ||||
* | Logging: use etiLog instead of stderr | Matthias Braendli | 2015-06-02 | 1 | -2/+0 |
| | |||||
* | OutputUHD fails if sample rate cannot be set | Matthias P. Braendli | 2014-03-09 | 1 | -0/+1 |
| | |||||
* | Replace CRC-DABMOD by ODR-DabMod | Matthias P. Braendli | 2014-02-07 | 1 | -4/+4 |
| | |||||
* | copy Log.{h,cpp} improvements from dabmux | Matthias P. Braendli | 2014-01-21 | 1 | -12/+42 |
| | |||||
* | fix some errors seen by cppcheck | Matthias P. Braendli | 2014-01-20 | 1 | -1/+1 |
| | |||||
* | crc-dabmod: much cleaner logging implementation | Matthias P. Braendli (think) | 2012-09-13 | 1 | -15/+7 |
| | |||||
* | crc-dabmod: added syslog support | Matthias P. Braendli (think) | 2012-08-15 | 1 | -0/+62 |