Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use unique_ptr to handle FILE* in Log | Matthias P. Braendli | 2018-01-07 | 1 | -29/+12 |
| | |||||
* | Log: replace spsc queue by Threadsafequeue | Matthias P. Braendli | 2017-02-24 | 1 | -4/+2 |
| | | | | | The function pushing messages into the queue gets called from more than one thread, which is illegal according to boost::lockfree documentation. | ||||
* | Avoid a copy when constructing a log_message_t | Matthias P. Braendli | 2016-10-28 | 1 | -1/+1 |
| | |||||
* | Ensure log_message_t contents are always initialised | Matthias P. Braendli | 2016-10-24 | 1 | -2/+4 |
| | |||||
* | Minor improvements in log | Matthias P. Braendli | 2016-10-24 | 1 | -16/+9 |
| | |||||
* | Don't send trace logs to syslog | Matthias P. Braendli | 2016-09-18 | 1 | -18/+5 |
| | |||||
* | Move logging writes to separate thread | Matthias P. Braendli | 2016-06-17 | 1 | -2/+35 |
| | |||||
* | Add TRACE support for timing analysis | Matthias P. Braendli | 2016-06-17 | 1 | -11/+30 |
| | |||||
* | Protect cerr by mutex in Log, and minor things | Matthias P. Braendli | 2016-02-28 | 1 | -5/+10 |
| | |||||
* | Fix Log.h to show correct headers | Matthias P. Braendli | 2014-02-17 | 1 | -1/+1 |
| | |||||
* | Replace CRC-DABMOD by ODR-DabMod | Matthias P. Braendli | 2014-02-07 | 1 | -5/+5 |
| | |||||
* | copy Log.{h,cpp} improvements from dabmux | Matthias P. Braendli | 2014-01-21 | 1 | -17/+29 |
| | |||||
* | Log.h fix mistake | Matthias P. Braendli (think) | 2013-02-12 | 1 | -1/+1 |
| | |||||
* | add error message when logfile cannot be opened | Matthias P. Braendli (think) | 2013-02-12 | 1 | -0/+1 |
| | |||||
* | crc-dabmod: much cleaner logging implementation | Matthias P. Braendli (think) | 2012-09-13 | 1 | -30/+53 |
| | |||||
* | crc-dabmod: file log corrections | Matthias P. Braendli (think) | 2012-08-15 | 1 | -1/+3 |
| | |||||
* | crc-dabmod: added syslog support | Matthias P. Braendli (think) | 2012-08-15 | 1 | -0/+143 |