summaryrefslogtreecommitdiffhomepage
path: root/compat/math.hpp
AgeCommit message (Collapse)Author
2021-10-19cv, tracker/pt: cleanup opencv includesStanislaw Halik
2021-09-26compat: remove crappy uround()Stanislaw Halik
2021-09-26compat: use std::clamp, remove own versionStanislaw Halik
2019-03-19compat/math: fix prototypeStanislaw Halik
2019-02-11compat/macros: remove prefixStanislaw Halik
Let's not be concerned about global namespace pollution. These identifiers aren't exposed in the api/ directory.
2018-12-08clean up a bitStanislaw Halik
2018-10-25cleanup onlyStanislaw Halik
- replace warn_unused_result with [[nodiscard]] - remove some redundant w_a_r - replace std::decay with remove_cvref_t - simplify compat/math.hpp
2018-10-05silly busyworkStanislaw Halik
2018-06-26compat/macros: rename portability macrosStanislaw Halik
use `cc_xx' rather than awkward synonyms.
2018-06-26core, modules: modernize syntax onlyStanislaw Halik
Use more C++17 features where this helps any.
2018-01-18compat/util: retireStanislaw Halik
Adjust usages.