summaryrefslogtreecommitdiffhomepage
path: root/compat/timer.cpp
AgeCommit message (Collapse)Author
2021-10-18compat/timer: fix overflow with large time intervalsStanislaw Halik
2019-05-11fix GCC warningsStanislaw Halik
2019-05-05compat/timer: fix logic error on LinuxStanislaw Halik
2019-04-29compat/timer: fix multiply overflowStanislaw Halik
2019-04-29compat/timer: check status code on OSXStanislaw Halik
2019-04-28compat/timer: simplifyStanislaw Halik
That long double cast shouldn't exist though.
2019-04-16compat/timer: simplify stuffStanislaw Halik
2018-12-24cmake: decruft, disable deprecated Qt functionsStanislaw Halik
2018-08-27compat/timer: fix integer literal type suffixesStanislaw Halik
2018-07-14fix buildStanislaw Halik
2018-07-02nothing importantStanislaw Halik
2018-06-26modernize C++ syntaxStanislaw Halik
No visible changes (hopefully).
2018-05-22compat/timer: fix big regressionStanislaw Halik
2018-05-17compat/timer: no need to use `long double'Stanislaw Halik
2018-05-17compat/timer: use time_tStanislaw Halik
2018-02-21docs: add doxygenStanislaw Halik
2018-02-01compat/timer: remove platform-dependent stuff from headerStanislaw Halik
2018-01-18compat: split/cleanup util.hppStanislaw Halik
Some of the headers are clearly useless. Remove them. Move what's inside util.hpp into separate headers. Adjust usages. Will remove util.hpp.
2017-08-05fixed macos buildDmitry Lukianov
2017-05-14compat/timer: add missing assert includeStanislaw Halik
2017-05-12compat/timer: add std::chrono supportStanislaw Halik
2017-03-22compat/timer: accidental pragma onceStanislaw Halik
2017-03-21compat/timer: move from header. simplifyStanislaw Halik
It was getting inlined in each compilation unit.