Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-05 | [STABLE] docs: disable for release | Stanislaw Halik | |
2018-02-21 | docs: add doxygen | Stanislaw Halik | |
2018-02-01 | compat/timer: remove platform-dependent stuff from header | Stanislaw Halik | |
2018-01-18 | compat: split/cleanup util.hpp | Stanislaw 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-05 | fixed macos build | Dmitry Lukianov | |
2017-05-14 | compat/timer: add missing assert include | Stanislaw Halik | |
2017-05-12 | compat/timer: add std::chrono support | Stanislaw Halik | |
2017-03-22 | compat/timer: accidental pragma once | Stanislaw Halik | |
2017-03-21 | compat/timer: move from header. simplify | Stanislaw Halik | |
It was getting inlined in each compilation unit. |