log

age author description
Tue, 15 Jan 2019 13:19:02 +0000 Chris Cannam Travis CI file
Tue, 15 Jan 2019 11:17:04 +0000 Chris Cannam Update README etc
Mon, 14 Jan 2019 16:19:44 +0000 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
Mon, 14 Jan 2019 16:16:43 +0000 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
Thu, 10 Jan 2019 15:54:33 +0000 Chris Cannam Close old v1 code sprout
Thu, 10 Jan 2019 15:52:21 +0000 Chris Cannam Further small tidying
Thu, 10 Jan 2019 15:44:39 +0000 Chris Cannam d_name can't be NULL; it's an array
Thu, 10 Jan 2019 15:42:05 +0000 Chris Cannam Minor tidy
Thu, 10 Jan 2019 15:41:22 +0000 Chris Cannam Remove older OSX makefiles
Thu, 10 Jan 2019 15:40:50 +0000 Chris Cannam Update macOS makefile
Thu, 10 Jan 2019 15:36:32 +0000 Chris Cannam If one plugin fails, continue trying the others - don't just give up
Thu, 10 Jan 2019 15:36:13 +0000 Chris Cannam Remove unreachable code
Thu, 10 Jan 2019 15:35:42 +0000 Chris Cannam Add another NumPy path for my current Linux build
Tue, 15 Mar 2016 17:02:52 +0000 Chris Cannam Patch from Simon Black for NumPy >1.9 compatibility
Tue, 15 Mar 2016 16:58:38 +0000 Chris Cannam Patch from Simon Black for NumPy >1.9 compatibility vampyhost
Wed, 12 Aug 2015 15:25:04 +0100 Chris Cannam Some old changes that, I think, probably did not help anything
Tue, 14 Apr 2015 11:14:39 +0100 Chris Cannam Accept incoming CXXFLAGS
Wed, 25 Feb 2015 14:05:47 +0000 Chris Cannam Build fixes for MinGW32
Fri, 28 Nov 2014 15:28:31 +0000 Chris Cannam Build fixes
Tue, 25 Nov 2014 09:58:08 +0000 Chris Cannam const vampyhost
Mon, 24 Nov 2014 16:22:41 +0000 Chris Cannam Float vector conversion vampyhost
Mon, 24 Nov 2014 11:02:20 +0000 Chris Cannam Add vector<string> -> Python converter vampyhost
Mon, 24 Nov 2014 09:50:49 +0000 Chris Cannam inline is not a useful keyword with contemporary compilers vampyhost
Thu, 20 Nov 2014 13:02:50 +0000 Chris Cannam Pull apart some type conversion classes for possible use in VamPy Host vampyhost
Mon, 17 Nov 2014 14:07:00 +0000 Chris Cannam More fixes
Mon, 17 Nov 2014 12:53:51 +0000 Chris Cannam Metadata fixes
Mon, 17 Nov 2014 11:44:15 +0000 Chris Cannam Various fixes to the example plugins
Mon, 17 Nov 2014 10:03:44 +0000 Chris Cannam Debug output: off by default, on with VAMPY_VERBOSE environment variable
Mon, 17 Nov 2014 09:37:59 +0000 Chris Cannam Update to Python 2.7 and clean up the build (avoid using deprecated NumPy API, fix compiler warnings)
Wed, 06 Aug 2014 16:02:25 +0100 Chris Cannam Looks like --retain-symbols-file=<file>.list is the PE equivalent of the ELF version script for our purposes