log src/vamp-hostsdk/PluginLoader.cpp @ 524:762b79b49c31 c++11-mutex

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
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
Mon, 19 Sep 2016 13:35:56 +0100 Chris Cannam Make RequestResponse types more consistent by adding plugin to ConfigurationResponse and introducing a FinishRequest outputid-string-in-featureset
Mon, 22 Aug 2016 17:15:03 +0100 Chris Cannam Remove unused variable vampipe
Wed, 18 May 2016 10:53:19 +0100 Chris Cannam Use ConfigurationRequest/Response, introduce ProcessRequest/Response. vampipe
Thu, 12 May 2016 15:53:55 +0100 Chris Cannam Add listPluginData vampipe
Thu, 12 May 2016 14:43:10 +0100 Chris Cannam Docs vampipe
Thu, 12 May 2016 12:22:02 +0100 Chris Cannam Add PluginConfiguration, PluginStaticData, and LoadRequest structures, and use them in PluginLoader vampipe
Wed, 20 May 2015 16:12:18 +0100 Chris Cannam Initial draft of C API for plugin loading vh
Thu, 24 May 2012 16:38:09 +0100 Chris Cannam Apply vamp-2.3-windows-unicode.patch from RJ Ryan in #464
Tue, 22 Sep 2009 11:23:23 +0000 cannam * More error reporting fixes
Tue, 22 Sep 2009 10:39:36 +0000 cannam * Improve error reporting from PluginLoader
Mon, 21 Sep 2009 09:33:05 +0000 cannam * Doc updates, copyright updates, etc., in preparation for 2.1 release
Mon, 15 Jun 2009 14:30:05 +0000 cannam * Win32 build fixes for UNICODE. Not yet tested
Thu, 20 Nov 2008 15:01:30 +0000 cannam * OK, we're going to have to place the host stuff in its own namespace
Fri, 07 Nov 2008 15:28:33 +0000 cannam * Flatten directory tree a bit, update doxygen distinct-libraries