Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-16 | compat/spinlock: add export declaration | Stanislaw Halik | |
2019-01-16 | logic/pipeline: remove unused members | Stanislaw Halik | |
2019-01-16 | logic/pipeline: replace clunky atomic ops w/ a spinlock | Stanislaw Halik | |
2019-01-16 | compat/enum-operators: add assign operators | Stanislaw Halik | |
2019-01-16 | compat/enum-operators: don't use reserved symbol name | Stanislaw Halik | |
2019-01-16 | compat/enum-operators: fix unary operator not applied | Stanislaw Halik | |
2019-01-16 | opentrack: make sure tracking stop pose is shown | Stanislaw Halik | |
2019-01-16 | compat/spinlock: implement and use it | Stanislaw Halik | |
2019-01-16 | Update README.md | Stanislaw Halik | |
2019-01-16 | gitignore for msvc | Stanislaw Halik | |
2019-01-16 | options/value: don't mark noinline so much | Stanislaw Halik | |
Let's trust the compiler a bit shall we? | |||
2019-01-16 | opentrack: don't hang in foreground | Stanislaw Halik | |
This only affects quitting the program. It doesn't affect regular tracking stop procedure, sadly. | |||
2019-01-16 | tracker/s2bot: don't change a setting at random | Stanislaw Halik | |
The settings need a proper save/load mechanism to operate. | |||
2019-01-16 | tracker/hydra: fix scary logic error | Stanislaw Halik | |
The sixense library checks for the `WIN32` (no underscore). Define that macro in case `_WIN32` is defined. | |||
2019-01-16 | proto/simconnect: crap | Stanislaw Halik | |
2019-01-16 | proto/fsuipc: don't look for unrelated .dll | Stanislaw 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-16 | options/{value,connector}: workaround friend declaration | Stanislaw Halik | |
2019-01-16 | cmake: try add Visual Studio folders for boilerplate targets | Stanislaw Halik | |
2019-01-16 | clang-tidy fixes only | Stanislaw Halik | |
Maybe global `-Wcomma' is too harsh. There should be no functional changes whatsoever. | |||
2019-01-16 | clang-tidy: update | Stanislaw Halik | |
2019-01-16 | gui/init: fix mingw-w64 _controlfp | Stanislaw Halik | |
2018-12-28 | gui/init: output to MSVC debugger if attached | Stanislaw Halik | |
2018-12-28 | gui/init: fix mingw-w64 _controlfp | Stanislaw Halik | |
2018-12-28 | gui/init: decruft | Stanislaw Halik | |
2018-12-28 | compat/check-visible: really fix this time | Stanislaw Halik | |
2018-12-26 | cmake/i18n: simplify lupdate/lrelease invocations | Stanislaw 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-26 | compat/arch: simplify microarchitecture detection | Stanislaw Halik | |
2018-12-26 | cmake: fix mingw-w64 build | Stanislaw Halik | |
2018-12-26 | cmake: fix Intel detection on win32 | Stanislaw Halik | |
2018-12-26 | cruft | Stanislaw Halik | |
2018-12-25 | fix build | Stanislaw Halik | |
2018-12-25 | fix build... | Stanislaw Halik | |
2018-12-25 | gui/init: add more Qt switches | Stanislaw Halik | |
2018-12-25 | gui/init: fix Qt 5.5 | Stanislaw Halik | |
2018-12-25 | spline: fix build | Stanislaw Halik | |
2018-12-25 | fix build | Stanislaw Halik | |
2018-12-25 | cmake: move CMakeDetermineCXXCompiler after project() | Stanislaw Halik | |
2018-12-25 | compat/shm, proto/wine: remove duplication | Stanislaw Halik | |
The X-Plane plugin is next and should build on win32 then. | |||
2018-12-24 | cmake: decruft, disable deprecated Qt functions | Stanislaw Halik | |
2018-12-24 | add -fPIC in cmake | Stanislaw Halik | |
2018-12-24 | compat/macros: rename awkward ident in macro | Stanislaw Halik | |
2018-12-24 | {opentrack,trackmouse}: fix ps3eye led workaround | Stanislaw Halik | |
2018-12-24 | tracker/pt: fix logic error | Stanislaw Halik | |
2018-12-24 | trackmouse: copy-paste changed code | Stanislaw Halik | |
2018-12-24 | cmake: update sdk-paths | Stanislaw Halik | |
2018-12-24 | tracker/pt: don't hang the app on camera start | Stanislaw Halik | |
Move camera open to worker thread. | |||
2018-12-24 | compat/shm: use right preprocessor check | Stanislaw Halik | |
2018-12-24 | compat/macros: rename unfortunate type alias | Stanislaw Halik | |
2018-12-24 | compat/macros: fix eval_once | Stanislaw Halik | |
Using with `qDebug()' didn't work. Remove return type. | |||
2018-12-24 | compat/linkage-macros: fix clang template instantiation | Stanislaw Halik | |