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
|