summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)Author
2015-12-17Improve expermental debug outputDaniel Schürmann
2015-12-17Browse view: Use the actual track location to avoid duplicatesUwe Klotz
2015-12-16tag for RC2Owen Williams
2015-12-16Fix file name in SConscriptSean M. Pappalardo
2015-12-16Merge remote-tracking branch 'upstream/1.12' into udev_fixSean M. Pappalardo
2015-12-16Don't use Network device as clock reference, Bug #1526887Daniel Schürmann
2015-12-16Install udev USB rules file using dh_installudev instead of copying directly.RJ Ryan
Potentially fixes Bug #1517738.
2015-12-16Fix Debian rules to build using the same flags from the build server.RJ Ryan
Looks like we weren't using localecompare, build=release, etc. for our PPA/deb release builds.
2015-12-15Rename udev rules file to comply with dh_installudevSean M. Pappalardo
2015-12-15Install udev rules file to /lib/udev/rules.d when packaging for Debian.RJ Ryan
Also, don't test for access to the udev root when packaging for Debian.
2015-12-15Remove priority from mixxx-usb udev rule file nameSean M. Pappalardo
2015-12-15Use SoftTakeover threshold constant to prevent churn in the future.RJ Ryan
2015-12-15Rename udev rules file to reflect all USB devicesSean M. Pappalardo
2015-12-15Use mock time in SuperLinkTest.RJ Ryan
Since it depended on real time passing it was flaky.
2015-12-15Try to fix compiling wit EGL2Daniel Schürmann
2015-12-13Merge pull request #807 from daschuer/fpclassifyRJ Ryan
fpclassify wrapper
2015-12-13Use the fpclassify wrapper only for gnu toolchainDaniel Schürmann
2015-12-12Merge pull request #808 from daschuer/controllerdebugRJ Ryan
Replace all controlerDebug qDebug() by QDebug(QtDebugMsg)
2015-12-12added ControllerDebug singleton to avoid duplicated codeDaniel Schürmann
2015-12-12Replace all controllerDebug qDebug() by QDebug(QtDebugMsg)Daniel Schürmann
2015-12-12fpclassify.h: add include guardDaniel Schürmann
2015-12-12restore #pragma intrinsic(fabs)Daniel Schürmann
2015-12-12Corrected line 35 column countSean M. Pappalardo
2015-12-12fix typoDaniel Schürmann
2015-12-12Fix denormals testDaniel Schürmann
2015-12-12Clone scons environment, and disable denormal testDaniel Schürmann
2015-12-12remove std::classify call since MSV does not have itDaniel Schürmann
2015-12-12Merge branch 'math' of https://github.com/rryan/mixxx into fpclassifyDaniel Schürmann
2015-12-12Introduced a wrapper arround the fpclassify functions.Daniel Schürmann
This is compiled without optimization and allows to use the functions from optimized code Fixes Bug #1524561
2015-12-11Replaced spreasheet with CSV filesSean M. Pappalardo
2015-12-11Addressed Owen's PR style notesSean M. Pappalardo
2015-12-11Added the spreadsheet I used to determine all test cases and the truth table ↵Sean M. Pappalardo
for when to ignore values. It's not a CSV because it has multiple sheets, formatting and comments.
2015-12-11Disabled tests that fail on the current 2.0 ST::ignore() implementationSean M. Pappalardo
2015-12-11Also yanked my updates to Time from st_real_fix in order for the tests to ↵Sean M. Pappalardo
compile.
2015-12-11Cherry-picked a third commit from st_fix plus ST tests from st_real_fix.Sean M. Pappalardo
2015-12-11Cherry-picked a second commit from st_fix to fix my mess.Sean M. Pappalardo
2015-12-11Cherry-picked commit from st_fix to fix my messSean M. Pappalardo
2015-12-10Add zero checks for denormals.RJ Ryan
2015-12-10Add denormal-are-zero test.RJ Ryan
2015-12-10Add tests for isinf, isnan and denormal detection.RJ Ryan
2015-12-10More comments on ST tests, now uses time threshold from softtakeover.h for ↵Sean M. Pappalardo
less hard-coding
2015-12-10Re-derived the ST ignore cases with a truth table, now in the comments in ↵Sean M. Pappalardo
softtakeover.cpp. Adjusted the tests to match the truth table.
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
2015-12-09Add "test mode" to Time that allows test to control how much time has elapsed.RJ Ryan
2015-12-09Switch Time::elapsedMsecs to return qint64.RJ Ryan
When dealing with elapsed times you almost always want signed integers because zero crossings can cause crazy large numbers. For unsigned integers: (small number - small number) => GIGANTIC NUMBER For signed integers: (small number - small number) = +/- small number
2015-12-07Improve error message in ~EngineShoutcast()Daniel Schürmann
2015-12-07invert isRunnig test in EngineShoutcastDaniel Schürmann
2015-12-06Argh.RJ Ryan
2015-12-06Bundle mixxx.pdb and mixxx-test.pdb.RJ Ryan