Mercurial > hg > vamp-plugin-sdk
log src/vamp-hostsdk/PluginLoader.cpp @ 538:8ffb8985ae8f
age | author | description |
---|---|---|
Mon, 09 Sep 2019 10:23:37 +0100 | Chris Cannam | Don't even ask to unload library if another plugin is loaded from it c++11-mutex |
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 |