summaryrefslogtreecommitdiffhomepage
path: root/compat/correlation-calibrator.cpp
AgeCommit message (Collapse)Author
2018-12-24compat/correlation-calibrator: get rid of wchar_tStanislaw Halik
Plain printf(3) used to be broken on win32.
2018-12-24style/quality onlyStanislaw Halik
No functional changes. - add `override' everywhere where missing - almost pass clang's `-Wweak-vtables' - avoid some float/double conversions - remove unused private members - make signedness conversions explicit - put stuff in right namespaces to aid analysis
2018-07-03cleanupStanislaw Halik
2018-07-02nothing importantStanislaw Halik
2018-06-26modernize C++ syntaxStanislaw Halik
No visible changes (hopefully).
2018-03-10compat/correlation-calibrator: simplify logicStanislaw Halik
2018-03-10Revert "compat/correlation-calibration: retire"Stanislaw Halik
This reverts commit 7cf79b12ddbfeedf24861ff489a1008f867d9440.
2018-01-18compat/correlation-calibration: retireStanislaw Halik
2018-01-18compat/util: retireStanislaw Halik
Adjust usages.
2018-01-03compat, tracker-pt: add unfinished calibratorStanislaw Halik