aubio.git
2016-05-16 Paul Brossier.landscape.yml: also parse tests
2016-05-16 Paul Brossierpython/demos/demo_specdesc.py: remove unused import
2016-05-16 Paul Brossierpython/: fix comparison to False
2016-05-16 Paul Brossierpython/: fix comparisons to None
2016-05-16 Paul Brossierpython/demos: python3 and double precision compatibility
2016-05-15 Paul Brossiersetup.py: clean up, remove ~
2016-05-15 Paul Brossierpython/demos/__init__.py: added empty file
2016-05-15 Paul Brossier.landscape.yml: added basic configuration
2016-05-15 Paul Brossierpython/demos/demo_create_test_sounds.py: python 3 compat
2016-05-15 Paul Brossierpython/demos/demo_create_test_sounds.py: add script...
2016-05-15 Paul Brossierwscript: add /MD and /D_CRT_SECURE_NO_WARNINGS on windows
2016-05-15 Paul Brossiersrc/aubio_priv.h: use _isnan on windows msvc 9 to avoid...
2016-05-15 Paul Brossierpython/lib/moresetuptools.py: define HAVE_WIN_HACKS...
2016-05-15 Paul Brossierpython/lib/moresetuptools.py: always define HAVE_C99_VA...
2016-05-15 Paul Brossierpython/lib/moresetuptools.py: also catch WindowsError...
2016-05-15 Paul Brossiersetup.py: only generate source files in build_ext
2016-05-15 Paul Brossierpython/tests/test_source.py: fix when python/tests...
2016-05-15 Paul Brossierpython/tests/test_source.py: skip tests if no sounds...
2016-05-15 Paul Brossiernose2.cfg: set multiprocess always-on=false (fixes...
2016-05-15 Paul Brossierwscript: exclude more files from dist
2016-05-15 Paul Brossier.gitignore: ignore .egg-info
2016-05-15 Paul Brossierpython/lib/gen_external.py: use os.path.join
2016-05-15 Paul Brossiersetup.py: do not fail if numpy is not installed yet
2016-05-15 Paul Brossierpython/lib/moresetuptools.py: use -framework Accelerate...
2016-05-14 Paul BrossierMANIFEST.in: move from python/, update contents
2016-05-14 Paul Brossiersetup.py: clean-up, add option to build libaubio inside...
2016-05-14 Paul Brossierpython/tests/test_specdesc.py: skip wrong name test
2016-05-14 Paul Brossierpython/tests/test_mfcc.py: add more tests
2016-05-14 Paul Brossierpython/tests/test_specdesc.py: check for wrong values
2016-05-14 Paul Brossierpython/tests/test_fft.py: avoid VisibleDeprecationWarning
2016-05-14 Paul Brossierpython/ext/py-source.c: check seek is not negative
2016-05-14 Paul Brossierpython/tests/test_filterbank.py: raise a ValueError
2016-05-14 Paul Brossierpython/tests/test_source.py: simplify, quieten
2016-05-14 Paul Brossierpython/tests/test_filterbank.py: check for wrong values
2016-05-14 Paul Brossier.gitignore: add python/tests/sounds
2016-05-13 Paul Brossierpython/__init__.py: add empty file
2016-05-13 Paul Brossiermove python/setup.py to setup.py, update Makefile,...
2016-05-13 Paul Brossierpython/tests/test_cvec.py: add more tests
2016-05-13 Paul Brossierpython/lib/gen_code.py: remove unused variable
2016-05-13 Paul Brossierpython/tests/test_musicutils.py: simplify, check TypeEr...
2016-05-13 Paul Brossierpython/ext/py-musicutils.c: do not overwrite PyArg_Pars...
2016-05-13 Paul Brossierpython/ext/py-filterbank.c: fix error message formattin...
2016-05-13 Paul Brossierpython/demos/demo_reading_speed.py: avoid unused variable
2016-05-13 Paul Brossiertests/utils_tests.h: also use custom srandom/random...
2016-05-13 Paul Brossiersrc/aubio_priv.h: if compiling with -std=c99, use defin...
2016-05-13 Paul Brossierpython/{ext/*.c,lib/gen_code.py}: complete PyTypeObject...
2016-05-13 Paul Brossierpython/ext/aubiomodule.c: fix PyMethodDef sentinel
2016-05-12 Paul Brossiersrc/spectral/mfcc.c: clean-up trailing ;
2016-05-12 Paul Brossiertests/src/temporal: avoid crash, clarify
2016-05-12 Paul Brossierpython/setup.py: no need to include ../build/src
2016-05-11 Paul Brossierpython/lib/gen_code.py: fix error string
2016-05-11 Paul Brossierext/: build with -Wdeclaration-after-statement -Werror
2016-05-11 Paul Brossierext/aubioproxy.c: fix windows c89 compilation
2016-05-11 Paul Brossierpython/ext/{aubioproxy,py-cvec}.c: use npy_intp, not...
2016-05-11 Paul Brossiersrc/aubio_priv.h: use if HAVE_AUBIO_DOUBLE, defined...
2016-05-11 Paul Brossierpython/ext/py-source.c: fix free
2016-05-11 Paul Brossierpython/ext/py-source.c: fix error string, only delete...
2016-05-11 Paul Brossierpython/tests/test_fvec.py: cope with accumulated errors
2016-05-11 Paul Brossierpython/tests/test_fvec.py: clean up and simplify
2016-05-11 Paul Brossierpython/lib/aubio/__init__.py: make sure length is not...
2016-05-11 Paul Brossierpython/tests/test_fvec.py: avoid import
2016-05-11 Paul Brossierpython/ext/py-cvec.c: remove unused function
2016-05-11 Paul Brossierpython/ext/aubioproxy.c: factorize input checks into...
2016-05-11 Paul Brossierpython/tests/test_filter.py: fix indent
2016-05-11 Paul Brossierpython/tests/test_filter.py: add tests
2016-05-10 Paul Brossierpython/demos/demo_reading_speed.py: avoid unused variab...
2016-05-10 Paul Brossiersrc/spectral/phasevoc.c: abort if fft creation failed
2016-05-10 Paul Brossierpython/ext/py-phasevoc.c: make sure to avoid double...
2016-05-10 Paul Brossierpython/ext/py-phasevoc.c: improve error message
2016-05-10 Paul Brossierpython/tests/test_phasevoc.py: fix duplicate test name
2016-05-10 Paul Brossierpython/lib/aubio/slicing.py: fix samplerate
2016-05-10 Paul Brossierpython/demos/demo_onset_plot.py: remove unused import
2016-05-10 Paul Brossierpython/lib/gen_code.py: remove unused variable
2016-05-10 Paul Brossierpython/lib/aubio/slicing.py: fix samplerate
2016-05-10 Paul Brossierpython/lib/aubio/slicing.py: clean up
2016-05-10 Paul Brossierpython/demos/demo_pitch_sinusoid.py: clean up, indent
2016-05-10 Paul Brossierpython/demos/demo_simple_robot_voice.py: indent
2016-05-10 Paul Brossierpython/demos/demo_reading_speed.py: disable other packa...
2016-05-10 Paul Brossierpython/demos: remove unused import and variables
2016-05-10 Paul Brossierpython/lib/aubio/__init__.py: clean up, use isinstance
2016-05-10 Paul Brossierpython/lib/aubio/midiconv.py: fix instance checks
2016-05-10 Paul Brossierpython/tests/test_mathutils: fix test_miditobin test
2016-05-10 Paul Brossierpython/lib/aubio/midiconv.py: clean up, add some docume...
2016-05-10 Paul Brossierpython/lib/moresetuptools.py: simplify imports
2016-05-10 Paul Brossierpython/demos/demo_spectrogram.py: remove unused import
2016-05-10 Paul Brossierpython/demos/demo_spectrogram.py: fix title
2016-05-10 Paul Brossierpython/lib/gen_code.py: fix format string
2016-05-10 Paul Brossierpython/setup.py: remove unused import
2016-05-10 Paul Brossierpython/demos/demo_pitch.py: clean up imports
2016-05-10 Paul Brossierpython/demos/demo_bpm_extract.py: add exception type...
2016-05-10 Paul Brossierpython/demos/demo_spectrogram.py: fix indent
2016-05-10 Paul Brossierpython/demos/demo_tss.py: fix indent
2016-05-10 Paul Brossierpython/demos/demo_spectrogram.py: fix indent
2016-05-10 Paul Brossierpython/demos/demo_filter.py: clean-up
2016-05-10 Paul Brossierpython/demos/demo_filter.py: moved from _a_weighting...
2016-05-09 Paul Brossierscripts/build_mingw: add script to cross-compile using...
2016-05-09 Paul Brossiersrc/utils/windll.c: fix mingw cross-compilation
2016-05-04 Paul Brossierpython/lib/gen_code.py: make sure aubio object has...
2016-05-04 Paul Brossierappveyor.yml: simplify matrix
2016-05-04 Paul Brossierappveyor.yml: remove scripts, use pre-installed python
next