summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2019-01-16compat/sysexits: add win32 polyfillStanislaw Halik
2019-01-16cmake/qt: log full file path and function in qDebug()Stanislaw Halik
2019-01-16compat/check-visible: add generic implStanislaw Halik
2019-01-16tracker/pt: replace convoluted logic in `maybe_use_old_pose'Stanislaw Halik
2019-01-16tracker/pt: cleanup, declarations, lock scopeStanislaw Halik
2019-01-16logic/pipeline: rename identifierStanislaw Halik
2019-01-16compat/spinlock: add export declarationStanislaw Halik
2019-01-16logic/pipeline: remove unused membersStanislaw Halik
2019-01-16logic/pipeline: replace clunky atomic ops w/ a spinlockStanislaw Halik
2019-01-16compat/enum-operators: add assign operatorsStanislaw Halik
2019-01-16compat/enum-operators: don't use reserved symbol nameStanislaw Halik
2019-01-16compat/enum-operators: fix unary operator not appliedStanislaw Halik
2019-01-16opentrack: make sure tracking stop pose is shownStanislaw Halik
2019-01-16compat/spinlock: implement and use itStanislaw Halik
2019-01-16Update README.mdStanislaw Halik
2019-01-16gitignore for msvcStanislaw Halik
2019-01-16options/value: don't mark noinline so muchStanislaw Halik
Let's trust the compiler a bit shall we?
2019-01-16opentrack: don't hang in foregroundStanislaw Halik
This only affects quitting the program. It doesn't affect regular tracking stop procedure, sadly.
2019-01-16tracker/s2bot: don't change a setting at randomStanislaw Halik
The settings need a proper save/load mechanism to operate.
2019-01-16tracker/hydra: fix scary logic errorStanislaw Halik
The sixense library checks for the `WIN32` (no underscore). Define that macro in case `_WIN32` is defined.
2019-01-16proto/simconnect: crapStanislaw Halik
2019-01-16proto/fsuipc: don't look for unrelated .dllStanislaw Halik
This .dll seems to be unrelated. Unless it performs some side effects in the background, there seems to be no reason whatsoever to look for it. This is completely untested.
2019-01-16options/{value,connector}: workaround friend declarationStanislaw Halik
2019-01-16cmake: try add Visual Studio folders for boilerplate targetsStanislaw Halik
2019-01-16clang-tidy fixes onlyStanislaw Halik
Maybe global `-Wcomma' is too harsh. There should be no functional changes whatsoever.
2019-01-16clang-tidy: updateStanislaw Halik
2019-01-16gui/init: fix mingw-w64 _controlfpStanislaw Halik
2018-12-28gui/init: output to MSVC debugger if attachedStanislaw Halik
2018-12-28gui/init: fix mingw-w64 _controlfpStanislaw Halik
2018-12-28gui/init: decruftStanislaw Halik
2018-12-28compat/check-visible: really fix this timeStanislaw Halik
2018-12-26cmake/i18n: simplify lupdate/lrelease invocationsStanislaw Halik
This cuts down build time by half, to 20 seconds. Barely any of that time is spent in i18n targets now. Ninja builds aren't affected.
2018-12-26compat/arch: simplify microarchitecture detectionStanislaw Halik
2018-12-26cmake: fix mingw-w64 buildStanislaw Halik
2018-12-26cmake: fix Intel detection on win32Stanislaw Halik
2018-12-26cruftStanislaw Halik
2018-12-25fix buildStanislaw Halik
2018-12-25fix build...Stanislaw Halik
2018-12-25gui/init: add more Qt switchesStanislaw Halik
2018-12-25gui/init: fix Qt 5.5Stanislaw Halik
2018-12-25spline: fix buildStanislaw Halik
2018-12-25fix buildStanislaw Halik
2018-12-25cmake: move CMakeDetermineCXXCompiler after project()Stanislaw Halik
2018-12-25compat/shm, proto/wine: remove duplicationStanislaw Halik
The X-Plane plugin is next and should build on win32 then.
2018-12-24cmake: decruft, disable deprecated Qt functionsStanislaw Halik
2018-12-24add -fPIC in cmakeStanislaw Halik
2018-12-24compat/macros: rename awkward ident in macroStanislaw Halik
2018-12-24{opentrack,trackmouse}: fix ps3eye led workaroundStanislaw Halik
2018-12-24tracker/pt: fix logic errorStanislaw Halik
2018-12-24trackmouse: copy-paste changed codeStanislaw Halik