Mercurial > hg > vamp-plugin-sdk
log
age | author | description |
---|---|---|
Mon, 09 Sep 2019 10:24:13 +0100 | Chris Cannam | Avoid simple static allocation of mutex, as it could lead to mutex being destroyed before last adapter that needs to use it (since adapters are usually also static) c++11-mutex |
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, 16 Aug 2019 10:18:37 +0100 | Chris Cannam | Toward making PluginAdapterBase::Impl actually thread-safe! c++11-mutex |