Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-28 | To the previous commit: µ (mu, micro) is a part of Latin-1 code page. | Kitsune Ral | |
And QDebug doesn't work with u"" anyway. | |||
2018-02-28 | Profiling logs: added µs, less empty profiling log lines | Kitsune Ral | |
Closes #177. | |||
2017-08-28 | Use -pedantic with compilers that support it | Kitsune Ral | |
2017-06-29 | Fixed building with Qt version=5.4; moved away a macro unused in headers | Kitsune Ral | |
2017-05-13 | Refactored logging enhancements | Kitsune Ral | |
logging.h/logging.cpp is now a full-fledged pair for all things logging. Two more categories added, EPHEMERAL and SYNCJOB, that control logging for ephemeral events and SyncJob, respectively (in particular, switching off EPHEMERAL greatly reduces the logspam about moving read markers and how many users have read up to which event). |