# # ChangeLog for tests/utils_tests.h # # Generated by Trac 1.2 # Mar 28, 2024, 6:50:16 PM Thu, 29 Nov 2018 14:04:58 GMT Paul Brossier [586383d] * tests/utils_tests.h (modified) * tests/wscript_build (modified) [tests] [win] more windows workaround to pass strings via -D Thu, 29 Nov 2018 13:28:09 GMT Paul Brossier [c6bb567a] * tests/utils_tests.h (modified) [tests] add run_on_default_source helper Thu, 29 Nov 2018 00:07:15 GMT Paul Brossier [d94afb3] * tests/utils_tests.h (modified) [tests] [win] use calloc to work around constant size issue Wed, 28 Nov 2018 23:46:31 GMT Paul Brossier [e7edf92] * tests/utils_tests.h (modified) [tests] srandom take unsigned int Wed, 28 Nov 2018 23:42:41 GMT Paul Brossier [6a91a9d] * tests/utils_tests.h (modified) [tests] fix unmatched parenthesis on windows Wed, 28 Nov 2018 23:41:45 GMT Paul Brossier [a334368] * tests/utils_tests.h (modified) Revert "[tests] fix unmatched parenthesis on windows" This reverts ... Wed, 28 Nov 2018 23:34:39 GMT Paul Brossier [bab4611] * tests/utils_tests.h (modified) [tests] fix unmatched parenthesis on windows Wed, 28 Nov 2018 23:28:11 GMT Paul Brossier [cb288f2] * tests/utils_tests.h (modified) [tests] increase entropy by adding address to current second Wed, 28 Nov 2018 23:24:40 GMT Paul Brossier [d22b568] * tests/utils_tests.h (modified) [tests] use constant for array size, include string.h Wed, 28 Nov 2018 23:07:58 GMT Paul Brossier [aa15080] * tests/utils_tests.h (modified) [tests] workaround for windows Wed, 28 Nov 2018 22:04:00 GMT Paul Brossier [a6065b9] * tests/utils_tests.h (modified) [tests] include unistd for unlink, close (linux, darwin) Wed, 28 Nov 2018 21:41:10 GMT Paul Brossier [abe67e1] * tests/src/synth/test-wavetable.c (modified) * tests/utils_tests.h (modified) [tests] create a temporary sink, use in wavetable test When called ... Fri, 13 May 2016 12:26:59 GMT Paul Brossier [da632d3] * tests/utils_tests.h (modified) tests/utils_tests.h: also use custom srandom/random when compiling ... Sat, 23 Apr 2016 16:35:52 GMT Paul Brossier [8b42c7d] * tests/utils_tests.h (modified) tests/utils_tests.h: make sure M_PI and RAND_MAX are defined Sat, 23 Apr 2016 16:27:44 GMT Paul Brossier [dc08c4f] * tests/utils_tests.h (modified) tests/utils_tests.h: add VA_ARGS versions of variadic macros Mon, 30 Dec 2013 21:09:32 GMT Paul Brossier [158e031] * tests/src/onset/test-peakpicker.c (modified) * tests/src/pitch/test-pitch.c (modified) * tests/src/pitch/test-pitchfcomb.c (modified) * tests/src/pitch/test-pitchmcomb.c (modified) * tests/src/pitch/test-pitchschmitt.c (modified) * tests/src/pitch/test-pitchspecacf.c (modified) * tests/src/pitch/test-pitchyin.c (modified) * tests/src/pitch/test-pitchyinfft.c (modified) * tests/src/spectral/test-fft.c (modified) * tests/src/spectral/test-filterbank.c (modified) * tests/src/spectral/test-filterbank_mel.c (modified) * tests/src/spectral/test-mfcc.c (modified) * tests/src/spectral/test-phasevoc.c (modified) * tests/src/spectral/test-specdesc.c (modified) * tests/src/spectral/test-tss.c (modified) * tests/src/tempo/test-beattracking.c (modified) * tests/src/temporal/test-a_weighting.c (modified) * tests/src/temporal/test-biquad.c (modified) * tests/src/temporal/test-c_weighting.c (modified) * tests/src/temporal/test-filter.c (modified) * tests/src/temporal/test-resampler.c (modified) * tests/src/test-cvec.c (modified) * tests/src/test-delnull.c (modified) * tests/src/test-fmat.c (modified) * tests/src/test-fvec.c (modified) * tests/src/test-lvec.c (modified) * tests/src/test-mathutils-window.c (modified) * tests/src/test-mathutils.c (modified) * tests/src/utils/test-hist.c (modified) * tests/src/utils/test-parameter.c (modified) * tests/src/utils/test-scale.c (modified) * tests/utils_tests.h (modified) tests/: add void to prototypes to build with -Wstrict-prototypes Tue, 10 Dec 2013 13:39:47 GMT Paul Brossier [06dba46] * src/wscript_build (modified) * tests/utils_tests.h (modified) * wscript (modified) wscript: small tweaks to with mingw32 Signed-off-by: Paul Brossier ... Sun, 03 Mar 2013 19:10:45 GMT Paul Brossier [474a573] * tests/utils_tests.h (modified) tests/utils_tests.h: add utils_init_random Sun, 03 Mar 2013 18:30:40 GMT Paul Brossier [248da64] * tests/src/io/test-sink.c (modified) * tests/src/io/test-sink_apple_audio_file.c (modified) * tests/src/io/test-sink_sndfile.c (modified) * tests/src/io/test-source.c (modified) * tests/src/io/test-source_apple_audio_file.c (modified) * tests/src/io/test-source_sndfile.c (modified) * tests/utils_tests.h (added) tests/src/io: improve examples