log base/ResourceFinder.cpp @ 1886:f803d3c33f76 tip

age author description
2019-08-14 Chris Cannam Be stricter - require org name as well as app name before allowing ResourceFinder to be used. This is because the application name may have a default, so we could end up with inconsistent results from using before & after these things have been set
2018-06-08 Chris Cannam Environment variable lookup fixes, & use this implementation throughout plugin-path-config
2017-03-06 Chris Cannam Support pre-5.4 Qt builds. Also, don't use SVDEBUG in here, because it depends on this class!
2016-11-03 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
2014-09-10 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
2014-09-09 Chris Cannam Use QStandardPaths::writableLocation(DataLocation) instead of synthesising path ourselves (hopefully fixing encoding difficulties on Windows)
2014-09-03 Chris Cannam Fix something coverity reports as "copy-paste error" (actually it doesn't matter, but the fix reads better)
2013-11-26 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h
2012-05-23 Chris Cannam Merge
2011-08-18 Chris Cannam Simplify temporary directory path &c
2011-10-10 Chris Cannam Avoid spurious %2 in directory path! This path is still poor, but better than it was sv_v1.9
2011-10-07 Chris Cannam Remove out-of-context comment
2011-06-14 Chris Cannam Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
2011-05-16 Chris Cannam Convert many cerrs to DEBUGs debug-output
2011-05-12 Chris Cannam Remove most toStdString calls (no longer needed, with debug header) debug-output
2011-05-09 Chris Cannam Better system-specific unbundle locations for ResourceFinder; use same location for TempDirectory
2011-05-04 Chris Cannam * Introduce ResourceFinder