aubio.git
2016-04-24 Paul Brossierpython/ext: simplify memory allocations, removed unneed...
2016-04-24 Paul Brossierexamples/aubiotrack.c: enable -O and -t options
2016-04-23 Paul Brossierexamples/wscript_build: no -lm for msvc
2016-04-23 Paul Brossierexamples/parse_args.h: set optind = 1 if no getopt.h
2016-04-23 Paul Brossierexamples/utils.h: hack a solution for access() on windows
2016-04-23 Paul Brossierwscript: make unistd.h optional
2016-04-23 Paul Brossierwscript: make getopt.h optional
2016-04-23 Paul Brossierexamples/utils.h: remove stdarg.h, getopt.h moved to...
2016-04-23 Paul Brossierexamples/parse_args.h: check in config.h if getopt...
2016-04-23 Paul Brossiersrc/aubio_priv.h: use #ifdef HAVE_, not #if HAVE_
2016-04-23 Paul Brossierwscript: first check for headers, add getopt.h and...
2016-04-23 Paul Brossiertests/wscript_build: no -g for msvc
2016-04-23 Paul Brossierwscript: make msvc compiler quieter
2016-04-23 Paul Brossiersrc/wscript_build: fix typo
2016-04-23 Paul Brossiertests/utils_tests.h: make sure M_PI and RAND_MAX are...
2016-04-23 Paul Brossiersrc/wscript_build: enable static lib on windows
2016-04-23 Paul Brossiertests/utils_tests.h: add VA_ARGS versions of variadic...
2016-04-23 Paul Brossiersrc/utils/windll.c: include config to check for HAVE_WI...
2016-04-23 Paul Brossiersrc/utils/windll.c: add dll main entry point
2016-04-22 Paul Brossiersrc/: use #ifdef HAVE_FOO, not #if HAVE_FOO
2016-04-22 Paul Brossiersrc/wscript_build: no -lm on windows here too
2016-04-22 Paul Brossiersrc/wscript_build: only no -lm if compiler is CL.exe
2016-04-22 Paul Brossiertests/wscript_build, src/wscript_build: no -lm on win32/64
2016-04-22 Paul Brossiersrc/aubio_priv.h: define PATH_MAX if needed
2016-04-22 Paul Brossiersrc/aubio_priv.h: check if HAVE_ATLAS_CBLAS_H is define...
2016-04-22 Paul Brossiersrc/: change c header identifiers (see #35)
2016-04-22 Paul Brossiersrc/io/: also copy null ending char
2016-04-22 Paul Brossier.travis.yml: add irc notifications
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 Brossier.travis.yml: test_python / test_python_osx on linux...
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 Brossier.travis.yml: no more python 2.6 (>= 2.7 needed for...
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 Brossierwscript: more dist excludes
2016-04-22 Paul Brossierwscript: added -mmacosx-version-min=10.4 on darwin
2016-04-22 Paul BrossierMakefile: add test_python target, added to .travis.yml
2016-04-22 Paul Brossiertests/src/tempo/test-tempo.c: tempo back to only one...
2016-04-21 Paul Brossierpython/lib/gen_code.py: tempo should have only one...
2016-04-21 Paul Brossiersrc/tempo/tempo.c: do not write novelty function in...
2016-04-21 Paul Brossier.travis.yml: re-add distcheck, python needs a built...
2016-04-21 Paul Brossierpython/scripts/aubiocut: fix usage string output
2016-04-21 Paul BrossierMakefile: distcheck only needs checkwaf, split configure
2016-04-21 Paul Brossier.travis.yml: remove python packages (using language...
2016-04-21 Paul Brossier.travis.yml: full osx details
2016-04-21 Paul Brossier.travis.yml: fix architectures, simplify osx
2016-04-21 Paul Brossier.travis.yml: fix architectures, add gcc on osx
2016-04-21 Paul Brossier.travis.yml: use matrix include
2016-04-21 Paul Brossierlib/gen_code.py: comment out print
2016-04-21 Paul Brossier.travis.yml: switch to python
2016-04-21 Paul Brossier.travis.yml: add python 2.7 and 3.4
2016-04-21 Paul Brossier.travis.yml: remove build/clean python3 for now
2016-04-21 Paul Brossier.travis.yml: added osx along linux
2016-04-21 Paul Brossiersrc/synth/sampler.c: fix typo
2016-04-21 Paul Brossierpython/lib/gen_code.py: use new proxy functions
2016-04-21 Paul Brossierext/: use new proxy functions
2016-04-21 Paul Brossierext/aubio-types.h: rewrite array to fvec conversions...
2016-04-21 Paul Brossierext/py-cvec.c: indent
2016-04-21 Paul Brossierext/aubio-types.h: remove old channels from cvec
2016-04-21 Paul Brossiersrc/onset/: add const qualifiers
2016-04-21 Paul Brossiersrc/spectral/: add const qualifiers
2016-04-21 Paul Brossiersrc/pitch/: add const qualifiers, filter_do_outplace...
2016-04-21 Paul Brossiersrc/synth/sampler.c: keeps a copy of uri
2016-04-21 Paul Brossiersrc/temporal/: add const qualifiers
2016-04-21 Paul Brossiersrc/tempo/: add const qualifiers
2016-04-21 Paul Brossiersrc/utils/: add const qualifiers
2016-04-21 Paul Brossiersrc/musicutils.h: more const qualifiers
2016-04-21 Paul Brossiersrc/mathutils.*: more const qualifiers
2016-04-21 Paul Brossiersrc/io/source_{avcodec,sndfile}.c: avoid modifying...
2016-04-21 Paul Brossiersrc/io/*.c: take a copy of const char* path
2016-04-21 Paul Brossiersrc/io/*.{c,h}: added const qualifiers to unmodified...
2016-04-21 Paul Brossiersrc/{fvec,cvec,fmat,lvec}.{c,h}: added const qualifiers...
2016-04-20 Paul BrossierREADME.md: improve linking instructions
2016-04-20 Paul Brossierpython/README: remove note about libaubio install
2016-04-20 Paul BrossierREADME.md: add notes about installing libaubio
2016-04-19 Paul Brossierpython/README: fix typo
2016-04-19 Paul Brossierpython/ext/py-source.c: fix memory leak (see #18)
2016-04-19 Paul Brossierext/: no more hell, use plain c
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 Brossier.travis.yml: test python3
2016-04-18 Paul BrossierMakefile: added build/clean_python3
2016-04-18 Paul Brossiersetup.py: switch to new code generator
2016-04-18 Paul Brossierlib/gen_external.py: rewrote wrapper
2016-04-18 Paul Brossierpython/tests/test_source.py: simplify print
2016-04-18 Paul Brossierpython/tests/test_sink.py: remove useless many_sinks_no...
2016-04-18 Paul Brossiertests/test_note2midi.py: use unicode_literals, preparin...
2016-04-18 Paul Brossierlib/aubio/midiconv.py: prepare for python3
2016-04-18 Paul Brossiertests/: continue python3 preparation
2016-04-18 Paul Brossiertests/test_note2midi.py: more tests
2016-04-18 Paul Brossierpython/tests/: prepare for python3 (see #33)
2016-04-18 Paul Brossierpython/scripts/aubiocut: prepare for python3 (see #33)
2016-04-18 Paul Brossierpython/lib/generator.py: prepare for python3
2016-04-18 Paul Brossierpython/lib/gen_pyobject.py: prepare for python3 (see...
2016-04-18 Paul Brossierpython/lib/aubio/midiconv.py: make sure midi2note uses...
next