summaryrefslogtreecommitdiffhomepage
path: root/compat/timer.cpp
AgeCommit message (Collapse)Author
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.