summaryrefslogtreecommitdiff
path: root/libs/ardour/test/automation_list_property_test.cc
AgeCommit message (Collapse)Author
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2014-12-05fix small memory leak in the testsRobin Gareus
2014-12-05update to 'new' ControlList APIRobin Gareus
add (double when, double value, bool with_guards=true, bool with_default=true);
2014-12-03Move libardour test utility code into one source fileTim Mayberry
2013-10-11Write state data from automation list test to check why test is failingTim Mayberry
2013-10-11Use test_search_path to find test data files for automation testTim Mayberry
2012-06-18Do XML comparisons better in tests.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@12752 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-06-16Add new SharedStatefulProperty which manages a shared_ptr toCarl Hetherington
some Stateful object, and a subclass to use this for AutomationList. SharedStatefulProperty will manage undo / redo using full copies of the XML state, like MementoCommand, but does it within the Property undo system. git-svn-id: svn://localhost/ardour2/branches/3.0@12740 d708f5d6-7413-0410-9779-e7cbd77b26cf