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