Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-05-27 | gui, qxt: use pkgconfig wrapper | Stanislaw Halik | |
2018-05-27 | cmake: add pkgconfig for Linux | Stanislaw Halik | |
2018-05-27 | cmake: set `self' variable in `otr_module' | Stanislaw Halik | |
2018-05-27 | cmake: cleanup | Stanislaw Halik | |
2018-05-27 | filter/accela: remove unused variable | Stanislaw Halik | |
Found-with: GCC 8 -Wall -Wextra | |||
2018-05-27 | gui: appease linter | Stanislaw Halik | |
2018-05-26 | cv/video-property-page: fix qv4l2 invocation for Linux #726 | Stanislaw Halik | |
Submitted-by: Artem Sobolev | |||
2018-05-26 | compat/tr: fix use-after-free #726 | Stanislaw Halik | |
Found-by: Artem Sobolev | |||
2018-05-26 | cmake/i18n: shut up warnings due to static lib | Stanislaw Halik | |
2018-05-23 | proto/wine: remove obsolete `otr_tr' | Stanislaw Halik | |
cf. https://github.com/opentrack/opentrack/issues/726#issuecomment-391422146 | |||
2018-05-23 | proto/wine: fix i18n | Stanislaw Halik | |
Reported-by: Artem Sobolev cf. https://github.com/opentrack/opentrack/issues/726#issuecomment-390559585 | |||
2018-05-23 | logic/pipeline: disable neck Z if reltrans Z disabled | Stanislaw Halik | |
2018-05-23 | logic/pipeline: fix disable_dof order | Stanislaw Halik | |
The actual order is (xyz, ypr). This was broken since forever. This February's refactor merely preserved the order of things. | |||
2018-05-23 | cmake/i18n: add i18n dependency for targets | Stanislaw Halik | |
Hopefully helps with differing build tools. | |||
2018-05-22 | proto/wine: add missing translation string | Stanislaw Halik | |
2018-05-22 | proto/ft: i18n update | Stanislaw Halik | |
2018-05-22 | proto/ft: revert npclient-related changes | Stanislaw Halik | |
2018-05-22 | proto/ft: revert npclient to 2.3.10 | Stanislaw Halik | |
2018-05-22 | compat/timer: fix big regression | Stanislaw Halik | |
2018-05-21 | logic/pipeline: don't enable center twice | Stanislaw Halik | |
2018-05-17 | compat: fix -Wextra | Stanislaw Halik | |
2018-05-17 | compat: fix more gcc pedantic warnings | Stanislaw Halik | |
2018-05-17 | tracker/aruco: switch back to 2.3.9 constants -- #770 | Stanislaw Halik | |
2018-05-17 | cv: try workaround msvc corrupted debug info | Stanislaw Halik | |
2018-05-17 | compat: fix warning | Stanislaw Halik | |
2018-05-17 | cmake: move unix i18n to share/opentrack/i18n | Stanislaw Halik | |
2018-05-17 | opentrack: probably fix linux build | Stanislaw Halik | |
2018-05-17 | opentrack: maybe fix GNU build | Stanislaw Halik | |
2018-05-17 | compat/timer: no need to use `long double' | Stanislaw Halik | |
2018-05-17 | filter/accela: update wrt compat/timer | Stanislaw Halik | |
2018-05-17 | filter/accela: fix buffer overrun | Stanislaw Halik | |
Found-with: clang-analyzer, clazy, clang-tidy | |||
2018-05-17 | compat/timer: use time_t | Stanislaw Halik | |