2019-01-24 |
Chris Cannam |
Fix compile error when checker not enabled
bqaudiostream
|
2018-11-26 |
Chris Cannam |
Use nullptr throughout
fix-static-analysis
|
2018-11-22 |
Chris Cannam |
Fixes from clang modernize-use-override
fix-static-analysis
|
2018-11-02 |
Chris Cannam |
Handle security errors, format slightly differently for message box
|
2018-09-03 |
Chris Cannam |
Wording change
|
2018-08-30 |
Chris Cannam |
Avoid reporting failure when everything in fact succeeded!
checker_errorcode
|
2018-08-29 |
Chris Cannam |
Use error codes from checker to format our own translatable error report
checker_errorcode
|
2018-06-06 |
Chris Cannam |
Update for checker API change
plugin-path-config
|
2018-03-01 |
Chris Cannam |
Untabify
|
2017-03-05 |
Chris Cannam |
Debug output
|
2017-01-09 |
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
|
2016-11-22 |
Chris Cannam |
Avoid compiler warning
3.0-integration
|
2016-11-16 |
Chris Cannam |
Debug output improvements, and make the checker actually attempt to call the descriptor function for known plugin types
3.0-integration
|
2016-11-04 |
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
|
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
|
2016-11-03 |
Chris Cannam |
Use plugin scan results to inform the list requests issued to Piper servers
piper
|
2016-11-01 |
Chris Cannam |
Logging; use only first ("native") helper for non-Vamp plugins
piper
|
2016-11-01 |
Chris Cannam |
Support multiple plugin checker helpers, as for multiple piper servers
3.0-integration
|
2016-10-25 |
Chris Cannam |
Fix maddening failure to start server with space in its path
project-file-rework
|
2016-04-15 |
Chris Cannam |
Check for plugin scan helper checker helper program in suitable directory, & tidy up warning messages somewhat
pluginscan
|
2016-04-14 |
Chris Cannam |
Update for adjusted checker layout, and tidy
pluginscan
|
2016-04-14 |
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
|
2016-04-14 |
Chris Cannam |
First cut running (but not yet using output of, or recovering from errors in) the plugin checker at startup
pluginscan
|