2019-10-22 |
Chris Cannam |
This will be v2.9
c++11-mutex
|
2019-09-11 |
Chris Cannam |
A better way, I think, of handling static initialisation order
c++11-mutex
|
2019-09-09 |
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
|
2019-08-16 |
Chris Cannam |
Toward making PluginAdapterBase::Impl actually thread-safe!
c++11-mutex
|
2019-02-01 |
Chris Cannam |
Update versions throughout to 2.8
|
2016-10-27 |
Chris Cannam |
Remove some debug output by default
|
2016-10-14 |
Chris Cannam |
Fix long-standing memory leaks (parameter descriptors and feature list container) in plugin adapter
vampipe
|
2016-05-12 |
Chris Cannam |
Next version from this branch (if any) will be 2.7
vampipe
|
2015-06-22 |
Chris Cannam |
Naturally, I forgot to update the version in the headers. Argh. Sorry
vamp-plugin-sdk-v2.6
|
2015-06-16 |
Chris Cannam |
Add -Wextra, fix a couple of warnings it throws up
|
2013-03-28 |
Chris Cannam |
Bump version to 2.5
|
2012-07-12 |
Chris Cannam |
Make the simple base-fft implementation accessible for use by plugins as well. Bump version to 2.4
|
2011-11-24 |
Chris Cannam |
Update versions throughout
|
2010-08-26 |
cannam |
* Further fix to version handling
|
2009-08-17 |
cannam |
* Fix crash when an adapter's createPlugin() fails in getDescriptor()
|
2008-11-25 |
cannam |
* Ensure that output descriptors are re-queried after a call to
|
2008-11-10 |
cannam |
* Add --list-full to "simple" Vamp host
|
2008-11-07 |
cannam |
* install fixes, mostly
distinct-libraries
|
2008-11-07 |
cannam |
* Flatten directory tree a bit, update doxygen
distinct-libraries
|
2008-11-07 |
cannam |
* Add include guards; make code compile!
distinct-libraries
|
2008-11-06 |
cannam |
* more moving
distinct-libraries
base
src/PluginAdapter.cpp@030613c557df
|