Use g_random_int instead of ::random for portability
[ardour.git] / libs / ardour / test /
2013-07-11 Paul DavisUse g_random_int instead of ::random for portability
2013-07-11 Paul DavisFix portability of test and use temporary test
2013-07-11 Paul DavisUse common test function to create temporary session
2013-07-11 Paul Davisadd new files from test changes by timbyr
2013-07-11 Paul Davistheoretically: "Add new_test_output_dir to common libar...
2013-07-11 Paul DavisUse test_search_path function in ardour test
2013-06-16 Robin Gareusremove executable mode-bit from files
2013-05-01 Paul DavisMerge branch 'license-fix' of https://github.com/adikno...
2013-04-22 Adrian KnothDelete *.bak files
2013-04-05 Paul DavisMerge branch 'nsm' of https://github.com/royvegard...
2013-04-05 Paul DavisMerge branch 'patches' of https://github.com/jdekozak...
2013-03-30 Julien de KozakFix tests compilation
2013-01-20 David RobillardFix compilation with --test.
2012-11-15 Carl HetheringtonFix libardour test build.
2012-07-28 Sakari BergenAdd missing #includes to some tests
2012-06-26 Carl HetheringtonAdd test for loading sessions, and a session with a
2012-06-23 Tim MayberryRemove unnecessary header include
2012-06-19 Carl HetheringtonAdd load_session to profiling.
2012-06-18 Carl HetheringtonSimple arrangement to run basic load tests on a corpus
2012-06-18 Carl HetheringtonFix up profiling.
2012-06-18 Carl HetheringtonUse a map of region names to speed up
2012-06-18 Carl HetheringtonDo XML comparisons better in tests.
2012-06-18 Carl HetheringtonBasic region naming test.
2012-06-17 Carl HetheringtonProfile of duplicating lots of regions.
2012-06-17 Carl HetheringtonResurrect profiling code.
2012-06-17 Carl HetheringtonUse hardware optimization when running tests.
2012-06-16 Carl HetheringtonAdd new SharedStatefulProperty which manages a shared_p...
2012-06-14 Carl HetheringtonSimple test for playlist region equivalency.
2012-06-14 Carl HetheringtonRemove debugging.
2012-06-11 Carl HetheringtonRemove debug code.
2012-06-10 Carl HetheringtonAdd test for compound regions with the layering
2012-06-09 Carl HetheringtonClean up libardour tests a bit.
2012-06-09 Carl HetheringtonDelete the session before the AudioEngine is stopped...
2012-06-09 Carl HetheringtonTest combination of regions.
2012-06-09 Carl HetheringtonComment tweaks.
2012-06-06 Carl HetheringtonCall ARDOUR::cleanup at the end of libardour tests...
2012-06-06 Carl HetheringtonPatch from Tim Mayberry:
2012-06-01 Carl HetheringtonMinor tidy-ups to MTDM code; add test.
2012-05-24 Carl HetheringtonAdd test for a transparent region on top of (and enclos...
2012-05-15 Carl HetheringtonKeep tests up to date with reality.
2012-05-15 Carl HetheringtonRemove some debug output.
2012-05-12 Carl HetheringtonAdd test for strange boost-related crash.
2012-04-30 Carl HetheringtonClarify behaviour of ::read (overwrites its buffer...
2012-04-20 Carl HetheringtonFix linear interpolator to avoid error accumulation.
2012-04-19 Carl HetheringtonAnother little test.
2012-04-18 Carl HetheringtonRe-work fade operation to be closer to Mixbus; things
2012-04-16 Carl HetheringtonFairly major change to the way in which crossfades...
2012-04-14 Carl HetheringtonFix a few framecnt / framepos type confusions.
2012-03-09 Carl HetheringtonFix test build.
2012-01-23 Carl HetheringtonAdd another profiling session.
2012-01-23 Carl HetheringtonTidy a few things up.
2012-01-23 Carl HetheringtonBasic process thread profiling code.
2012-01-06 Paul Davistwiddle with one test explanation to help paul reason...
2012-01-05 Paul Davismake extending the tempo map O(N) in the section to...
2012-01-03 Carl HetheringtonMaybe fix initial run of tests with sources.
2012-01-03 Carl HetheringtonAdd TestNeedingPlaylistAndRegions
2012-01-03 Paul Davisremove duplicated test conditions
2012-01-03 Paul Davisfix incorrect tempo test
2012-01-03 Paul Davisremove body of no-longer-relevant tempo-related test
2012-01-03 Paul Davisadd support for -D foobar when running tests
2012-01-03 Carl HetheringtonAdd TestNeedingSession and add missing tempo_test.h
2012-01-03 Carl HetheringtonNew test.
2012-01-03 Carl HetheringtonReverse parameters to CPPUNIT_ASSERT_EQUAL so its assert
2012-01-03 Carl HetheringtonFix erroneous test.
2012-01-03 Carl HetheringtonReverse parameters to CPPUNIT_ASSERT_EQUAL so its assert
2011-12-29 Carl HetheringtonRevert internals of the last layering-related commit...
2011-12-27 Carl HetheringtonRe-work layering in possibly debatable ways. Sketchy...
2011-12-27 Carl HetheringtonRemove some wrongly commited stuff. Sorry\!
2011-12-27 Carl HetheringtonAdd configure option to raise a FP exception when a...
2011-12-26 Carl HetheringtonFix warnings during test runs.
2011-12-26 Carl HetheringtonClean up session after test.
2011-12-15 Carl HetheringtonAdd basic test of playlist layering.
2011-12-11 Carl HetheringtonSimilar hacks to framepos_minus_beats to handle -ve
2011-12-11 Carl HetheringtonKeep track of MIDI region's start positions in beats, to
2011-12-10 Carl HetheringtonFix framewalk_to_beats when it traverses more than one
2011-12-10 Carl HetheringtonAdd fixed-up framepos_plus_beats() and use it for the...
2011-12-09 Carl HetheringtonClean up test slightly.
2011-12-09 Carl HetheringtonFix framewalk_to_beats with non-beat-aligned starting...
2011-12-09 Carl HetheringtonAdd simple framewalk_to_beats test and normalise naming
2011-11-23 Carl HetheringtonRename linux VST files to be more friendly.
2011-11-22 Carl HetheringtonFix tests.
2011-11-22 Carl HetheringtonFix tests.
2011-11-18 Carl HetheringtonFix test build.
2011-11-14 Carl HetheringtonFix unit test build by adding some dummy LXVST methods.
2011-11-13 Carl HetheringtonFix some bits of the libardour unit tests.
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2010-12-14 David RobillardRename libmusictime libtimecode (consistent with alread...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-10-10 Carl HetheringtonFix libardour tests.
2010-07-25 Carl HetheringtonMove data file into subdir.
2010-07-25 Carl HetheringtonAdd test for #3356.
2010-07-25 Carl HetheringtonFix up libardour tests.
2010-04-09 Carl HetheringtonPrevent clipping during the import of files from source...
2010-04-02 Carl HetheringtonFix crash in test.
2010-01-29 Hans BaierMIDIClock_SlaveTest: simulate input jitter
2010-01-29 Hans BaierMIDClock_Slave: Introduce a 3% deadzone around speed...
2010-01-29 Hans BaierMIDIClock_SlaveTest: first working testcase
2010-01-29 Hans BaierMIDIClock_SlaveTest: refactor as subclass of MIDIClock_...
2010-01-29 Hans BaierBBTTest: make it pass
2010-01-29 Hans BaierMidiClock_SlaveTest: add basic framework
next