aboutsummaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)Author
2012-03-30- minor SWIG fixJamie Bullock
- renamed configure.in to configure.ac - increment fix number
2012-03-29- updated to latest SWIG macrosJamie Bullock
- added __init__.py so generated python module loads
2011-03-30- reimplemented xtract_spectral_variance() xtract_spectral_skewness() and ↵Jamie Bullock
xtract_spectral_kurtosis() using correct maths - removed xtract_spectral_average_deviation()
2008-09-12- Committing ancient change left on HD. Relates to FFTW fft typeJamie Bullock
2008-03-26- Fixed build fail if --enable-fft not specifiedJamie Bullock
- Fixed doxygen build so that it includes libxtract.h - Doxygen tweaks
2008-02-16- Added to pd example the ability to differentiate between differentJamie Bullock
argv types (XTRACT_FLOAT, XTRACT_INT) and pass the correct data type to the xtract[]() function - Added xtract_flatness_db() details to descriptors.c - Fixes to tonality and xtract_subbands descriptors - Added Pd examples for 'subband mean' and tonality calculated using subbands
2008-02-15- Fixed bugs in xtract_flatness(), or at least added necessaryJamie Bullock
documentation and error checking to avoid problems - Added xtract_is_denormal() helper function and XTRACT_DENORMAL_FOUND return code - Replaced all instances of log, sqrt, exp etc. with respective floating point counterparts (logf etc.) - Added check for architecture endianness to configure script - Bug fix to PD example, now no longer crashes if no arguments are given - Minor documentation updates
2007-12-21- Added some previously uncommitted Pd testing examplesJamie Bullock
- Improved python bindings. Now we can do vector features as well as scalar from Python
2007-10-06Removed fftw_plan from xtraction functions. Created new init function ↵Jamie Bullock
xtract_init_fft() for creating plans, which have global scope. Updated examples to reflect the change. New configure option: --with-fft_optimisation (0 = FFTW_ESTIMATE, 1 = FFTW_MEASURE, 2 = FFTW_PATIENT).
2007-10-04Incremented FIX revision number and updated ChangeLogJamie Bullock
2007-09-06Java bindings (with simple test) now working. Unified Python and Java ↵Jamie Bullock
bindings tests.
2007-09-05Updated README and minor buld tweaks for OS X (That will probably break the ↵Jamie Bullock
Linux build (sigh)).
2007-09-05Added java bindings. Everything seems to work OK, except test.java won't ↵Jamie Bullock
compile. Some kind of path error, but I can't work out how to fix it.
2007-09-04Added basic SWIG wrapper generator (use ./configure --enable-swig etc)Jamie Bullock
2007-09-03Back to C99 in CFLAGS, but at least we (should) have the C89 option if ↵Jamie Bullock
anyone can't make it work with their compiler
2007-09-03Checked ANSI C89 compliance (basically a few ifndefs for the C99 math ↵Jamie Bullock
functions: powf, roundf etc). Added a few PD examples/tests.
2007-08-19Added MSP example test patches and modified MSP Makefile to cater for ↵Jamie Bullock
specific architectures
2007-08-19'Fix' version bump.Jamie Bullock
2007-04-20Fixed autocorrelation_fft() it now gives comparable output to autocorrelation()Jamie Bullock
2007-03-14Fixed bug in xtract_spectrum() FFTW_R2HC now interpreted correctly. Updated ↵Jamie Bullock
ChangeLog and AUTHORS files.
2007-03-12Incremented fix versionJamie Bullock
2007-03-12Removed -Werror from CFLAGS to make the PD example compile on OS XJamie Bullock
2007-02-12Various minor fixesJamie Bullock
2007-01-29Version 0.4.0. Updated ChangeLogJamie Bullock
2007-01-29Added namespacing to enumerations and defines. Made most macros private.Jamie Bullock
2007-01-11Fleshed out function descriptors.Jamie Bullock
2006-12-15Numerous fixes and enhancements, see ChangeLog.Jamie Bullock
2006-12-11Changes to xtract_inharmonicity - made parameters consistent with other Jamie Bullock
xtractors that use peak spectrum. Fixed memory alloc bug in pd example.
2006-12-11Version 0.3.1Jamie Bullock
2006-12-09Implemented xtract_harmonicsJamie Bullock
2006-12-09Fixed typos in scalar.c (thanks to Chris Cannam) and added -Wall to Jamie Bullock
CFLAGS so this doesn't happen again!
2006-11-10Fixed Mac OS X crash by declaring xtract and xtract_help_strings as Jamie Bullock
extern
2006-10-24Various minor fixesJamie Bullock
2006-10-20Minor changesJamie Bullock
2006-10-20Replaced --enable-vector with --enable-fft and improved buildJamie Bullock
2006-10-20Added simpletest exampleJamie Bullock
2006-10-18PD example fixesJamie Bullock
2006-10-18Added help string support, minor fixes.Jamie Bullock
2006-10-17Made autotools versioning reflect ChangLog versioningJamie Bullock
2006-10-10Added READMEJamie Bullock
2006-10-10Build system tweaksJamie Bullock
2006-10-10Added summary to configure.inJamie Bullock
2006-10-09Added pkgconfig supportJamie Bullock
2006-10-08Tweaks to enable build on OS XJamie Bullock
2006-10-06Fixed automake variable substitution issuesJamie Bullock
2006-10-05Added Pure Data exampleJamie Bullock
2006-10-04Added doxygen tags and compile scriptsJamie Bullock
2006-10-02Initial importJamie Bullock