Mercurial > hg > svcore
log base/Debug.cpp @ 1114:e80abd659922 3.0-integration
age | author | description |
---|---|---|
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<< ! |