Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-17 | cmake: bump required to 3.8 (we use C++17) | Stanislaw Halik | |
2018-05-17 | tracker/aruco: update i18n | Stanislaw Halik | |
2018-05-17 | tracker/aruco: add todo | Stanislaw Halik | |
2018-05-17 | tracker/aruco: fix build | Stanislaw Halik | |
2018-05-14 | tracker/aruco: remove some obsolete stuff | Stanislaw Halik | |
2018-05-14 | opentrack: fix at #726 | Stanislaw Halik | |
cf. https://github.com/opentrack/opentrack/issues/726#issuecomment-387983372 | |||
2018-05-14 | opentrack: update Chinese translation | Stanislaw Halik | |
2018-05-14 | cmake/i18n: fix "make clean" | Stanislaw Halik | |
The Ninja generator deleted source files. I hope this change doesn't break GNU Make and msbuild. | |||
2018-05-14 | cmake: min version bump | Stanislaw Halik | |
2018-05-05 | logic/pipeline: cleanup, use aggregate init | Stanislaw Halik | |
2018-05-05 | logic/pipeline: fix clang error | Stanislaw Halik | |
2018-05-05 | logic/pipeline: skip filter when centering | Stanislaw Halik | |
2018-05-05 | logic/pipeline: skip filter when hold ordered | Stanislaw Halik | |
Also fix faulty xor logic Issue: #777 Requested-by: @r8d | |||
2018-05-05 | compat, logic/pipeline: add bitwise enum operators | Stanislaw Halik | |
2018-05-05 | wiiyourself: clang format | Wei Shuai | |
2018-05-04 | wiiyourself: fix worst compiler warnings | Stanislaw Halik | |
2018-05-04 | wiiyourself: fix translation logspam during build | Stanislaw Halik | |
2018-05-04 | wiiyourself: add warning for scary fallthrough | Stanislaw Halik | |
2018-05-03 | tracker/{rift,steamvr}: rename reserved identifier | Stanislaw Halik | |
Could be declared as macro. Issue: #771 | |||
2018-05-03 | tracker/steamvr: fix GNU libc typedef conflict | Stanislaw Halik | |
Really sometimes they should be less intrusive. Reported-by: @zanoni-mbdyn Issue: #771 | |||
2018-05-02 | opentrack: update translations | Stanislaw Halik | |
2018-05-02 | dinput: fix clang "non-constant-expression" error | Stanislaw Halik | |
2018-05-02 | tracker/fusion: fix logic error | Stanislaw Halik | |
Debugged-by: @Artyrm Issue: #775 | |||
2018-05-02 | migration: add missing <memory> | Stanislaw Halik | |
Spotted-by: @zanoni-mbdyn | |||
2018-04-29 | opentrack: simplify annoying as root | Stanislaw Halik | |
2018-04-29 | options/value: add missing explicit instantiation | Stanislaw Halik | |
2018-04-28 | cmake: cleanup my sdk paths | Stanislaw Halik | |
2018-04-28 | tracker/aruco: don't include headers in the module | Stanislaw Halik | |
2018-04-28 | tracker/aruco: ensure using right ABI | Stanislaw Halik | |
2018-04-28 | random cleanups | Stanislaw Halik | |
2018-04-28 | settings: store untranslated chosen module names | Stanislaw Halik | |
Now that we translate module names, they have to be stored as language-neutral in the config. - add tie_setting overload with from/to conversions - add logic to opentrack/main-window - add migration - remove actually useless tie_setting_traits | |||
2018-04-28 | migration: use thunks | Stanislaw Halik | |
Otherwise we get QCoreApplication used before QApplication instance is created. Requesting the sorted migration data will force the thunks. | |||
2018-04-28 | indent | Stanislaw Halik | |
2018-04-28 | cmake/install: add host system check | Stanislaw Halik | |
2018-04-28 | fix opencv version bump | Stanislaw Halik | |
2018-04-28 | options/qt: cleanup metatype definition | Stanislaw Halik | |
Also note Koenig lookup works | |||
2018-04-28 | cmake: verbose load user settings | Stanislaw Halik | |
2018-04-28 | fix find_package opencv | Stanislaw Halik | |
2018-04-27 | tracker/steamvr: issue #771 | Stanislaw Halik | |
2018-04-27 | tracker/pt: cleanup initialization | Stanislaw Halik | |
2018-04-27 | compat/meta: remove duplicate of std::integer_sequence | Stanislaw Halik | |
2018-04-27 | compat/macros: add static_warning macro | Stanislaw Halik | |
2018-04-27 | fix lrelease class name conflicts | Stanislaw Halik | |
2018-04-27 | cmake/i18n: fixes | Stanislaw Halik | |
- fix build error on missing .ts files - show duplicate string details - prevent lines of "cmd /c" in Ninja output | |||
2018-04-06 | cmake: now can specify c++ standard for MSVC | Stanislaw Halik | |
2018-04-06 | options/tie: preliminary support for early conversions | Stanislaw Halik | |
2018-04-05 | the hell? | Stanislaw Halik | |
2018-04-05 | options/value-traits: add missing pragma once | Stanislaw Halik | |
2018-04-05 | fir Linux build | Stanislaw Halik | |
2018-04-05 | i18n: update strings | Stanislaw Halik | |