README.md: show appveyor status of master branch
README.md: update documentation links
wscript: pass version to doxygen
doc/full.cfg: derive from doc/web.cfg
README.md: fix appveyor link
src/io/source_avcodec.c: hide EAGAIN warning, skip to next frame immediately
python/lib/aubio/cmd.py: remove unused variable
doc/conf.py: do not rebuild included documents
doc/xcode_frameworks.rst: remove duplicated label
doc/installing.rst: improve cheats
doc/android.rst: shorten title
doc/installing.rst: fix include
doc/: add cheat sheet, clean up
doc/develop.rst: fix punctuation
README.md: simplify, move detailed instructions to manual
doc/develop.rst: improve examples
doc/develop.rst: improve basics
doc/develop.rst: direct link to doxygen
README.md: move api description to doc/develop.rst
Merge branch 'gitshaversion'
python/lib/aubio/cmd.py: improve help output
python/lib/aubio/cmd.py: check we found a few beats
python/lib/aubio/cmd.py: improve descriptions
python/lib/aubio/cmd.py: small refactor, add comments
this_version.py: simplify git clean check
.gitignore: also ignore pip-delete-this-directory.txt
python/tests/test_sink.py: add missing samplerate
python/lib/moresetuptools.py: remove unused variables, factorize macros
python/tests/test_source.py: remove unused import
this_version.py: show status if tree is not clean
wscript: update for waf 1.9.6
this_version.py: fix release mode
doc/conf.py: use this_version here too
this_version.py: fix building out of git repo
this_version.py: simplify, add main to check
this_version.py: add +mods if git tree is not clean
.gitignore: also ignore tarballs generated with './setup.py sdist'
this_version.py: build a valid pep440 version string
this_version.py: use 0.4.5~git+<hash>
wscript: remove unused defines for now
MANIFEST.in: ship this_version.py
this_version.py: always return a string, not unicode
setup.py: clarify pip/aubio versions
this_version.py: remove global, not needed
setup.py: clean up imports
src/wscript_build: do not ship config.h
Merge branch 'master' into gitshaversion
wscript set overloaded VERSION casted to string
wscript : remove overload of bld.env.VERSION
this_version.py : * fix : get_aubio_version : remove ‘.’ before ~git * fix typo : check ~alpha in version status
fix pep8 errors
python/lib/aubio/cmd.py: improve tempo subcommand description
python/lib/aubio/cut.py: remove unused imports
python/lib/aubio/cmd.py: add tempo subcommand to extract overall bpm
python/lib/aubio/cmd.py: add a flush function
python/lib/aubio/cmd.py: simplify repr_res
python/lib/aubio/cmd.py: fix timefuncs
setup.py: move cut and cmd inside aubio module, use entry_points to generate scripts
python/scripts/aubiocut: move usage string inside parse_args()
doc/aubio.txt: add simple manpage for aubio command line
python/scripts/aubio: simple script to replace examples/ in the python world
src/io/source_avcodec.c: use avcodec_free_context for newer ffmpeg
src/io/source_avcodec.c: always mark eof on error
python/lib/moresetuptools.py: check for libswresample, prefer to libavresample
scripts/build_mingw: add short report, make sure targets do not exist
scripts/build_mingw: also build against ffmpeg
src/utils/windll.c: add unused attributes
src/wscript_build: also link against libswresample if needed
src/io/source_avcodec.c: add libswresample
wscript: check for libswresample first, then libavresample
python/lib/moresetuptools.py: remove jack, only used in examples
scripts/get_waf.sh: really bump to 1.9.6, remove unused variable in Makefile
circle.yml: add basic config
fix non conform Indentations
moresetuptools.py : rename import Version => this_version
change version.py => this_version.py
cleaner api for Version.py
comment on format of python version
github badges : fix alt tooltips
unify version parsing in Version.py
hide AUBIO_GIT_SHA in release
wscript : fix print with old py2 syntax
fix print with old py2 syntax
src/onset/peakpicker.c: temporarly fix peak-picking regression introduced in c9e20ca
add windows to readme supported platforms
comment changes to build_apple_frameworks
add permanent dir execution for scripts/build_apple_frameworks
remove doc/_build from git