log base/Debug.h @ 1693:718ce5fb9fec single-point

age author description
2016-11-22 Chris Cannam Add SVCERR and the ability to silence debug output (giving Sonic Annotator a --quiet mode) 3.0-integration
2016-11-03 Chris Cannam Make SVDEBUG always write to a log file -- formerly this was disabled in NDEBUG builds. I think there's little use to that, it just means that we keep adding more cerr debug output because we aren't getting the log we need. And SVDEBUG logging is not usually used in tight loops, I don't think the performance overhead is too serious. piper
2015-03-31 Chris Cannam Thread-local debug was causing crash on exit with Qt 5.4.x. But we introduced that because QDebug itself was crashing when used from multiple threads. Replace with simpler fstream version tonioni
2015-03-04 Chris Cannam More build fixes cxx11
2014-01-09 Chris Cannam Debug out operator for real time tonioni
2013-11-26 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h
2011-06-14 Chris Cannam Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
2011-05-12 Chris Cannam Add Debug class debug-output