log

age author description
2019-12-18 Chris Cannam MSVC fixes default tip
2019-08-14 Chris Cannam Update server certificate fingerprints
2019-02-28 Chris Cannam Print version after building
2019-02-27 Chris Cannam Added tag vampy-2.3 for changeset c85d26cb9dab
2019-02-26 Chris Cannam Add debug print of Vampy release version; update CHANGELOG vampy-2.3
2019-02-26 Chris Cannam Skip directly over anything with null metatype - can happen with plugins whose init methods are not conformant (but that otherwise load OK as code)
2019-02-26 Chris Cannam Ignore a few more things
2019-02-26 Chris Cannam Fix crash when plugin library is loaded and unloaded without any plugins being queried (so extension manager is never initialised)
2019-02-19 Chris Cannam Added tag vampy-2.2 for changeset 24d1c698b548
2019-02-19 Chris Cannam Refer to CHANGELOG vampy-2.2
2019-02-19 Chris Cannam Add CHANGELOG
2019-02-12 Chris Cannam Merge
2019-02-12 Chris Cannam Set sys.argv - avoiding Python code blowing up if it checks sys.argv[0] without checking sys.argv exists first. Patch due to Johan Pauwels
2019-02-05 Chris Cannam Added tag vampy-2.1 for changeset 76badb3a0bb3
2019-02-05 Chris Cannam Add mechanism to build a "standard" Linux .so using Docker vampy-2.1
2019-02-05 Chris Cannam Local Vamp path
2019-02-05 Chris Cannam x64 target
2019-02-01 Chris Cannam Added tag vampy-2.1 for changeset 3b6b3f0cffcb
2019-02-01 Chris Cannam On Windows use non-DLL runtime, and ensure consistency with Vamp SDK files by including them in project directly
2019-02-01 Chris Cannam Text tweaks
2019-01-16 Chris Cannam Add numpy (is pip in path?)
2019-01-16 Chris Cannam First cut at AppVeyor CI file
2019-01-16 Chris Cannam Update to Visual Studio XML project/solution format
2019-01-16 Chris Cannam Use VAMP_PATH_32 instead of VAMP_PATH when running as a 32-bit plugin on a 64-bit Windows installation
2019-01-15 Chris Cannam Ensure system Python is used
2019-01-15 Chris Cannam Add some missing packages
2019-01-15 Chris Cannam Travis CI file
2019-01-15 Chris Cannam Update README etc
2019-01-14 Chris Cannam If a module appears to redefine one of our own types, refuse to load it. Also clear out the class dict for all refused modules now, so that we don't get stale names on the next scan due to not having cleared the module on unload
2019-01-14 Chris Cannam Move more List types from the exposed names list to the commented-out "builtin objects" section. These aren't our own custom types
2019-01-10 Chris Cannam Close old v1 code sprout
2019-01-10 Chris Cannam Further small tidying