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