summaryrefslogtreecommitdiffhomepage
path: root/compat
AgeCommit message (Collapse)Author
2019-07-05compat: don't declare templated function staticStanislaw Halik
2019-07-05cmake: use `add_compile_options'Stanislaw Halik
2019-06-21compat/process-list: sprinkle QStringLiteralStanislaw Halik
2019-06-20compat: fix linkStanislaw Halik
2019-06-20compat: sprinkle constexprStanislaw Halik
2019-05-25compat: fix -Wdeprecated-copyStanislaw Halik
Found with GCC 9.1
2019-05-11fix GCC warningsStanislaw Halik
2019-05-06compat/camera-names: move to original locationStanislaw Halik
Issue: #946
2019-05-05compat/timer: fix logic error on LinuxStanislaw Halik
2019-05-04compat/shm: ease up on inline hintsStanislaw Halik
2019-05-04change awkward type nameStanislaw Halik
2019-05-03compat/macros: kill PP_{CAT,EXPAND}Stanislaw Halik
2019-04-30compat/thread-name: only call dlsym onceStanislaw Halik
2019-04-30compat/thread-name: use SetThreadDescription on mingw-w64Stanislaw Halik
2019-04-30kill win32-ismsStanislaw Halik
2019-04-30compat/thread-name: fix typoStanislaw Halik
Issue: #726
2019-04-29compat/timer: fix multiply overflowStanislaw Halik
2019-04-29compat/timer: check status code on OSXStanislaw Halik
2019-04-29compat: allow naming threads for debuggingStanislaw Halik
2019-04-28compat/timer: simplifyStanislaw Halik
That long double cast shouldn't exist though.
2019-04-24cmake: kill link_libraries win32 kludgeStanislaw Halik
2019-04-16compat/timer: simplify stuffStanislaw Halik
2019-04-16compat/arch: fix pragma scopeStanislaw Halik
2019-03-28compat/tr: make header-only for the api headerStanislaw Halik
2019-03-28actually expand __COUNTER__Stanislaw Halik
2019-03-19compat/math: fix prototypeStanislaw Halik
2019-03-18compat/simple-mat: add tuple destructuringStanislaw Halik
2019-03-18video: add support for camera modulesStanislaw Halik
Issue: #910
2019-03-03compat/simple-mat: sprinkle more constexprStanislaw Halik
2019-02-28compat/macros: move more macros to macros1Stanislaw Halik
Actually `macros.hpp' should become a util header.
2019-02-28compat/macros: expand twice is enoughStanislaw Halik
2019-02-28compat: this isn't a const referenceStanislaw Halik
2019-02-28compat: don't pull in macros header pointlesslyStanislaw Halik
2019-02-28compat/simple-mat: move overloads out of namespaceStanislaw Halik
Maybe this avoids Koenig lookup.
2019-02-28compat/simple-mat: rename awkward identifiersStanislaw Halik
2019-02-28compat/simple-mat: fix stale exampleStanislaw Halik
2019-02-28compat/simple-mat: fix warningsStanislaw Halik
2019-02-11compat/simple-mat: more constexprStanislaw Halik
2019-02-11less header namespace pollutionStanislaw Halik
2019-02-11compat/macros: define unreachable() more sensiblyStanislaw Halik
2019-02-11compat/macros: remove prefixStanislaw Halik
Let's not be concerned about global namespace pollution. These identifiers aren't exposed in the api/ directory.
2019-02-09cmake: try not use leading underscore in header nameStanislaw Halik
2019-02-09proto/simconnect: move activation context to compatStanislaw Halik
2019-02-03opentrack: get rid of Q_OBJECTStanislaw Halik
More work toward mixins.
2019-01-24compat/macros: define unreachable()Stanislaw Halik
2019-01-16compat/check-visible: fix off-by-oneStanislaw Halik
The case `x+1 + w-1` and similar are wrong.
2019-01-16cruft onlyStanislaw Halik
2019-01-16compat/mutex: removeStanislaw Halik
Always use the adaptive QMutex.
2019-01-16compat/linkage-macros: fix bogus import visibilityStanislaw Halik
2019-01-16modernize onlyStanislaw Halik
- replace `static constexpr inline' with `static constexpr'. `inline' is implied. - use braced initializer lists where applicable - still missing `override' usages