graph
- Trim KnownPlugins class down to static info and environment variable lookup; introduce KnownPluginCandidates to provide its former APIplugin-path-config 2018-06-06, by Chris Cannam
- Toward supporting separate environment variables for 32-bit plugins on a 64-bit system (otherwise we try to load both from the same helpers)plugin-path-config 2018-06-06, by Chris Cannam
- Longer timeout; seems to be necessary sometimes on Windows especially2017-03-05, by Chris Cannam
- Avoid Windows error dialog for DLL load failures in checker2017-02-23, by Chris Cannam
- Ah, of course I was using the wrong variable here2017-01-10, by Chris Cannam
- Experiment with this flag to get library ordering working with ubuntu 16.042017-01-10, by Chris Cannam
- Doc updates2017-01-09, by 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-agnostic2017-01-09, by Chris Cannam
- Add version output2017-01-08, by Chris Cannam
- Ordered build2017-01-03, by Chris Cannam
- Ah, this version should have been 22016-11-16, by Chris Cannam
- Debug output improvements, and make the checker actually attempt to call the descriptor function for known plugin types2016-11-16, by Chris Cannam
- If the descriptor is one of a recognised set, actually call it. This is a much more useful check against wrongly-built plugins or plugins with unavailable dependencies than just looking up the symbol2016-11-16, by Chris Cannam
- A bit more log info useful for win32/x642016-11-03, by Chris Cannam
- Logging; use only first ("native") helper for non-Vamp plugins2016-11-01, by Chris Cannam
- An attempt to accommodate 32-bit helper on 64-bit Windows2016-11-01, by Chris Cannam
- Untabify2016-11-01, by Chris Cannam
- More useful reporting output2016-11-01, by Chris Cannam
- Further check in char conversion2016-10-28, by Chris Cannam
- Correct use of multibyte/widechar conversion routines on Windows2016-10-28, by Chris Cannam
- Fix compiler warning2016-10-28, by Chris Cannam
- Minor build updates2016-10-25, by Chris Cannam
- OSX build fixes and logic2016-10-25, by Chris Cannam
- MSVC build fixes2016-10-18, by Chris Cannam
- Tidy + comment2016-05-04, by Chris Cannam
- Some Win32 grossness2016-05-03, by Chris Cannam
- Message formatting2016-04-15, by Chris Cannam
- Much renaming to ease inclusion into another project2016-04-14, by Chris Cannam
- Use qmake for everything, + build static lib too2016-04-14, by Chris Cannam
- Logging, timeouts2016-04-13, by Chris Cannam
- Licence2016-04-13, by Chris Cannam
- Make checker with hard-coded knowledge about various plugin types and paths; fix some process management problems2016-04-13, by Chris Cannam
- Start to organise as a Qt project, with a main (command-line) executable2016-04-13, by Chris Cannam
- Simple Qt-based class to invoke the helper2016-04-12, by Chris Cannam
- Rename2016-04-12, by Chris Cannam
- Initial commit with basic program2016-04-06, by Chris Cannam