README.md, doc/about.rst: update copyright year
[aubio.git] / Makefile
2017-03-26 Paul BrossierMerge branch 'master' into awhitening
2017-03-23 Paul BrossierMerge branch 'master' into gitshaversion
2017-03-16 Paul BrossierMerge branch 'circlei'
2017-03-16 Paul Brossierscripts/get_waf.sh: really bump to 1.9.6, remove unused...
2017-03-10 Paul BrossierMerge branch 'master' into awhitening
2016-12-16 Paul BrossierMakefile: fix chmod for osx
2016-12-16 Paul BrossierMakefile: chmod go-w waflib, clean cleaner
2016-12-11 Paul BrossierMakefile: bump waf to 1.9.6
2016-12-11 Paul BrossierMakefile: quieten uninstall_python if already uninstalled
2016-12-11 Paul BrossierMakefile: really silent files
2016-12-10 Paul BrossierMakefile: add rules for documentation, simplify listing
2016-12-10 Paul BrossierMakefile: use pip to install, add a brief intro
2016-12-10 Paul BrossierMakefile: factorise pip options
2016-12-02 Paul Brossierpython/lib/moresetuptools.py: also check for HAVE_AUBIO...
2016-12-02 Paul BrossierMakefile: remove tar commands for now
2016-12-02 Paul BrossierMakefile: verbose, improve clean, build_ext only for...
2016-12-01 Paul BrossierMakefile: avoid offline operations
2016-12-01 Paul BrossierMakefile: check for waf before clean
2016-12-01 Paul BrossierMakefile: rewrite, improve test targets
2016-11-30 Paul BrossierMakefile, .travis.yml: merge test_python and test_pytho...
2016-11-30 Paul BrossierMakefile: improve test_python and test_pure_python
2016-11-28 Paul BrossierMakefile: add html and dist targets
2016-11-28 Paul BrossierMakefile: generate more test sounds
2016-11-28 Paul BrossierMakefile: verbose waf rules, add cleanwaf
2016-11-17 Paul BrossierMakefile: use bdist_wheel in test_pure_python
2016-10-03 Paul BrossierMakefile: pass build_ext in test_pure_python{,_wheel}
2016-10-03 Paul Brossiersetup.py: use custom build_ext instead of 'generate...
2016-08-17 Paul BrossierMakefile: also get libaubio.5.dylib
2016-07-22 Paul BrossierMakefile: use scripts/get_waf.sh
2016-07-22 Paul BrossierMerge branch 'aubiotrack_midi_output' of https://github...
2016-07-21 Paul BrossierMakefile: back to 1.8.22 for now
2016-07-20 Paul BrossierMakefile: update waf to 1.9.1
2016-07-20 Paul BrossierMakefile: use wget or curl
2016-06-22 Paul BrossierMerge branch 'master' into notes
2016-05-16 Paul BrossierMakefile: user install on osx
2016-05-16 Paul BrossierMakefile: added rules to build python-aubio without...
2016-05-13 Paul Brossiermove python/setup.py to setup.py, update 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-02-03 Paul BrossierMerge branch 'develop' into awhitening
2016-01-03 Paul BrossierMakefile: also remove python3 version
2015-10-25 Paul BrossierMerge branch 'develop' into awhitening
2015-10-22 Paul BrossierMakefile: update to waf 1.8.14
2015-09-06 Paul BrossierMerge branch 'develop' into awhitening
2015-09-05 Paul BrossierMerge branch 'develop' into notes
2015-09-02 Paul BrossierMakefile: fix for python3
2015-08-12 Paul BrossierMerge branch 'develop' into notes
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...