graph
- This will be v2.9c++11-mutex 2019-10-22, by Chris Cannam
- A better way, I think, of handling static initialisation orderc++11-mutex 2019-09-11, by Chris Cannam
- Switch from C++98 to C++11c++11-mutex 2019-09-11, by 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-09-09, by Chris Cannam
- Don't even ask to unload library if another plugin is loaded from itc++11-mutex 2019-09-09, by Chris Cannam
- Toward making PluginAdapterBase::Impl actually thread-safe!c++11-mutex 2019-08-16, by Chris Cannam
- Ensure VAMPSDK_DIR is defined before being used2019-08-14, by Chris Cannam
- Looks like choco currently has a broken version of wget; use an older one2019-05-16, by Chris Cannam
- Added tag vamp-plugin-sdk-v2.8 for changeset be688783aa372019-02-07, by Chris Cannam
- Correct release datevamp-plugin-sdk-v2.8 2019-02-07, by Chris Cannam
- More build files2019-02-07, by Chris Cannam
- Tiny whitespace change2019-02-07, by Chris Cannam
- Update versions throughout to 2.82019-02-01, by Chris Cannam
- Update CHANGELOG (release date is provisional)2019-02-01, by Chris Cannam
- Header for getenv2018-06-11, by Chris Cannam
- Use VAMP_PATH_32 environment variable instead of VAMP_PATH, when running in a 32-bit process within 64-bit Windows (WoW64)2018-06-11, by Chris Cannam
- Wide-char environment variable lookup2018-06-08, by Chris Cannam
- Doc note2018-05-11, by Chris Cannam
- Merge from branch vamp-kiss-naming2018-02-08, by Chris Cannam
- Libsndfile pathvamp-kiss-naming 2018-02-07, by Chris Cannam
- Another attempt to run the installer. Not hopeful about this one.vamp-kiss-naming 2018-02-06, by Chris Cannam
- Have a go at bringing in libsndfilevamp-kiss-naming 2018-02-06, by Chris Cannam
- Bit confused by this nowvamp-kiss-naming 2018-02-06, by Chris Cannam
- Ah, duplicate key problem - try this arrangement insteadvamp-kiss-naming 2018-02-06, by Chris Cannam
- Experiment with AppVeyor buildvamp-kiss-naming 2018-02-06, by Chris Cannam
- Mergevamp-kiss-naming 2018-01-30, by Chris Cannam
- Avoid buffer underflow2018-01-30, by Chris Cannam
- Extensively rename things in the KissFFT headers to use a Vamp prefix. The motivation is not to change anything about the Vamp SDK library builds, but to avoid confusion in case any other code (for example that pulls in the Vamp SDK as part of a wider project definition) accidentally includes these headers instead of, or as well as, some other copy of KissFFT.vamp-kiss-naming 2018-01-30, by Chris Cannam
- The PluginRateExtractor hack was exploiting undefined behaviour. Let's just give in and make that API official2017-12-11, by Chris Cannam
- Rework canonicalisation so as to avoid theoretical possibility of integer overflow. (This is unit tested in svcore, not here - tests pass)2017-12-11, by Chris Cannam
- Update before install; seems to be necessary (based on other projects) to avoid recent Ruby-related error2017-10-10, by Chris Cannam
- More (off-by-default) debug output2017-05-25, by Chris Cannam