Mercurial > hg > svcore
log base/ResourceFinder.cpp @ 1394:9ef1cc26024c
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 |
Wed, 10 Sep 2014 09:40:45 +0100 | Chris Cannam | If the old and new-style user resource prefixes return different results, move across resources from old to new to prime the new path first time we look it up |
Tue, 09 Sep 2014 20:37:07 +0100 | Chris Cannam | Use QStandardPaths::writableLocation(DataLocation) instead of synthesising path ourselves (hopefully fixing encoding difficulties on Windows) |