summaryrefslogtreecommitdiffstats
path: root/src/test/softtakeover_test.cpp
AgeCommit message (Expand)Author
2017-01-02Clean up tests.RJ Ryan
2016-06-26Enclose class 'Time' in namespace 'mixxx'Uwe Klotz
2016-04-27Move all Control classes to src/control.RJ Ryan
2016-01-25Merge pull request #873 from rryan/durationRJ Ryan
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
2016-01-24Use Duration class for calculating time differences.RJ Ryan
2015-12-15Use SoftTakeover threshold constant to prevent churn in the future.RJ Ryan
2015-12-11Disabled tests that fail on the current 2.0 ST::ignore() implementationSean M. Pappalardo
2015-12-11Cherry-picked a third commit from st_fix plus ST tests from st_real_fix.Sean M. Pappalardo
2015-12-10More comments on ST tests, now uses time threshold from softtakeover.h for le...Sean M. Pappalardo
2015-12-10Re-derived the ST ignore cases with a truth table, now in the comments in sof...Sean M. Pappalardo
2015-12-10More SoftTakeover tests to check for sign inaccuracies in the ignore casesSean M. Pappalardo
2015-12-09Added soft-takeover tests and some Time improvements from RJ to make them work.Sean M. Pappalardo