Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-16 | compat/timer: simplify stuff | Stanislaw Halik | |
2019-04-16 | compat/arch: fix pragma scope | Stanislaw Halik | |
2019-03-28 | compat/tr: make header-only for the api header | Stanislaw Halik | |
2019-03-28 | actually expand __COUNTER__ | Stanislaw Halik | |
2019-03-19 | compat/math: fix prototype | Stanislaw Halik | |
2019-03-18 | compat/simple-mat: add tuple destructuring | Stanislaw Halik | |
2019-03-18 | video: add support for camera modules | Stanislaw Halik | |
Issue: #910 | |||
2019-03-03 | compat/simple-mat: sprinkle more constexpr | Stanislaw Halik | |
2019-02-28 | compat/macros: move more macros to macros1 | Stanislaw Halik | |
Actually `macros.hpp' should become a util header. | |||
2019-02-28 | compat/macros: expand twice is enough | Stanislaw Halik | |
2019-02-28 | compat: this isn't a const reference | Stanislaw Halik | |
2019-02-28 | compat: don't pull in macros header pointlessly | Stanislaw Halik | |
2019-02-28 | compat/simple-mat: move overloads out of namespace | Stanislaw Halik | |
Maybe this avoids Koenig lookup. | |||
2019-02-28 | compat/simple-mat: rename awkward identifiers | Stanislaw Halik | |
2019-02-28 | compat/simple-mat: fix stale example | Stanislaw Halik | |
2019-02-28 | compat/simple-mat: fix warnings | Stanislaw Halik | |
2019-02-11 | compat/simple-mat: more constexpr | Stanislaw Halik | |
2019-02-11 | less header namespace pollution | Stanislaw Halik | |
2019-02-11 | compat/macros: define unreachable() more sensibly | Stanislaw Halik | |
2019-02-11 | compat/macros: remove prefix | Stanislaw Halik | |
Let's not be concerned about global namespace pollution. These identifiers aren't exposed in the api/ directory. | |||
2019-02-09 | cmake: try not use leading underscore in header name | Stanislaw Halik | |
2019-02-09 | proto/simconnect: move activation context to compat | Stanislaw Halik | |
2019-02-03 | opentrack: get rid of Q_OBJECT | Stanislaw Halik | |
More work toward mixins. | |||
2019-01-24 | compat/macros: define unreachable() | Stanislaw Halik | |
2019-01-16 | compat/check-visible: fix off-by-one | Stanislaw Halik | |
The case `x+1 + w-1` and similar are wrong. | |||
2019-01-16 | cruft only | Stanislaw Halik | |
2019-01-16 | compat/mutex: remove | Stanislaw Halik | |
Always use the adaptive QMutex. | |||
2019-01-16 | compat/linkage-macros: fix bogus import visibility | Stanislaw Halik | |
2019-01-16 | modernize only | Stanislaw Halik | |
- replace `static constexpr inline' with `static constexpr'. `inline' is implied. - use braced initializer lists where applicable - still missing `override' usages | |||
2019-01-16 | Revert "compat/shm, proto/wine: remove duplication" | Stanislaw Halik | |
This reverts commit bab093ebbe392927a92ef201fe60344d5c1191dd. | |||
2019-01-16 | compat/base-path: add assert | Stanislaw Halik | |
2019-01-16 | cruft | Stanislaw Halik | |
2019-01-16 | compat/sysexits: add win32 polyfill | Stanislaw Halik | |
2019-01-16 | compat/check-visible: add generic impl | Stanislaw Halik | |
2019-01-16 | compat/spinlock: add export declaration | 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 | clang-tidy fixes only | Stanislaw Halik | |
Maybe global `-Wcomma' is too harsh. There should be no functional changes whatsoever. | |||
2019-01-16 | gui/init: fix mingw-w64 _controlfp | Stanislaw Halik | |
2018-12-28 | compat/check-visible: really fix this time | Stanislaw Halik | |
2018-12-26 | compat/arch: simplify microarchitecture detection | Stanislaw Halik | |
2018-12-25 | fix build | Stanislaw Halik | |
2018-12-25 | fix build | 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 | compat/macros: rename awkward ident in macro | Stanislaw Halik | |
2018-12-24 | compat/shm: use right preprocessor check | Stanislaw Halik | |