Collect plugin runtime profile statistics.
[ardour.git] / libs / ardour / test /
2018-03-02 Robin GareusRemove interpolation unit-test (fails to compile)
2017-09-24 Paul Davisconvert codebase to use Temporal for various time types
2017-09-19 Robin GareusMore s/frame/sample/ - fixes unit-test compilation
2017-09-18 Paul Davisglobally change all use of "frame" to refer to audio...
2017-08-16 Robin GareusFix unit-test data (XML attributes changed)
2017-07-21 nick_mRemove redundant beat arg from TempoMap::add_meter
2017-06-08 nick_mRemove debugging from TempoTest::qnDistanceTestRamp ()
2017-05-23 Tim MayberryRemove old jack_utils.h header that was moved to the...
2017-02-27 nick_mcomplete changes to tempo type.
2016-12-18 nick_madd frame parameter for Meter ctor and TempoMap::replac...
2016-12-04 Robin GareusSkip testing example lua scripts which are not bundled
2016-11-14 Robin GareusPass const references to plugin-list
2016-11-10 nick_mremove unused variable and debugging.
2016-11-10 nick_muse note_type explicitly when constructing a Tempo...
2016-11-10 nick_mTempoSection::tempo_at methods return a Tempo, document...
2016-11-10 nick_mrename Tempo _beats_per_minute to _note_types_per_minut...
2016-11-10 nick_mfix lock error in empoMap::quarter_note_at_bbt_rt(...
2016-11-10 nick_mremove unused TempoMap::tempo_at_beat(). implement...
2016-11-10 nick_mremove remaining frame api from TempoSection.
2016-11-10 nick_mremove public pulse methods from TempoMap.
2016-11-10 nick_mRefactor tempo api, include quarter-note distance in...
2016-10-24 nick_mexpand on existing tempo tests.
2016-10-13 nick_mImprove check in tempoAtPulseTest
2016-10-13 nick_mFix ramp test, add tempoAtPulseTest.
2016-10-10 Robin Gareusskip Push2 unit-test for now:
2016-10-10 Robin GareusUnit-tests to check Lua session+DSP scripts
2016-10-01 nick_mRemove unused methods, add tests to ensure meter diviso...
2016-09-19 Tim MayberryAdd test to create new Sessions with localized names...
2016-09-19 Tim MayberryCopy UTF-8 test strings from libpbd tests into libardou...
2016-08-09 nick_mBBTTest::addTest() should add a meter rather than repla...
2016-08-09 nick_mMake tempo tests use the api more correctly.
2016-06-24 nick_mFix counting thinko in tests.
2016-06-22 Robin Gareusanother C++98 fix
2016-06-08 Colin FletcherFix a couple of build errors in the test suite.
2016-05-27 nick_mTempo ramps - more code consolidation wrt add meter...
2016-05-27 nick_mTempo ramps - fix ambiguous api, fix flickering tempo...
2016-05-27 nick_mTempo ramps - api change, remove some code.
2016-05-27 nick_mTempo ramps - make ramp test more challenging.
2016-05-27 nick_mTempo ramps - tempo related tests pass, add ramp test.
2016-05-27 nick_mTempo ramps - check for impossible locations tempo...
2016-05-27 nick_mTempo ramps - fix crazy compilable namespace thinko
2016-05-27 nick_mTempo ramps - remove the concept of bars from tempo...
2016-05-27 nick_mTempo ramps - define_one_bar() delivers constant tempo.
2016-05-27 nick_mTempo ramps - get tests to comile again.
2015-12-01 Tim MayberryFix broken load-session utility and change it to load...
2015-11-04 Paul DavisMerge branch 'chaot4-fix_duplicate_fencepost_error'
2015-11-04 André NusserMake duplicate start at position, not position + 1...
2015-10-06 Robin Gareusadd missing include
2015-10-06 Robin GareusCPPUNIT workaround for mingw/wine/windows
2015-10-05 Robin Gareusremove unused fstream includes
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2015-10-03 Robin Gareusadditional check for DSP falloff.
2015-10-03 Robin Gareusless verbose unit-tests
2015-09-16 Tim MayberryAdd test for DSPLoadCalculator to libardour tests
2015-09-13 Robin Gareusallow to run unit-test under wine from srcdir.
2015-09-04 Robin Gareusunit-test: set instance name to pre-configure dummy...
2015-08-18 Tim MayberryAdd utility function to get windows packaging directory...
2015-08-05 Robin Gareusupdate unit-tests (new Dummy backend name since a9b6277)
2015-08-04 Robin Gareusself-test add missing newline
2015-08-03 Robin Gareusfix byte-order detection for gcc < v4.4.
2015-08-03 Robin Gareussha1: cleanup & separate unit test
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-02-15 Tim MayberryAdd TestUI class to properly handle EventLoop invalidation
2015-02-15 Tim MayberryMove TestReceiver class in libardour tests into own...
2015-02-15 Tim MayberryAdd a few test util functions and refactor existing...
2015-01-07 David RobillardMusicalTime => Beats.
2014-12-09 Robin Gareusremove superfluous PBD/ARDOUR:: init calls
2014-12-05 Robin Gareusfix small memory leak in the tests
2014-12-05 Robin Gareusupdate to 'new' ControlList API
2014-12-05 Robin Gareusfix "expected" <> "actual" semantics in test-util
2014-12-04 Robin Gareusactual expected test results:
2014-12-04 Robin Gareusmake all tests pass
2014-12-03 Robin GareusTest: update AutomationList properties for v3.5
2014-12-03 Robin GareusTest: print assert message if XML property mismatch
2014-12-03 Robin Gareusfix audioengine use in unit-tests.
2014-12-03 Robin Gareusfix MTDM test
2014-12-03 Robin GareusTests: ensure that libardour is initialized
2014-12-03 Robin Gareusfix test segfault
2014-12-03 Robin Gareususe Dummy backend for tests
2014-12-03 Tim MayberryUse PBD::tmp_writable_directory in libardour test_util.cc
2014-12-03 Tim MayberryFixes for AudioEngine test
2014-12-03 Tim MayberryRemove unused test_common.h/cc files
2014-12-03 Tim MayberryMove libardour test utility code into one source file
2014-11-25 Colin FletcherFix build of evoral tests
2014-11-22 David RobillardWrap MusicalTime in a class.
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-07-01 Colin FletcherMerge branch 'ripple-mode-cc' into cairocanvas
2014-07-01 Paul Davismerge with master.
2014-06-25 Tim MayberryRename PBD::find_file_in_search_path to just PBD::find_file
2014-06-02 Paul Davismerge with master and fix 4 conflicts by hand
2014-05-19 Colin FletcherMerge branch 'export-dialog' into cairocanvas
2014-03-22 Paul DavisMerge ... master, primarily for adrian's maximise-mixer...
2014-03-10 John EmmasTransfer 'midi_patch_search_path()' into 'libs/ardour...
2014-03-10 John EmmasCreate 'libs/ardour/search_paths.cc/.h' and transfer...
2014-02-12 Paul DavisMerge branch 'master' into cairocanvas
2014-02-08 Paul DavisMerge branch 'master' into cairocanvas
2014-02-08 Paul Davismerge with master, with minor conflict fixes
2014-02-04 Paul Davismerge (w/fix) with master
next