Mercurial > hg > svcore
log base/Debug.h @ 1107:bead35921256 simple-fft-model
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-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 |