Mercurial > hg > svcore
log base/Debug.cpp @ 1119:e22bfe8ca248 tonioni
age | author | description |
---|---|---|
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-25 | Chris Cannam | Fix to opening debug file tonioni |
2014-09-29 | 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. |
2014-09-03 | Chris Cannam | comment only |
2014-07-25 | Chris Cannam | Debug output stuff |
2014-07-25 | Chris Cannam | Per-thread debug (avoiding some dubious threading problems) |
2014-07-01 | Chris Cannam | endl to qDebug does not seem to be threadsafe |
2013-11-26 | Chris Cannam | Avoid infinite loop in operator<< ! |
2013-11-26 | Chris Cannam | Likewise, but for toLocal8Bit().data() |
2011-05-12 | Chris Cannam | Add Debug class debug-output |