Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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 | 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 | compat/macros: split off the real macro-only file | Stanislaw Halik | |
2018-12-24 | cruft | Stanislaw Halik | |
2018-12-24 | compat/mutex: rename | 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-08 | clean up a bit | Stanislaw Halik | |
2018-12-07 | compat/warn: move to attic | Stanislaw Halik | |
2018-12-06 | cruft only | Stanislaw Halik | |
2018-11-03 | opentrack: pull in EXIT_{SUCCESS, FAILURE} | Stanislaw Halik | |
2018-11-03 | compat/meta: add constexpr variable | Stanislaw Halik | |
2018-10-29 | compat/variance: don't use uintptr_t | Stanislaw Halik | |
2018-10-25 | cleanup only | Stanislaw Halik | |
- replace warn_unused_result with [[nodiscard]] - remove some redundant w_a_r - replace std::decay with remove_cvref_t - simplify compat/math.hpp | |||
2018-10-25 | cleanups only | Stanislaw Halik | |
2018-10-07 | fix GCC build errors | Stanislaw Halik | |
Issue: #726 | |||
2018-10-05 | compat/linkage-macros: fix template exports on mingw-w64 | Stanislaw Halik | |
2018-10-05 | silly busywork | Stanislaw Halik | |
2018-10-05 | use attributes only at declaration, not definition | Stanislaw Halik | |
2018-08-27 | compat/timer: fix integer literal type suffixes | Stanislaw Halik | |
2018-08-27 | compat/linkage-macros: simplify | Stanislaw Halik | |
2018-08-27 | compat/simple-mat: add slice() | Stanislaw Halik | |
2018-08-25 | compat/macros: allow concat function name with literal | Stanislaw Halik | |
2018-08-09 | busywork | Stanislaw Halik | |
2018-08-04 | logic/pipeline: rotation order fixrevert-geometry-stuff | Stanislaw Halik | |
v2: fix comments v3: fix reltrans | |||
2018-08-04 | Revert "compat/euler: move gimbal lock from yaw to roll" | Stanislaw Halik | |
This reverts commit d5cd7d31c92593c593c8c809588284d61316c2ec. | |||
2018-08-04 | Revert "compat/euler: fix axis signs" | Stanislaw Halik | |
This reverts commit f5da0719c5790c72524310cf329ac6755d6b7ef4. | |||
2018-07-31 | compat/simple-mat: remove static_assert message | Stanislaw Halik | |
2018-07-31 | compat/time: less wastage | Stanislaw Halik | |
2018-07-24 | minor cleanups | Stanislaw Halik | |
2018-07-24 | compat/meta: fix for mixins | Stanislaw Halik | |
2018-07-24 | compat/macros: more decltype(auto) | Stanislaw Halik | |
2018-07-14 | compat/meta: fixes | Stanislaw Halik | |
2018-07-14 | fix build | Stanislaw Halik | |
2018-07-13 | appease analyzer | Stanislaw Halik | |
2018-07-11 | compat/macros: fix return type | Stanislaw Halik | |
2018-07-09 | cleanup only | Stanislaw Halik | |
2018-07-08 | modernize only | Stanislaw Halik | |
2018-07-03 | cleanup | Stanislaw Halik | |
2018-07-03 | compat/calibrator: fix typo | Stanislaw Halik | |
2018-07-03 | compat/sleep: don't pull windows.h into the header | Stanislaw Halik | |