# # ChangeLog for tests/src/test-window.c # # Generated by Trac 1.2 # Apr 19, 2024, 8:56:12 AM Sat, 17 Oct 2009 12:38:47 GMT Paul Brossier [407bba9] * src/mathutils.c (modified) * src/mathutils.h (modified) * src/pitch/pitchfcomb.c (modified) * src/pitch/pitchyinfft.c (modified) * src/spectral/phasevoc.c (modified) * tests/src/test-hist.c (modified) * tests/src/test-window.c (modified) src/mathutils.c: use a string for window type, making enum private Fri, 16 Oct 2009 19:28:59 GMT Paul Brossier [0d434df5] * tests/src/test-hist.c (modified) * tests/src/test-window.c (modified) tests/src/test-{hist,window}.c: remove unused argc argv Fri, 25 Sep 2009 02:23:21 GMT Paul Brossier [ff9d00c] * tests/src/test-window.c (modified) tests/src/test-window.c: update to new_aubio_window Tue, 13 May 2008 06:44:07 GMT Paul Brossier [98cc475] * tests/src/test-hist.c (modified) * tests/src/test-window.c (modified) tests/src/test-{hist,window}.c: use uint_t, not uint (thanks to ... Tue, 30 Oct 2007 02:00:22 GMT Paul Brossier [de2a8af] * .bzrignore (added) * configure.ac (modified) * examples/Makefile.am (modified) * python/test/list_missing_tests (deleted) * tests/list_missing_python_tests (added) * tests/python/aubiomodule.py (moved) * tests/python/bench/onset/Makefile.am (moved) * tests/python/bench/onset/bench-delay (moved) * tests/python/bench/onset/bench-onset (moved) * tests/python/bench/onset/bench-window (moved) * tests/python/bench/pitch/Makefile.am (moved) * tests/python/bench/pitch/bench-pitch-isolated (moved) * tests/python/bench/pitch/bench-pitch-plot-isolated (moved) * tests/python/bench/tempo/demo-tempo (moved) * tests/python/bench/tempo/demo-tempo-acf (moved) * tests/python/cvec.py (moved) * tests/python/fvec.py (moved) * tests/python/run_all_tests (moved) * tests/src/Makefile.am (moved) * tests/src/test-beattracking.c (moved) * tests/src/test-biquad.c (moved) * tests/src/test-fft.c (moved) * tests/src/test-filter.c (moved) * tests/src/test-hist.c (moved) * tests/src/test-mfft.c (moved) * tests/src/test-onset.c (moved) * tests/src/test-onsetdetection.c (moved) * tests/src/test-peakpick.c (moved) * tests/src/test-phasevoc-jack.c (moved) * tests/src/test-phasevoc.c (moved) * tests/src/test-pitchdetection.c (moved) * tests/src/test-pitchfcomb.c (moved) * tests/src/test-pitchmcomb.c (moved) * tests/src/test-pitchschmitt.c (moved) * tests/src/test-pitchyin.c (moved) * tests/src/test-pitchyinfft.c (moved) * tests/src/test-resample.c (moved) * tests/src/test-sample.c (moved) * tests/src/test-scale.c (moved) * tests/src/test-tempo.c (moved) * tests/src/test-tss.c (moved) * tests/src/test-window.c (moved) move python/tests to tests/python, examples/tests to tests/src, add ...