index
:
LibXtract
master
Fork of Jamie Bullock's feature extraction library
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
configure.in
Age
Commit message (
Expand
)
Author
2007-12-21
- Added some previously uncommitted Pd testing examples
Jamie Bullock
2007-10-06
Removed fftw_plan from xtraction functions. Created new init function xtract_...
Jamie Bullock
2007-10-04
Incremented FIX revision number and updated ChangeLog
Jamie Bullock
2007-09-06
Java bindings (with simple test) now working. Unified Python and Java binding...
Jamie Bullock
2007-09-05
Updated README and minor buld tweaks for OS X (That will probably break the L...
Jamie Bullock
2007-09-05
Added java bindings. Everything seems to work OK, except test.java won't comp...
Jamie Bullock
2007-09-04
Added basic SWIG wrapper generator (use ./configure --enable-swig etc)
Jamie Bullock
2007-09-03
Back to C99 in CFLAGS, but at least we (should) have the C89 option if anyone...
Jamie Bullock
2007-09-03
Checked ANSI C89 compliance (basically a few ifndefs for the C99 math functio...
Jamie Bullock
2007-08-19
Added MSP example test patches and modified MSP Makefile to cater for specifi...
Jamie Bullock
2007-08-19
'Fix' version bump.
Jamie Bullock
2007-04-20
Fixed autocorrelation_fft() it now gives comparable output to autocorrelation()
Jamie Bullock
2007-03-14
Fixed bug in xtract_spectrum() FFTW_R2HC now interpreted correctly. Updated C...
Jamie Bullock
2007-03-12
Incremented fix version
Jamie Bullock
2007-03-12
Removed -Werror from CFLAGS to make the PD example compile on OS X
Jamie Bullock
2007-02-12
Various minor fixes
Jamie Bullock
2007-01-29
Version 0.4.0. Updated ChangeLog
Jamie Bullock
2007-01-29
Added namespacing to enumerations and defines. Made most macros private.
Jamie Bullock
2007-01-11
Fleshed out function descriptors.
Jamie Bullock
2006-12-15
Numerous fixes and enhancements, see ChangeLog.
Jamie Bullock
2006-12-11
Changes to xtract_inharmonicity - made parameters consistent with other
Jamie Bullock
2006-12-11
Version 0.3.1
Jamie Bullock
2006-12-09
Implemented xtract_harmonics
Jamie Bullock
2006-12-09
Fixed typos in scalar.c (thanks to Chris Cannam) and added -Wall to
Jamie Bullock
2006-11-10
Fixed Mac OS X crash by declaring xtract and xtract_help_strings as
Jamie Bullock
2006-10-24
Various minor fixes
Jamie Bullock
2006-10-20
Minor changes
Jamie Bullock
2006-10-20
Replaced --enable-vector with --enable-fft and improved build
Jamie Bullock
2006-10-20
Added simpletest example
Jamie Bullock
2006-10-18
PD example fixes
Jamie Bullock
2006-10-18
Added help string support, minor fixes.
Jamie Bullock
2006-10-17
Made autotools versioning reflect ChangLog versioning
Jamie Bullock
2006-10-10
Added README
Jamie Bullock
2006-10-10
Build system tweaks
Jamie Bullock
2006-10-10
Added summary to configure.in
Jamie Bullock
2006-10-09
Added pkgconfig support
Jamie Bullock
2006-10-08
Tweaks to enable build on OS X
Jamie Bullock
2006-10-06
Fixed automake variable substitution issues
Jamie Bullock
2006-10-05
Added Pure Data example
Jamie Bullock
2006-10-04
Added doxygen tags and compile scripts
Jamie Bullock
2006-10-02
Initial import
Jamie Bullock