summaryrefslogtreecommitdiff
path: root/libs/ardour/test
AgeCommit message (Expand)Author
2012-01-23Add another profiling session.Carl Hetherington
2012-01-23Tidy a few things up.Carl Hetherington
2012-01-23Basic process thread profiling code.Carl Hetherington
2012-01-06twiddle with one test explanation to help paul reason about itPaul Davis
2012-01-05make extending the tempo map O(N) in the section to be filled in, rather than...Paul Davis
2012-01-03Maybe fix initial run of tests with sources.Carl Hetherington
2012-01-03Add TestNeedingPlaylistAndRegionsCarl Hetherington
2012-01-03remove duplicated test conditionsPaul Davis
2012-01-03fix incorrect tempo testPaul Davis
2012-01-03remove body of no-longer-relevant tempo-related testPaul Davis
2012-01-03add support for -D foobar when running testsPaul Davis
2012-01-03Add TestNeedingSession and add missing tempo_test.hCarl Hetherington
2012-01-03New test.Carl Hetherington
2012-01-03Reverse parameters to CPPUNIT_ASSERT_EQUAL so its assertCarl Hetherington
2012-01-03Fix erroneous test.Carl Hetherington
2012-01-03Reverse parameters to CPPUNIT_ASSERT_EQUAL so its assertCarl Hetherington
2011-12-29Revert internals of the last layering-related commit, and go back a slightly-...Carl Hetherington
2011-12-27Re-work layering in possibly debatable ways. Sketchy docs in doc/layering.Carl Hetherington
2011-12-27Remove some wrongly commited stuff. Sorry\!Carl Hetherington
2011-12-27Add configure option to raise a FP exception when a denormalCarl Hetherington
2011-12-26Fix warnings during test runs.Carl Hetherington
2011-12-26Clean up session after test.Carl Hetherington
2011-12-15Add basic test of playlist layering.Carl Hetherington
2011-12-11Similar hacks to framepos_minus_beats to handle -veCarl Hetherington
2011-12-11Keep track of MIDI region's start positions in beats, toCarl Hetherington
2011-12-10Fix framewalk_to_beats when it traverses more than oneCarl Hetherington
2011-12-10Add fixed-up framepos_plus_beats() and use it for the BeatsFramesConverter, s...Carl Hetherington
2011-12-09Clean up test slightly.Carl Hetherington
2011-12-09Fix framewalk_to_beats with non-beat-aligned starting positions.Carl Hetherington
2011-12-09Add simple framewalk_to_beats test and normalise namingCarl Hetherington
2011-11-23Rename linux VST files to be more friendly.Carl Hetherington
2011-11-22Fix tests.Carl Hetherington
2011-11-22Fix tests.Carl Hetherington
2011-11-18Fix test build.Carl Hetherington
2011-11-14Fix unit test build by adding some dummy LXVST methods.Carl Hetherington
2011-11-13Fix some bits of the libardour unit tests.Carl Hetherington
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2010-12-14Rename libmusictime libtimecode (consistent with already used namespace "Time...David Robillard
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-10-10Fix libardour tests.Carl Hetherington
2010-07-25Move data file into subdir.Carl Hetherington
2010-07-25Add test for #3356.Carl Hetherington
2010-07-25Fix up libardour tests.Carl Hetherington
2010-04-09Prevent clipping during the import of files from sources that haveCarl Hetherington
2010-04-02Fix crash in test.Carl Hetherington
2010-01-29MIDIClock_SlaveTest: simulate input jitterHans Baier
2010-01-29MIDClock_Slave: Introduce a 3% deadzone around speed 1.0 to lock in the speedHans Baier
2010-01-29MIDIClock_SlaveTest: first working testcaseHans Baier
2010-01-29MIDIClock_SlaveTest: refactor as subclass of MIDIClock_Slave for testabilityHans Baier
2010-01-29BBTTest: make it passHans Baier