Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-09 | Fix potential double/float to int rounding errors | Jeremie Guichard | |
Not using lrint(f) when converting double/float to int creates rounding errors. This error was detected by TestParse::testParseDM4 failure on Windows. It was creating rounding inconsistencies on Linux too, see change in TestDiveDM4.xml. Enable -Wfloat-conversion for gcc version greater than 4.9.0 Signed-off-by: Jeremie Guichard <djebrest@gmail.com> | |||
2017-02-05 | TestParse: adjust reference output | Dirk Hohndel | |
Things have changed a bit in how we store data. Signed-off-by: Dirk Hohndel <dirk@hohndel.org> | |||
2015-07-26 | Test dive for DM4 import comparison | Miika Turkia | |
Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org> |