python/ext/aubio-types.h: define PATH_MAX if needed
[aubio.git] / setup.py
2017-02-25 Paul Brossiersetup.py: add numpy to setup_requires, nose2 to extras_...
2017-02-13 Paul Brossiersetup.py: update to https
2017-01-21 Paul Brossierpython/lib/moresetuptools.py: add get_aubio_version...
2017-01-08 Paul Brossiersetup.py: remove extra quotes
2016-12-17 Paul Brossiersetup.py: define AUBIO_VERSION
2016-11-30 Paul Brossiersetup.py: remove status from version string
2016-11-28 Paul Brossiersetup.py, python/lib/: use sorted glob.glob to improve...
2016-10-03 Paul Brossiersetup.py: use custom build_ext instead of 'generate...
2016-08-25 Paul Brossiersetup.py: use 0.4.3a2
2016-08-25 Paul Brossiersetup.py: update description
2016-06-22 Paul BrossierMerge branch 'master' into notes
2016-05-15 Paul Brossiersetup.py: clean up, remove ~
2016-05-15 Paul Brossiersetup.py: only generate source files in build_ext
2016-05-15 Paul Brossiersetup.py: do not fail if numpy is not installed yet
2016-05-14 Paul Brossiersetup.py: clean-up, add option to build libaubio inside...
2016-05-13 Paul Brossiermove python/setup.py to setup.py, update Makefile,...