Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-18 | compat/util: retire | Stanislaw Halik | |
Adjust usages. | |||
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. | |||
2018-01-17 | compat: get rid of string literal operator | Stanislaw Halik | |
2018-01-03 | compat/util: add string literal operator | Stanislaw Halik | |
It's unused, but useful for embedded .text section literals with unlimited lifetime. | |||
2017-12-20 | compat/util: shadowing warning false positive | Stanislaw Halik | |
2017-10-13 | options/tie: change "tie" overloads | Stanislaw Halik | |
Adjust usages. There are ODR issues with MSVC and it doesn't support C++17 "static inline constexpr" _variables_. Otherwise, "signal_fun" could be a variable and not a function. The usages in accela/ewma2 dialog are more verbose now but the original API was silly. | |||
2017-10-10 | compat/util: remove macro and typedefs | Stanislaw Halik | |
2017-10-08 | use "static" once, don't propagate from a macro | Stanislaw Halik | |
2017-09-23 | use std::size | Stanislaw Halik | |
2017-09-22 | compat: add compatibility layer for value templates | Stanislaw Halik | |
2017-09-22 | compat/util: this macro shouldn't be an instruction | Stanislaw Halik | |
2017-08-25 | compat/util: use std::decay for overload resolution | Stanislaw Halik | |
2017-08-25 | compat/util: split macros header | Stanislaw Halik | |
2017-08-19 | compat/util: implement clamp specialization for floats | Stanislaw Halik | |
2017-07-29 | compat: fix Linux build | Stanislaw Halik | |
Issue: #661 | |||
2017-07-24 | compat/util: fix recursive macro definition | Stanislaw Halik | |
2017-07-21 | compat/util: rename macro | Stanislaw Halik | |
2017-06-30 | compat: add restrict macros | Stanislaw Halik | |
2017-06-22 | tracker/pt: replace point extraction algorithm | Stanislaw Halik | |
Profiling over a longer time period showed a bottleneck while iterating pixels with `cv::floodFill()'. Contours are actually faster, and we have MeanShift to establish the proper center basing on pixel intensities. | |||
2017-06-10 | minor cleanup only | Stanislaw Halik | |
2017-05-12 | compat/util: add PROG1, adjust clamp | Stanislaw Halik | |
2017-05-10 | compat/util: more utils | Stanislaw Halik | |
2017-04-29 | compat/util: add macro for memoizing values | Stanislaw Halik | |
2017-04-29 | compat/meta: add basic template metaprogramming header | Stanislaw Halik | |
2017-04-12 | compat/util: add few attribute macros | Stanislaw Halik | |
2017-03-30 | compat/util: add macro for warning once | Stanislaw Halik | |
2017-03-24 | compat/util: add define for never_inline | Stanislaw Halik | |
2017-03-17 | compat/util: remove our make_unique custom impl | Stanislaw Halik | |
2017-02-25 | contrib/util: add more unused attribute macros | Stanislaw Halik | |
2016-12-16 | compat/util: implicitly include QDebug to every callee | Stanislaw Halik | |
2016-12-03 | fixup! tracker/{aruco,pt}: use RAII for QObject | Stanislaw Halik | |
2016-12-03 | compat: avoid namespace clashes | Stanislaw Halik | |
2016-10-26 | compat/util: split out run-in-thread{,-async} | Stanislaw Halik | |
2016-10-26 | compat/util: introduce "iround" for round to integer | Stanislaw Halik | |
2016-10-26 | compat/util: move stuff around | Stanislaw Halik | |
2016-10-23 | compat/util: these type params are unused | Stanislaw Halik | |
2016-10-19 | compat, tracker/pt: add warn_unused_result compat macro | Stanislaw Halik | |
2016-10-19 | compat/util: fix conversion from value<t> for clamp | Stanislaw Halik | |
2016-09-16 | compat/util: replace with QSignalBlocker usages | Stanislaw Halik | |
2016-08-23 | compat/util: move typical "clamp" function here | Stanislaw Halik | |
2016-08-23 | compat/util: add time-saving inhibit_qt_signals overloads | Stanislaw Halik | |
2016-08-16 | compat/util: add robust way to block qt signals | Stanislaw Halik | |
2016-08-12 | all: rename modules s#^opentrack-##. and opentrack -> api | Stanislaw Halik | |
Adjust usages. |