log

age author description
Tue, 19 Feb 2019 13:56:29 +0000 Chris Cannam Refer to CHANGELOG vampy-2.2
Tue, 19 Feb 2019 13:54:27 +0000 Chris Cannam Add CHANGELOG
Tue, 12 Feb 2019 11:27:14 +0000 Chris Cannam Merge
Tue, 12 Feb 2019 11:27:02 +0000 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
Tue, 05 Feb 2019 14:00:17 +0000 Chris Cannam Added tag vampy-2.1 for changeset 76badb3a0bb3
Tue, 05 Feb 2019 12:48:59 +0000 Chris Cannam Add mechanism to build a "standard" Linux .so using Docker vampy-2.1
Tue, 05 Feb 2019 10:47:54 +0000 Chris Cannam Local Vamp path
Tue, 05 Feb 2019 09:41:05 +0000 Chris Cannam x64 target
Fri, 01 Feb 2019 20:12:50 +0000 Chris Cannam Added tag vampy-2.1 for changeset 3b6b3f0cffcb
Fri, 01 Feb 2019 18:12:43 +0000 Chris Cannam On Windows use non-DLL runtime, and ensure consistency with Vamp SDK files by including them in project directly
Fri, 01 Feb 2019 18:07:02 +0000 Chris Cannam Text tweaks
Wed, 16 Jan 2019 15:47:57 +0000 Chris Cannam Add numpy (is pip in path?)
Wed, 16 Jan 2019 15:41:30 +0000 Chris Cannam First cut at AppVeyor CI file
Wed, 16 Jan 2019 15:22:55 +0000 Chris Cannam Update to Visual Studio XML project/solution format
Wed, 16 Jan 2019 15:11:26 +0000 Chris Cannam Use VAMP_PATH_32 instead of VAMP_PATH when running as a 32-bit plugin on a 64-bit Windows installation
Tue, 15 Jan 2019 13:54:12 +0000 Chris Cannam Ensure system Python is used
Tue, 15 Jan 2019 13:37:45 +0000 Chris Cannam Add some missing packages
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