summaryrefslogtreecommitdiffhomepage
path: root/compat/timer.hpp
AgeCommit message (Collapse)Author
2018-05-17compat/timer: use time_tStanislaw Halik
2018-03-10compat/time{,r}: get rid of `long long'Stanislaw Halik
2018-02-01compat/timer: remove platform-dependent stuff from headerStanislaw Halik
2018-01-18compat/util: retireStanislaw Halik
Adjust usages.
2017-06-10minor cleanup onlyStanislaw Halik
2017-05-14compat/timer: remove unused headersStanislaw Halik
2017-05-12compat/timer: add std::chrono supportStanislaw Halik
2017-03-28start renaming internal macros as OPENTRACK_* to OTR_*Stanislaw Halik
2017-03-21compat/timer: move from header. simplifyStanislaw Halik
It was getting inlined in each compilation unit.
2016-12-31compat/timer: prevent races in initializing timer resolutionStanislaw Halik
Also, - don't lose high bits with cast from long long to long on _WIN32. - reduce #define pollution
2016-09-20compat/timer: no exports hereStanisław Halik
2016-08-12all: rename modules s#^opentrack-##. and opentrack -> apiStanislaw Halik
Adjust usages.