aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-16MSCV missing ssize_t fixHEADmasterJamie Bullock
2019-04-01Remove unneeded platform-specific headersJamie Bullock
2019-04-01Precendence fixJamie Bullock
2019-04-01Set correct unix file flagsJamie Bullock
2017-12-05Merge pull request #95 from kecsap/floorfixesJamie Bullock
2017-01-15Don't store the floor() result in integer because it can be out-of-rangeCsaba Kertesz
2014-12-19Add missing MIN() macro defineJamie Bullock
2014-11-14Incorporate Makefile link order fixjamiebullock
2014-11-14Add missing compiler flag for simpletestjamiebullock
2014-11-13Raise a preprocessor error if neither __APPLE__ nor USE_OOURA is definedJamie Bullock
2014-11-12Delete accidentally committed fileJamie Bullock
2014-11-11Attempt to fix Linux build errorJamie Bullock
2014-11-11Add -std=c++0x for fussy compilers!Jamie Bullock
2014-11-11Add --std-c99 for fussy compilersJamie Bullock
2014-11-11Define USE_OOURA if not on "Darwin"Jamie Bullock
2014-11-11Merge branch 'feature/unit-tests' into developJamie Bullock
2014-11-11Add sawtooth testsJamie Bullock
2014-11-11Add F0 quantization testJamie Bullock
2014-11-11Add more F0 testsJamie Bullock
2014-11-11Add xttest to gitignoreJamie Bullock
2014-11-10Update travis yamlJamie Bullock
2014-11-10Initial unit testing setup with an example testJamie Bullock
2014-11-08Merge branch 'feature/no-autotools' into developJamie Bullock
2014-11-08Add Python bindings to build systemJamie Bullock
2014-11-07Remove Java bindingsJamie Bullock
2014-11-07Various improvementsJamie Bullock
2014-11-07Remove unmaintainable relative pathsJamie Bullock
2014-11-07Add Doxygen to build systemJamie Bullock
2014-11-07Delete unneeded filesJamie Bullock
2014-11-07Tidy up .gitignoreJamie Bullock
2014-11-07Add "install" targetJamie Bullock
2014-11-07Move xtract inside "include" directoryJamie Bullock
2014-11-07Fix bug in pathsJamie Bullock
2014-11-07Add examples to new build systemJamie Bullock
2014-11-06Actually add Makefiles!Jamie Bullock
2014-11-06Remove puredata and MaxMSP examplesJamie Bullock
2014-11-06Initial simplified build system based on GNU MakeJamie Bullock
2014-11-06Minor formatting changeJamie Bullock
2014-07-17Add documentation information to READMEJamie Bullock
2014-06-13Merge pull request #61 from seanlikeskites/masterJamie Bullock
2014-06-12some fixes to scalar.c so they work in MSVCSean Enderby
2014-06-06Add new helper function xtract_smoothed(), e.g. can be used to extract smooth...Jamie Bullock
2014-06-05Fix broken xtract_stateful.hJamie Bullock
2014-06-05Fix bug in xtract_last_n()Jamie Bullock
2014-06-05Fix bug in xtract_peak()Jamie Bullock
2014-06-05Update documentation for xtract_lnorm()Jamie Bullock
2014-06-05Add normalisation capability to xtract_lnorm()Jamie Bullock
2014-06-05Use AM_CPPFLAGS instead of AM_CFLAGSJamie Bullock
2014-06-05Fix bug in ringbufJamie Bullock
2014-06-05Add test wav fileJamie Bullock