# HG changeset patch # User Chris Cannam # Date 1441287931 -3600 # Node ID 6732dd5e713933399ad2ea1a15c3b16730d8b3cb # Parent 843e31e6df21d1247426ce5430dd148a08fe1abd CHANGELOG diff -r 843e31e6df21 -r 6732dd5e7139 CHANGELOG --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/CHANGELOG Thu Sep 03 14:45:31 2015 +0100 @@ -0,0 +1,27 @@ + +Changes in Vamp Plugin Tester v1.1 since the previous release v1.0: + +Features + + * Add mechanism for listing the available tests and running only a + single test at a time + + * Add test for reset() changing effective parameter values + + * Add test for existence of .cat file + + * Add test for boilerplate description text still in place for VamPy + plugins + + * Make output more informative for some tests, and make some tests faster + +Bug fixes + + * Fix erroneous verbose timestamp output for some tests + + * Don't complain when two consecutive runs with different starting + times produce the same results, if neither set of results has any + timestamps anyway + + * Link against pthread library on Linux, to support plugins with + threading diff -r 843e31e6df21 -r 6732dd5e7139 vamp-plugin-tester.cpp --- a/vamp-plugin-tester.cpp Thu Sep 03 14:38:26 2015 +0100 +++ b/vamp-plugin-tester.cpp Thu Sep 03 14:45:31 2015 +0100 @@ -4,7 +4,7 @@ Vamp Plugin Tester Chris Cannam, cannam@all-day-breakfast.com Centre for Digital Music, Queen Mary, University of London. - Copyright 2009-2014 QMUL. + Copyright 2009-2015 QMUL. This program loads a Vamp plugin and tests its susceptibility to a number of common pitfalls, including handling of extremes of input @@ -57,7 +57,7 @@ cerr << "\n" << name << ": A Vamp plugin host that tests plugins for common errors.\n" "Chris Cannam, Centre for Digital Music, Queen Mary, University of London.\n" - "Copyright 2009-2014 QMUL.\n" + "Copyright 2009-2015 QMUL.\n" "Freely redistributable; published under a BSD-style license.\n\n" "Usage:\n" " " << name << " [-nv] [-t ] :\n"