Mercurial > hg > svcore
log base/ResourceFinder.cpp @ 1788:7fc6256af2d2
age | author | description |
---|---|---|
Wed, 14 Aug 2019 11:50:56 +0100 | 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 |
Fri, 08 Jun 2018 11:27:40 +0100 | Chris Cannam | Environment variable lookup fixes, & use this implementation throughout plugin-path-config |
Mon, 06 Mar 2017 09:34:09 +0000 | Chris Cannam | Support pre-5.4 Qt builds. Also, don't use SVDEBUG in here, because it depends on this class! |
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 |