log base/Debug.cpp @ 1864:166d7a4c2cd6 startup-timing

age author description
Wed, 03 Jun 2020 13:57:37 +0100 Chris Cannam Add timings to debug output startup-timing
Tue, 28 Jan 2020 14:32:34 +0000 Chris Cannam This is distracting in Sonic Annotator
Tue, 13 Aug 2019 14:31:38 +0100 Chris Cannam Print log file location
Mon, 26 Nov 2018 14:33:41 +0000 Chris Cannam Use nullptr throughout fix-static-analysis
Fri, 12 Oct 2018 11:00:01 +0100 Chris Cannam Datestamp debug log
Fri, 25 Nov 2016 17:33:12 +0000 Chris Cannam Don't show this... We should find a better way to make it available in the UI 3.0-integration
Tue, 22 Nov 2016 16:39:17 +0000 Chris Cannam Add SVCERR and the ability to silence debug output (giving Sonic Annotator a --quiet mode) 3.0-integration
Thu, 03 Nov 2016 14:57:00 +0000 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
Tue, 31 Mar 2015 10:36:52 +0100 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
Wed, 25 Mar 2015 10:54:51 +0000 Chris Cannam Fix to opening debug file tonioni
Mon, 29 Sep 2014 13:27:13 +0100 Chris Cannam Correct some really stupid fixed-length string stuff, including a genuine stack overflow that causes a crash on OS/X for certain colour 3d plot data.
Wed, 03 Sep 2014 09:46:01 +0100 Chris Cannam comment only
Fri, 25 Jul 2014 17:02:44 +0100 Chris Cannam Debug output stuff
Fri, 25 Jul 2014 15:21:41 +0100 Chris Cannam Per-thread debug (avoiding some dubious threading problems)
Tue, 01 Jul 2014 11:39:09 +0100 Chris Cannam endl to qDebug does not seem to be threadsafe
Tue, 26 Nov 2013 14:32:30 +0000 Chris Cannam Avoid infinite loop in operator<< !
Tue, 26 Nov 2013 13:48:13 +0000 Chris Cannam Likewise, but for toLocal8Bit().data()
Thu, 12 May 2011 16:56:08 +0100 Chris Cannam Add Debug class debug-output