aboutsummaryrefslogtreecommitdiff
path: root/swig
AgeCommit message (Expand)Author
2014-11-08Add Python bindings to build systemJamie Bullock
2014-11-07Remove Java bindingsJamie Bullock
2014-11-06Initial simplified build system based on GNU MakeJamie Bullock
2014-06-04Fix conflict with Makefile.am for SWIG bindings and autotoolsJamie Bullock
2014-06-04Update SWIG bindings, to (for now) ignore new stageful functionsJamie Bullock
2013-11-05Ignore files auto-generated by SWIGJamie Bullock
2013-11-05Remove unnecessary "-lxtract" from python SWIG build file. See #40Jamie Bullock
2013-01-10fixed Linux bugsJamie Bullock
2013-01-08removed floatArray and intArray from Java SWIG bindingsJamie Bullock
2013-01-07Merge branch 'master' of https://github.com/jamiebullock/LibXtractJamie Bullock
2013-01-07added Ooura implementation to repositoryJamie Bullock
2012-12-02removing unneeded %newobject declTej Chajed
2012-12-02adding ctype.i includeTej Chajed
2012-06-18SWIG Java bindings improvementsJamie Bullock
2012-06-13Java SWIG bindings improvementsJamie Bullock
2012-03-30- minor SWIG fixJamie Bullock
2012-03-30- updated python test to import libxtract.xtractJamie Bullock
2012-03-29- updated to latest SWIG macrosJamie Bullock
2008-01-01- Improvements to SWIG bindings generation scriptJamie Bullock
2007-12-29- added bark coefficients PD exampleJamie Bullock
2007-12-28- Added new helper functions: xtract_windowed() and xtract_features_from_subf...Jamie Bullock
2007-12-21- Added some previously uncommitted Pd testing examplesJamie Bullock
2007-09-24Made xtract_loudness() more permissive, so it doesn't crash if N > BARK_BANDSJamie Bullock
2007-09-06Java bindings (with simple test) now working. Unified Python and Java binding...Jamie Bullock
2007-09-05Minor test.java fixJamie Bullock
2007-09-05Updated README and minor buld tweaks for OS X (That will probably break the L...Jamie Bullock
2007-09-05Added java bindings. Everything seems to work OK, except test.java won't comp...Jamie Bullock
2007-09-04Added basic SWIG wrapper generator (use ./configure --enable-swig etc)Jamie Bullock