Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-26 | compat/macros: remove incorrect membar | Stanislaw Halik | |
The memory barrier impl for GNU was incorrect since it didn't prevent CPU reordering. It only prevented compiler reordering. | |||
2018-06-26 | spline: less deserialize points from qvariant | Stanislaw Halik | |
2018-06-26 | spline/widget: remove accidental "snap" | Stanislaw Halik | |
Was affecting rotation splines. | |||
2018-06-26 | spline/widget: fix drag-too-close handling | Stanislaw Halik | |
Dragging toward adjacent point makes sure it's as close as allowed. Work against any remaining cases where points "merged". | |||
2018-06-26 | spline: replace open-coded clamp() | Stanislaw Halik | |
2018-06-26 | options/slider: output something nice for QDebug | Stanislaw Halik | |
2018-06-26 | options/slider: fix link error | Stanislaw Halik | |
2018-06-26 | options/metatype: simplify | Stanislaw Halik | |
2018-06-26 | tracker/pt: tmp commit | Stanislaw Halik | |
2018-06-26 | compat/macros: rename portability macros | Stanislaw Halik | |
use `cc_xx' rather than awkward synonyms. | |||
2018-06-26 | compat/meta: moved to macros already | Stanislaw Halik | |
2018-06-26 | compat/warn: thingies | Stanislaw Halik | |
2018-06-26 | tracker/pt: remove long-dead code | Stanislaw Halik | |
2018-06-26 | logic/pipeline: remove rest of scaled_rotation | Stanislaw Halik | |
2018-06-26 | tracker/{pt,aruco}: change cv::setNumThreads call site | Stanislaw Halik | |
2018-06-26 | core, modules: modernize syntax only | Stanislaw Halik | |
Use more C++17 features where this helps any. | |||
2018-06-26 | api: use RTLD_NOW | Stanislaw Halik | |
2018-06-26 | spline/widget: use more modern C++ syntax | Stanislaw Halik | |
2018-06-26 | spline/widget: use <QtEvents> | Stanislaw Halik | |
2018-06-26 | spline: get rid of nasty "qreal" | Stanislaw Halik | |
2018-06-26 | spline: play nice with hidpi, no jaggies allowed | Stanislaw Halik | |
2018-06-22 | cmake: remove verbose flags | Stanislaw Halik | |
2018-06-13 | opentrack: fix some Clazy warnings | Stanislaw Halik | |
2018-06-13 | gui/init: DAZ is enough for SSE | Stanislaw Halik | |
2018-06-13 | fix comments | Stanislaw Halik | |
2018-06-13 | compat/macros: simplify static_warning | Stanislaw Halik | |
2018-06-13 | cmake: random stuff | Stanislaw Halik | |
2018-06-13 | logic/pipeline: fix atomic ops | Stanislaw Halik | |
No functional changes. Don't perform any atomic reads before compare-and-swap. The value read by CAS needs to go outside the loop. That's how CAS works. | |||
2018-06-13 | switch to structured bindings | Stanislaw Halik | |
2018-06-09 | gui: update Chinese translation | Wei Shuai | |
2018-05-30 | compat/warn: add qdebug/like macros not dependent on Qt | Stanislaw Halik | |
2018-05-30 | opentrack: clang in qt creator shut up | Stanislaw Halik | |
2018-05-30 | spline: nix unused member variable | Stanislaw Halik | |
2018-05-30 | compat/shm: less ifdefs | Stanislaw Halik | |
2018-05-30 | compat/linkage: extern template works on GNU now | Stanislaw Halik | |
2018-05-30 | cmake: binutils fixes | Stanislaw Halik | |
2018-05-30 | cmake: disable in-source builds the right way | Stanislaw Halik | |
2018-05-28 | compat/shm: cleanup #define | Stanislaw Halik | |
2018-05-28 | proto/ft: cleanup asserts | Stanislaw Halik | |
2018-05-28 | cmake: remove debug statement | Stanislaw Halik | |
2018-05-28 | fix build warnings | Stanislaw Halik | |
2018-05-28 | gui/cmake: cleanup | Stanislaw Halik | |
2018-05-28 | cmake/pkg-config: fix linkage #726 | Stanislaw Halik | |
cmake ignores `-lfoo' in LDFLAGS | |||
2018-05-27 | cmake/pkg-config: space _after_ append_string text | Stanislaw Halik | |
Keeps it in line with the rest of the APPEND_STRING code. Putting the space inconsistently makes the whole thing blow up. | |||
2018-05-27 | cmake/pkg-config: print informative message | Stanislaw Halik | |
2018-05-27 | proto/ft: add sensible static_assert | Stanislaw Halik | |
2018-05-27 | compat/shm: get rid of secattr | Stanislaw Halik | |
It shouldn't be necessary even with UAC. Also clean up #ifdef __WINE__ across the file. | |||
2018-05-27 | dinput/joy: fix typo | Stanislaw Halik | |
The POV_HAT_OFFSET typo was there since the beginning. | |||
2018-05-27 | gui: fix link error due to differing prototype | Stanislaw Halik | |
Reported-by: Artem Sobolev | |||
2018-05-27 | proto/wine: update translation | Stanislaw Halik | |