[source_sndfile] avoid declaration after statement
[aubio.git] / tests /
2018-12-21 Paul Brossier[tests] try reading after close in test-source.c
2018-12-21 Paul Brossier[tests] test del_aubio_sink on null
2018-12-21 Paul Brossier[tests] test del_aubio_source on null
2018-12-21 Paul Brossier[tests] test-mathutils-window input validation
2018-12-21 Paul Brossier[tests] add test-vecutils
2018-12-21 Paul Brossier[tests] improve test-fmat
2018-12-21 Paul Brossier[tests] improve test-lvec
2018-12-21 Paul Brossier[tests] improve test-cvec
2018-12-21 Paul Brossier[tests] improve test-fvec
2018-12-20 Paul Brossier[tests] test-source checks for undersized/oversized...
2018-12-19 Paul BrossierMerge branch 'master' into feature/pytest
2018-12-19 Paul Brossier[tests] remove test-delnull
2018-12-19 Paul Brossier[tests] improve test-filter coverage
2018-12-19 Paul Brossier[tests] improve test-tempo coverage
2018-12-19 Paul Brossier[tests] improve test-onset coverage
2018-12-19 Paul Brossier[tests] improve test-sink variable names
2018-12-19 Paul Brossier[tests] avoid test-sink crash on missing input file
2018-12-17 Paul Brossier[tests] improve test-sink
2018-12-17 Paul Brossier[tests] use srand/rand on windows, declare mkstemp...
2018-12-16 Paul Brossier[tests] remove test-sink_*-multi, now redundant
2018-12-16 Paul Brossier[tests] sync test-sink with base-sink
2018-12-16 Paul Brossier[tests] add more sink tests
2018-12-16 Paul Brossier[tests] use double quotes for \0
2018-12-16 Paul Brossier[tests] improve sink_custom tests
2018-12-16 Paul Brossier[tests] factorise sink tests
2018-12-16 Paul Brossier[tests] use double quote to test \0 as a string
2018-12-13 Paul Brossier[tests] remove test-source variants
2018-12-13 Paul Brossier[tests] sync test-source with base-source_custom
2018-12-13 Paul Brossier[tests] factorise source tests
2018-12-11 Paul BrossierMerge branch 'master' into feature/pytest
2018-12-11 Paul Brossier[tests] improve test-mfcc (closes #219)
2018-12-07 Paul BrossierMerge branch 'master' into feature/pydocstrings
2018-12-06 Paul BrossierMerge branch 'fix/awhitening'
2018-12-06 Paul Brossier[tests] fix leak in test-mathutils.c
2018-12-06 Paul Brossier[tests] prevent crash in test-awhitening, fix memory...
2018-12-01 Paul BrossierMerge branch 'master' into feature/pytest
2018-11-29 Paul BrossierMerge branch 'feature/c_tests'
2018-11-29 Paul Brossier[tests] onset creation may succeed with non-power of...
2018-11-29 Paul Brossier[tests] fix argument parsing in source
2018-11-29 Paul Brossier[tests] make sure unit tests run after sound file is...
2018-11-29 Paul Brossier[tests] fix argument parsing in onset and wavetable
2018-11-29 Paul Brossier[tests] use run_on_default_source_and_sink in sampler...
2018-11-29 Paul Brossier[tests] fail dct tests if reconstruction failed
2018-11-29 Paul Brossier[tests] add new_aubio_window tests
2018-11-29 Paul Brossier[tests] use run_on_default_source in tempo
2018-11-29 Paul Brossier[tests] use run_on_default_source_and_sink in awhitening
2018-11-29 Paul Brossier[tests] use run_on_default_source_and_sink in sink...
2018-11-29 Paul Brossier[tests] add run_on_default_source_and_sink helper
2018-11-29 Paul Brossier[tests] simplify awhitening parsing
2018-11-29 Paul Brossier[tests] also use run_on_default_source in onset
2018-11-29 Paul Brossier[tests] fix argument parsing in source tests
2018-11-29 Paul Brossier[tests] use run_on_default_source in all source tests
2018-11-29 Paul Brossier[tests] pure python create_sine_wave
2018-11-29 Paul Brossier[tests] [win] workaround to escape backslashes
2018-11-29 Paul Brossier[tests] [win] include io.h for _access()
2018-11-29 Paul Brossier[tests] [win] more windows workaround to pass strings...
2018-11-29 Paul Brossier[tests] fix test source creation rule
2018-11-29 Paul Brossier[tests] add run_on_default_source to test-source
2018-11-29 Paul Brossier[tests] add run_on_default_source helper
2018-11-29 Paul Brossier[tests] create test sound from waf, add -DAUBIO_TESTS_S...
2018-11-29 Paul Brossier[tests] add script to create sound file with python...
2018-11-29 Paul Brossier[tests] [win] use calloc to work around constant size...
2018-11-28 Paul Brossier[tests] srandom take unsigned int
2018-11-28 Paul Brossier[tests] fix unmatched parenthesis on windows
2018-11-28 Paul BrossierRevert "[tests] fix unmatched parenthesis on windows"
2018-11-28 Paul Brossier[tests] fix unmatched parenthesis on windows
2018-11-28 Paul Brossier[tests] increase entropy by adding address to current...
2018-11-28 Paul Brossier[tests] use constant for array size, include string.h
2018-11-28 Paul Brossier[tests] workaround for windows
2018-11-28 Paul Brossier[tests] include unistd for unlink, close (linux, darwin)
2018-11-28 Paul Brossier[tests] create a temporary sink, use in wavetable test
2018-11-28 Paul Brossier[tests] check new_aubio_pitch fails with wrong parameters
2018-11-28 Paul Brossier[tests] add notes tests
2018-11-28 Paul Brossier[tests] check hist with size null fails
2018-11-26 Paul BrossierMerge branch 'master' into feature/pytest
2018-11-26 Paul BrossierMerge branch 'feature/dctsimplify' into feature/mfcc_tests
2018-11-26 Paul Brossier[tests] add calls to new_aubio_mfcc with wrong input...
2018-11-26 Paul Brossier[tests] do not test dct with wrong sizes
2018-11-26 Paul Brossier[tests] increase pvoc coverage
2018-11-26 Paul Brossier[tests] increase tss coverage
2018-11-26 Paul Brossier[tests] increase awhitening coverage
2018-11-26 Paul BrossierMerge branch 'fix/onset_nullptr' (thanks to @niugx)
2018-11-26 Paul BrossierMerge branch 'fix/bufoverflow_tempo' (thanks to @niugx)
2018-11-26 Paul BrossierMerge branch 'fix/crash_filterbank' (thanks to @niugx)
2018-11-24 Paul Brossier[tests] run some tests in onset if no arguments passed
2018-11-24 Paul Brossier[tests] wrap long lines in test-tempo.c
2018-11-24 Paul Brossier[tests] run tempo until first analysis is done
2018-11-24 Paul Brossier[tests] run some tests in tempo if no arguments passed
2018-11-24 Paul Brossier[tests] check if tempo creation suceeded
2018-11-24 Paul Brossier[tests] check creating filterbank with wrong parameters...
2018-11-17 Paul BrossierMerge branch 'master' into feature/pytest
2018-11-17 Paul Brossier[tests] improve aubio_filter coverage
2018-11-17 Paul Brossier[test] improve coverage of filters
2018-11-17 Paul BrossierMerge branch 'master' into feature/pytest
2018-11-17 Paul Brossier[tests] [filterbank] add get/set power/norm calls
2018-09-17 Paul BrossierMerge branch 'jack-midi-buffer-fix' of https://github...
2018-09-15 Paul BrossierMerge branch 'feature/dct_multiopt'
2018-09-15 Paul BrossierMerge branch 'feature/dct_multiopt' into feature/fastmfcc
2018-08-22 Paul Brossiertests/src/spectral/test-dct.c: check reconstruction...
2018-08-07 Paul BrossierMerge branch 'master' into dct
next