# # ChangeLog for .bzrignore # # Generated by Trac 1.2 # May 16, 2024, 9:41:19 AM Wed, 23 Sep 2009 17:58:37 GMT Paul Brossier [26ac356] * .bzrignore (modified) .bzrignore: ignore waf stuff Wed, 23 Sep 2009 17:51:16 GMT Paul Brossier [f50cd286] * .bzrignore (modified) .bzrignore: allow _ in test filenames Wed, 06 Feb 2008 15:28:31 GMT Paul Brossier [90a59c3] * .bzrignore (modified) * configure.ac (modified) * java/Makefile.am (added) * java/aubio/Makefile.am (added) * java/aubio/main.java (added) java/: added first draft for a java interface to aubio, includes ... Tue, 04 Dec 2007 17:21:35 GMT Paul Brossier [79e72cf] * .bzrignore (modified) add tests/cpp/test-[a-z-]*$ binaries to .bzrignore Tue, 13 Nov 2007 07:07:09 GMT Paul Brossier [4ce62cd] * .bzrignore (modified) .bzrignore: add gcov generated files Thu, 08 Nov 2007 12:03:21 GMT Paul Brossier [5316012] * .bzrignore (modified) .bzrignore: add mkinstalldirs Tue, 30 Oct 2007 21:13:09 GMT Paul Brossier [677facd] * .bzrignore (modified) improve .bzrignore, add comments 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 ...