summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2018-05-22compat/timer: fix big regressionStanislaw Halik
2018-05-21logic/pipeline: don't enable center twiceStanislaw Halik
2018-05-17compat: fix -WextraStanislaw Halik
2018-05-17compat: fix more gcc pedantic warningsStanislaw Halik
2018-05-17tracker/aruco: switch back to 2.3.9 constants -- #770Stanislaw Halik
2018-05-17cv: try workaround msvc corrupted debug infoStanislaw Halik
2018-05-17compat: fix warningStanislaw Halik
2018-05-17cmake: move unix i18n to share/opentrack/i18nStanislaw Halik
2018-05-17opentrack: probably fix linux buildStanislaw Halik
2018-05-17opentrack: maybe fix GNU buildStanislaw Halik
2018-05-17compat/timer: no need to use `long double'Stanislaw Halik
2018-05-17filter/accela: update wrt compat/timerStanislaw Halik
2018-05-17filter/accela: fix buffer overrunStanislaw Halik
Found-with: clang-analyzer, clazy, clang-tidy
2018-05-17compat/timer: use time_tStanislaw Halik
2018-05-17cmake: bump required to 3.8 (we use C++17)Stanislaw Halik
2018-05-17tracker/aruco: update i18nStanislaw Halik
2018-05-17tracker/aruco: add todoStanislaw Halik
2018-05-17tracker/aruco: fix buildStanislaw Halik
2018-05-14tracker/aruco: remove some obsolete stuffStanislaw Halik
2018-05-14opentrack: fix at #726Stanislaw Halik
cf. https://github.com/opentrack/opentrack/issues/726#issuecomment-387983372
2018-05-14opentrack: update Chinese translationStanislaw Halik
2018-05-14cmake/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-14cmake: min version bumpStanislaw Halik
2018-05-05logic/pipeline: cleanup, use aggregate initStanislaw Halik
2018-05-05logic/pipeline: fix clang errorStanislaw Halik
2018-05-05logic/pipeline: skip filter when centeringStanislaw Halik
2018-05-05logic/pipeline: skip filter when hold orderedStanislaw Halik
Also fix faulty xor logic Issue: #777 Requested-by: @r8d
2018-05-05compat, logic/pipeline: add bitwise enum operatorsStanislaw Halik
2018-05-05wiiyourself: clang formatWei Shuai
2018-05-04wiiyourself: fix worst compiler warningsStanislaw Halik
2018-05-04wiiyourself: fix translation logspam during buildStanislaw Halik
2018-05-04wiiyourself: add warning for scary fallthroughStanislaw Halik
2018-05-03tracker/{rift,steamvr}: rename reserved identifierStanislaw Halik
Could be declared as macro. Issue: #771
2018-05-03tracker/steamvr: fix GNU libc typedef conflictStanislaw Halik
Really sometimes they should be less intrusive. Reported-by: @zanoni-mbdyn Issue: #771
2018-05-02opentrack: update translationsStanislaw Halik
2018-05-02dinput: fix clang "non-constant-expression" errorStanislaw Halik
2018-05-02tracker/fusion: fix logic errorStanislaw Halik
Debugged-by: @Artyrm Issue: #775
2018-05-02migration: add missing <memory>Stanislaw Halik
Spotted-by: @zanoni-mbdyn
2018-04-29opentrack: simplify annoying as rootStanislaw Halik
2018-04-29options/value: add missing explicit instantiationStanislaw Halik
2018-04-28cmake: cleanup my sdk pathsStanislaw Halik
2018-04-28tracker/aruco: don't include headers in the moduleStanislaw Halik
2018-04-28tracker/aruco: ensure using right ABIStanislaw Halik
2018-04-28random cleanupsStanislaw Halik
2018-04-28settings: store untranslated chosen module namesStanislaw 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-28migration: use thunksStanislaw Halik
Otherwise we get QCoreApplication used before QApplication instance is created. Requesting the sorted migration data will force the thunks.
2018-04-28indentStanislaw Halik
2018-04-28cmake/install: add host system checkStanislaw Halik
2018-04-28fix opencv version bumpStanislaw Halik
2018-04-28options/qt: cleanup metatype definitionStanislaw Halik
Also note Koenig lookup works