src/aubio_priv.h: if compiling with -std=c99, use defines for strnlen and floorf
[aubio.git] / Makefile
2016-05-03 Paul BrossierMakefile: pass options to waf distcheck
2016-05-02 Paul BrossierMakefile: improve test sounds creation
2016-04-30 Paul BrossierMakefile: set 16 / 32 bits, lower volume to avoid dithering
2016-04-30 Paul BrossierMakefile: invoke nose2 to run python tests
2016-04-30 Paul BrossierMakefile: do not fail if sox is not installed
2016-04-30 Paul BrossierMakefile: use mkdir directly
2016-04-30 Paul BrossierMakefile: add 'create_test_sounds' target
2016-04-30 Paul BrossierMakefile: use 'HAVE_DOUBLE=1 make' to build in double...
2016-04-30 Paul BrossierMakefile: add WAFOPTS and HAVE_DOUBLE envvars
2016-04-22 Paul BrossierMerge branch 'develop' of aubio.org:/git/aubio/aubio...
2016-04-22 Paul BrossierMakefile: update waf to 1.8.20
2016-04-22 Paul BrossierMakefile: make tests verbose
2016-04-22 Paul BrossierMakefile: split rules for test_python / test_python_osx
2016-04-22 Paul BrossierMakefile: use pip install --user, also uninstall
2016-04-22 Paul BrossierMakefile: use pip to install
2016-04-22 Paul BrossierMakefile: do not fail if dylib not found
2016-04-22 Paul BrossierMakefile: copy lib to ~/lib (osx) and set LD_LIBRARY_PA...
2016-04-22 Paul BrossierMakefile: use './setup.py install' to test
2016-04-22 Paul BrossierMakefile: add test_python target, added to .travis.yml
2016-04-21 Paul BrossierMakefile: distcheck only needs checkwaf, split configure
2016-04-18 Paul BrossierMerge branch 'develop' of github.com:aubio/aubio into...
2016-04-18 Paul BrossierMakefile: only expand waf if needed, use 'python waf...
2016-04-18 Paul BrossierMakefile: added build/clean_python3
2016-04-18 Paul BrossierMerge pull request #40 from nphilipp/develop--py3k...
2016-01-03 Paul BrossierMakefile: also remove python3 version
2015-10-22 Paul BrossierMakefile: update to waf 1.8.14
2015-09-02 Paul BrossierMakefile: fix for python3
2015-08-07 Paul BrossierMakefile: add build/clean_python
2015-08-01 Paul BrossierMakefile: add clean target
2015-08-01 Paul Brossier.travis.yml: more steps
2015-07-31 Paul BrossierMakefile: test travis build with simplified make
2015-07-31 Paul Brossierwaf, waflib: removed, add Makefile to get waf, update...