Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-12-24 | compat/correlation-calibrator: get rid of wchar_t | Stanislaw Halik | |
Plain printf(3) used to be broken on win32. | |||
2018-12-24 | compat/check-visible: fix on hidpi | Stanislaw Halik | |
2018-12-24 | cmake/toolchain: make mingw-w64 def usable for clang | Stanislaw Halik | |
2018-12-24 | style/quality only | Stanislaw Halik | |
No functional changes. - add `override' everywhere where missing - almost pass clang's `-Wweak-vtables' - avoid some float/double conversions - remove unused private members - make signedness conversions explicit - put stuff in right namespaces to aid analysis | |||
2018-12-24 | tracker/wii: put definitions in exact namespace | Stanislaw Halik | |
It messes with static analysis tools for no apparent reason. | |||
2018-12-24 | tracker/wii: fix minor compiler warnings | Stanislaw Halik | |
2018-12-24 | tracker/wii: remove unused variables, sort per alignment | Stanislaw Halik | |
2018-12-24 | tracker/wii: fix function-static data | Stanislaw Halik | |
2018-12-24 | tracker/{pt,wii}: fix leading underscore identifiers | Stanislaw Halik | |
2018-12-24 | compat/macros: split off the real macro-only file | Stanislaw Halik | |
2018-12-24 | cruft | Stanislaw Halik | |
2018-12-24 | gui/process-detector: get rid of "" passed to QString ctor | Stanislaw Halik | |
2018-12-24 | fix undefined behavior undescore prefixes | Stanislaw Halik | |
2018-12-24 | spline: avoid type/variable ambiguity | Stanislaw Halik | |
2018-12-24 | compat/mutex: rename | Stanislaw Halik | |
2018-12-24 | clang-tidy: oh por favor shut up | Stanislaw Halik | |
2018-12-24 | remove const correctness violations | Stanislaw Halik | |
This is possibly related to a livelock where several threads do const removal in their respective code paths. Use the `mutable' specifier for the mutexes and spline's cached data. Now using the `mutable' specifier, get rid of <optional> in compat/mutex. | |||
2018-12-24 | cmake/mingw-w64: cleanup | Stanislaw Halik | |
2018-12-24 | cmake/msvc: fix duplicate code | Stanislaw Halik | |
include(... NO_POLICY_SCOPE) already does that. | |||
2018-12-24 | cmake/msvc: move comment | Stanislaw Halik | |
2018-12-24 | cmake, modules: fix project language logic errors | Stanislaw Halik | |
2018-12-24 | cmake/platform: decruft | Stanislaw Halik | |
2018-12-19 | cmake/word-size: move to cmake/platform | Stanislaw Halik | |