Wed, 18 Dec 2019 16:51:20 +0000 |
Chris Cannam |
MSVC fixes
default tip
|
Wed, 14 Aug 2019 14:59:19 +0100 |
Chris Cannam |
Update server certificate fingerprints
|
Thu, 28 Feb 2019 06:09:28 +0000 |
Chris Cannam |
Print version after building
|
Wed, 27 Feb 2019 17:00:33 +0000 |
Chris Cannam |
Added tag vampy-2.3 for changeset c85d26cb9dab
|
Tue, 26 Feb 2019 14:42:15 +0000 |
Chris Cannam |
Add debug print of Vampy release version; update CHANGELOG
vampy-2.3
|
Tue, 26 Feb 2019 14:31:08 +0000 |
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)
|
Tue, 26 Feb 2019 14:30:16 +0000 |
Chris Cannam |
Ignore a few more things
|
Tue, 26 Feb 2019 12:46:24 +0000 |
Chris Cannam |
Fix crash when plugin library is loaded and unloaded without any plugins being queried (so extension manager is never initialised)
|
Tue, 19 Feb 2019 14:30:03 +0000 |
Chris Cannam |
Added tag vampy-2.2 for changeset 24d1c698b548
|
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
|
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
|
Sat, 05 Oct 2013 13:41:03 +0100 |
gyorgyf |
merged and tested to work with python27 numpy161 on ubuntu1204
|
Sat, 05 Oct 2013 13:36:27 +0100 |
gyorgyf |
applied patch to fix bug related to numpy version string parsing
|
Sat, 05 Oct 2013 13:21:47 +0100 |
gyorgyf |
Added valueNames attribute to parameter descriptor
|
Thu, 28 Feb 2013 14:47:17 +0000 |
Chris Cannam |
Add Makefile for OS/X 10.8
|
Thu, 06 Jan 2011 11:25:30 +0000 |
convert-repo |
update tags
|
Mon, 12 Oct 2009 16:02:22 +0000 |
cannam |
* fix typo
|
Sun, 11 Oct 2009 09:57:48 +0000 |
fazekasgy |
Extended README, added .pyo support
vampy-2.0
|
Fri, 09 Oct 2009 14:35:08 +0000 |
cannam |
* Document VAMPY_PYLIB and NUMPY_SHORTVERSION
|
Fri, 09 Oct 2009 14:25:35 +0000 |
cannam |
* whoops, remove perror() (these are expected to fail)
|
Fri, 09 Oct 2009 14:22:44 +0000 |
cannam |
* PYLIB -> VAMPY_PYLIB
|
Fri, 09 Oct 2009 14:07:44 +0000 |
cannam |
* If PYLIB environment variable is present, use that for the file to preload
|
Fri, 09 Oct 2009 13:48:25 +0000 |
cannam |
* Make a better job of preloading Python, especially when it's in a
|
Thu, 08 Oct 2009 08:59:08 +0000 |
fazekasgy |
Updated some example plugins.
|
Thu, 08 Oct 2009 08:47:28 +0000 |
fazekasgy |
Fix numpy version incompatibility issues and updated some example plugins.
|
Tue, 06 Oct 2009 12:37:01 +0000 |
cannam |
* copyright & terms
|
Tue, 06 Oct 2009 12:04:33 +0000 |
cannam |
* Minor Makefile updates
|
Tue, 06 Oct 2009 11:48:15 +0000 |
cannam |
* Add mention of example plugins
|
Tue, 06 Oct 2009 09:27:20 +0000 |
fazekasgy |
Fix blockSize+2 for frequency domin plugins
|
Mon, 05 Oct 2009 16:14:25 +0000 |
cannam |
VC++ fixes.
|
Mon, 05 Oct 2009 13:57:10 +0000 |
cannam |
...
|
Mon, 05 Oct 2009 13:54:40 +0000 |
cannam |
* Makefile updates
|
Mon, 05 Oct 2009 13:15:21 +0000 |
cannam |
* Makefile bits
|
Mon, 05 Oct 2009 12:52:46 +0000 |
cannam |
* Merge r1090 from earlier vampy2 branch
|
Mon, 05 Oct 2009 12:51:08 +0000 |
cannam |
* Merge r1089 from earlier vampy2 branch
|
Mon, 05 Oct 2009 12:47:58 +0000 |
cannam |
* Copy vampy2 to trunk
|
Mon, 05 Oct 2009 12:06:23 +0000 |
fazekasgy |
updated vampy2final readme
vampy2final
|
Mon, 05 Oct 2009 12:05:26 +0000 |
fazekasgy |
updated vampy2final readme
vampy2final
|
Mon, 05 Oct 2009 11:28:00 +0000 |
fazekasgy |
new branch Vampy2final
vampy2final
|
Thu, 24 Sep 2009 09:35:08 +0000 |
cannam |
* Update VC++ project file to build with NumPy -- appears to work.
vampy2
|
Thu, 24 Sep 2009 08:52:04 +0000 |
cannam |
* Fix compile error with VC++. I am totally at a loss to explain
vampy2
|
Wed, 23 Sep 2009 12:07:32 +0000 |
cannam |
* Fixes from OpenSolaris build
vampy2
|
Wed, 23 Sep 2009 11:56:46 +0000 |
cannam |
* build fixes for Linux
vampy2
|
Mon, 21 Sep 2009 13:56:28 +0000 |
fazekasgy |
Vampy2: accept numpy array return types.
vampy2
|
Sun, 20 Sep 2009 17:31:20 +0000 |
fazekasgy |
Created Vampy2 branch
vampy2
|
Mon, 05 Oct 2009 12:47:01 +0000 |
cannam |
* Move trunk to vampy1 branch (preparing to bring vampy2 to trunk)
vampy1
|
Tue, 22 Sep 2009 15:20:44 +0000 |
cannam |
* Remove nonportable and unnecessary opendir features test (originally
|
Tue, 25 Aug 2009 08:49:22 +0000 |
fazekasgy |
Some further mods to vampy construction
|
Tue, 25 Aug 2009 08:46:15 +0000 |
fazekasgy |
Some further mods to vampy construction
|
Wed, 19 Aug 2009 15:21:17 +0000 |
fazekasgy |
examples now pass all tests
|
Tue, 18 Aug 2009 08:32:45 +0000 |
fazekasgy |
cleaned up vampy preloading, no functional change. tried python preload, did not work.
|
Mon, 17 Aug 2009 15:22:06 +0000 |
cannam |
* Rearrange Python plugin construction.
|
Thu, 16 Jul 2009 13:19:20 +0000 |
cannam |
* fix incorrect default values for parameters (must match declared defaults)
|
Tue, 14 Jul 2009 15:54:03 +0000 |
cannam |
* Add quantizeStep to parameter descriptor!
|
Tue, 14 Jul 2009 12:48:01 +0000 |
cannam |
* Add VC++ project
|
Tue, 14 Jul 2009 11:31:52 +0000 |
cannam |
* Don't even try to preload on Windows
|
Mon, 13 Jul 2009 12:23:51 +0000 |
cannam |
* Windows build (with mingw32 atm)
|
Fri, 10 Jul 2009 15:14:24 +0000 |
cannam |
* Add duration support (Vamp 2.0)
|
Thu, 25 Jun 2009 16:23:30 +0000 |
cannam |
* Add simple hack for preloading python on OS/X
|
Mon, 07 Jul 2008 17:09:07 +0000 |
cannam |
* Gross hack to find preloadable libpython on linux
|
Thu, 03 Jul 2008 13:29:39 +0000 |
cannam |
* Some work on symbol visibility
|
Wed, 02 Jul 2008 12:17:58 +0000 |
fazekasgy |
now installs example python plugins to the correct place
|
Wed, 02 Jul 2008 12:11:35 +0000 |
fazekasgy |
fixed PySpectralCentroid example
|
Thu, 19 Jun 2008 15:08:08 +0000 |
cannam |
* fix target name to match os/x makefile
|
Mon, 16 Jun 2008 09:44:48 +0000 |
fazekasgy |
added pyRealTime object impl to host
|
Fri, 13 Jun 2008 17:28:22 +0000 |
fazekasgy |
more examples and some bug fixes
|
Fri, 13 Jun 2008 16:52:59 +0000 |
fazekasgy |
more examples and some bug fixes
|
Fri, 13 Jun 2008 16:50:00 +0000 |
fazekasgy |
more examples and some bug fixes
|
Wed, 11 Jun 2008 16:04:52 +0000 |
cannam |
* housekeeping: VAMP -> Vamp throughout (not an acronym)
|
Wed, 19 Mar 2008 16:02:29 +0000 |
fazekasgy |
Added support to memory buffers to be used with NumPy (and some rationalisation of code)
|
Fri, 14 Mar 2008 12:09:34 +0000 |
cannam |
* oops, forgot a bit
|
Fri, 14 Mar 2008 12:02:27 +0000 |
cannam |
* my makefile
|
Fri, 14 Mar 2008 12:02:15 +0000 |
cannam |
* Add global mutex to PyPlugin -- all plugin method calls are strictly
|
Wed, 12 Mar 2008 12:42:19 +0000 |
fazekasgy |
added missing ifdef WIN32
|
Tue, 11 Mar 2008 20:24:58 +0000 |
fazekasgy |
some typos corrected
|