Mercurial > hg > vamp-plugin-sdk
log src/vamp-hostsdk/PluginLoader.cpp @ 481:8701366604c7
age | author | description |
---|---|---|
Fri, 18 Nov 2016 14:02:49 +0000 | Chris Cannam | Revert to C++98 -- this library is not supposed to use C++11 |
Wed, 02 Nov 2016 14:22:20 +0000 | Chris Cannam | Add plugin enumeration options (for use by piper server, needs testing) enumerate-options |
Thu, 13 Oct 2016 17:06:53 +0100 | Chris Cannam | Remove RequestResponse, PluginConfiguration and PluginStaticData again. I don't think they are proving general enough to be worth adding to this SDK at this point. Will try them out in piper-cpp instead. vampipe |
Mon, 10 Oct 2016 15:51:04 +0100 | Chris Cannam | plugins -> available, this changed again in schema vampipe |
Fri, 23 Sep 2016 14:18:45 +0100 | Chris Cannam | pluginData -> plugins like the schema vampipe |
Mon, 19 Sep 2016 14:10:19 +0100 | Chris Cannam | Introduce ListResponse type as well outputid-string-in-featureset |