log

age author description
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
2019-01-10 Chris Cannam d_name can't be NULL; it's an array
2019-01-10 Chris Cannam Minor tidy
2019-01-10 Chris Cannam Remove older OSX makefiles
2019-01-10 Chris Cannam Update macOS makefile
2019-01-10 Chris Cannam If one plugin fails, continue trying the others - don't just give up
2019-01-10 Chris Cannam Remove unreachable code
2019-01-10 Chris Cannam Add another NumPy path for my current Linux build
2016-03-15 Chris Cannam Patch from Simon Black for NumPy >1.9 compatibility
2016-03-15 Chris Cannam Patch from Simon Black for NumPy >1.9 compatibility vampyhost
2015-08-12 Chris Cannam Some old changes that, I think, probably did not help anything
2015-04-14 Chris Cannam Accept incoming CXXFLAGS
2015-02-25 Chris Cannam Build fixes for MinGW32
2014-11-28 Chris Cannam Build fixes
2014-11-25 Chris Cannam const vampyhost
2014-11-24 Chris Cannam Float vector conversion vampyhost
2014-11-24 Chris Cannam Add vector<string> -> Python converter vampyhost
2014-11-24 Chris Cannam inline is not a useful keyword with contemporary compilers vampyhost
2014-11-20 Chris Cannam Pull apart some type conversion classes for possible use in VamPy Host vampyhost
2014-11-17 Chris Cannam More fixes
2014-11-17 Chris Cannam Metadata fixes
2014-11-17 Chris Cannam Various fixes to the example plugins
2014-11-17 Chris Cannam Debug output: off by default, on with VAMPY_VERBOSE environment variable
2014-11-17 Chris Cannam Update to Python 2.7 and clean up the build (avoid using deprecated NumPy API, fix compiler warnings)
2014-08-06 Chris Cannam Looks like --retain-symbols-file=<file>.list is the PE equivalent of the ELF version script for our purposes
2013-10-05 gyorgyf merged and tested to work with python27 numpy161 on ubuntu1204
2013-10-05 gyorgyf applied patch to fix bug related to numpy version string parsing
2013-10-05 gyorgyf Added valueNames attribute to parameter descriptor
2013-02-28 Chris Cannam Add Makefile for OS/X 10.8
2011-01-06 convert-repo update tags
2009-10-12 cannam * fix typo
2009-10-11 fazekasgy Extended README, added .pyo support vampy-2.0
2009-10-09 cannam * Document VAMPY_PYLIB and NUMPY_SHORTVERSION
2009-10-09 cannam * whoops, remove perror() (these are expected to fail)
2009-10-09 cannam * PYLIB -> VAMPY_PYLIB
2009-10-09 cannam * If PYLIB environment variable is present, use that for the file to preload
2009-10-09 cannam * Make a better job of preloading Python, especially when it's in a
2009-10-08 fazekasgy Updated some example plugins.
2009-10-08 fazekasgy Fix numpy version incompatibility issues and updated some example plugins.
2009-10-06 cannam * copyright & terms
2009-10-06 cannam * Minor Makefile updates
2009-10-06 cannam * Add mention of example plugins
2009-10-06 fazekasgy Fix blockSize+2 for frequency domin plugins
2009-10-05 cannam VC++ fixes.
2009-10-05 cannam ...
2009-10-05 cannam * Makefile updates
2009-10-05 cannam * Makefile bits
2009-10-05 cannam * Merge r1090 from earlier vampy2 branch
2009-10-05 cannam * Merge r1089 from earlier vampy2 branch
2009-10-05 cannam * Copy vampy2 to trunk