log plugin/PluginScan.cpp @ 1838:403e961ec6ab

age author description
Thu, 24 Jan 2019 15:09:00 +0000 Chris Cannam Fix compile error when checker not enabled bqaudiostream
Mon, 26 Nov 2018 14:33:41 +0000 Chris Cannam Use nullptr throughout fix-static-analysis
Thu, 22 Nov 2018 14:55:18 +0000 Chris Cannam Fixes from clang modernize-use-override fix-static-analysis
Fri, 02 Nov 2018 14:40:44 +0000 Chris Cannam Handle security errors, format slightly differently for message box
Mon, 03 Sep 2018 16:15:03 +0100 Chris Cannam Wording change
Thu, 30 Aug 2018 12:59:16 +0100 Chris Cannam Avoid reporting failure when everything in fact succeeded! checker_errorcode
Wed, 29 Aug 2018 17:42:06 +0100 Chris Cannam Use error codes from checker to format our own translatable error report checker_errorcode
Wed, 06 Jun 2018 15:55:34 +0100 Chris Cannam Update for checker API change plugin-path-config
Thu, 01 Mar 2018 18:02:22 +0000 Chris Cannam Untabify
Sun, 05 Mar 2017 17:16:04 +0000 Chris Cannam Debug output
Mon, 09 Jan 2017 10:14:59 +0000 Chris Cannam Add checker README; rename plugin-checker-helper binary (back) to vamp-plugin-load-checker -- I decided it was more useful to have a distinctive name for the installed binary than it was important to show that it was plugin-agnostic 3.0-integration
Tue, 22 Nov 2016 16:40:28 +0000 Chris Cannam Avoid compiler warning 3.0-integration
Wed, 16 Nov 2016 16:12:42 +0000 Chris Cannam Debug output improvements, and make the checker actually attempt to call the descriptor function for known plugin types 3.0-integration
Fri, 04 Nov 2016 14:16:01 +0000 Chris Cannam Align Sonic Annotator with the new Piper-ified subrepos (bearing in mind we want neither Piper nor the plugin load checker in Sonic Annotator itself) piper
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
Thu, 03 Nov 2016 14:14:09 +0000 Chris Cannam Use plugin scan results to inform the list requests issued to Piper servers piper
Tue, 01 Nov 2016 16:02:15 +0000 Chris Cannam Logging; use only first ("native") helper for non-Vamp plugins piper
Tue, 01 Nov 2016 14:06:47 +0000 Chris Cannam Support multiple plugin checker helpers, as for multiple piper servers 3.0-integration
Tue, 25 Oct 2016 21:06:38 +0100 Chris Cannam Fix maddening failure to start server with space in its path project-file-rework
Fri, 15 Apr 2016 16:13:06 +0100 Chris Cannam Check for plugin scan helper checker helper program in suitable directory, & tidy up warning messages somewhat pluginscan
Thu, 14 Apr 2016 16:52:55 +0100 Chris Cannam Update for adjusted checker layout, and tidy pluginscan
Thu, 14 Apr 2016 14:03:18 +0100 Chris Cannam Make use of, and warn for, the plugin checker for all types of plugin. Haven't yet resolved the question of how to install and find it. pluginscan
Thu, 14 Apr 2016 12:12:04 +0100 Chris Cannam First cut running (but not yet using output of, or recovering from errors in) the plugin checker at startup pluginscan