log

age author description
2014-08-07 Chris Cannam Add CFLAGS to Makefile
2014-08-07 Chris Cannam Add CFLAGS (like CXXFLAGS) to configure
2014-08-06 Chris Cannam Merge
2014-08-06 Chris Cannam Toward win64 build eventually
2014-08-06 Chris Cannam Looks like --retain-symbols-file=<file>.list is the PE equivalent of the ELF version script for our purposes
2014-08-05 Chris Cannam Some os/x build fixes
2014-08-05 Chris Cannam mingw32 build fix
2014-08-04 Chris Cannam Some mingw32 fixes
2014-08-04 Chris Cannam Starting to update win32/mingw cross-compile
2014-06-25 Chris Cannam Update RDF for example plugins
2014-06-25 Chris Cannam Merge (but taking everything from the more recent default)
2014-06-05 Chris Cannam Add dc:title for plugin library
2014-06-20 Chris Cannam Produce rather richer RDF output
2014-06-06 Chris Cannam Merge
2014-06-06 Chris Cannam Copyright dates
2014-03-05 Chris Cannam Add -L short option as synonym for --list-full
2014-03-28 Chris Cannam Merge
2014-03-28 Chris Cannam Copyright date
2013-09-13 Chris Cannam Combined VC++ solution containing plugin SDK, host SDK, example plugins, and simple host projects
2013-05-08 Chris Cannam Added tag vamp-plugin-sdk-v2.5 for changeset 92b1fbb1cc87
2013-05-08 Chris Cannam Emit warning when compiling with FFTW support (about the licence implications) vamp-plugin-sdk-v2.5
2013-05-08 Chris Cannam Update CHANGELOG and release date!
2013-03-28 Chris Cannam Initialise rate to 0. Otherwise there's a danger plugins will change the SampleType (e.g. to VariableSampleRate) but not set the rate because they don't think they need it (when in fact it needs to be set to 0)
2013-03-28 Chris Cannam Use double arithmetic for rate calculations
2013-03-28 Chris Cannam Update configure
2013-03-28 Chris Cannam Remove unneeded variable
2013-03-28 Chris Cannam Update CHANGELOG
2013-03-28 Chris Cannam Bump version to 2.5
2013-03-27 Chris Cannam Fix incorrect handling of FixedSampleRate outputs in PluginBufferingAdapter
2013-03-20 Chris Cannam And CC