Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-07-02 | nothing important | Stanislaw Halik | |
2018-07-02 | compat/meta: try make usable | Stanislaw Halik | |
2018-06-26 | modernize C++ syntax | Stanislaw Halik | |
No visible changes (hopefully). | |||
2018-06-26 | compat/macros: remove incorrect membar | Stanislaw Halik | |
The memory barrier impl for GNU was incorrect since it didn't prevent CPU reordering. It only prevented compiler reordering. | |||
2018-06-26 | compat/macros: rename portability macros | Stanislaw Halik | |
use `cc_xx' rather than awkward synonyms. | |||
2018-06-26 | compat/meta: moved to macros already | Stanislaw Halik | |
2018-06-26 | compat/warn: thingies | Stanislaw Halik | |
2018-06-26 | core, modules: modernize syntax only | Stanislaw Halik | |
Use more C++17 features where this helps any. | |||
2018-06-13 | compat/macros: simplify static_warning | Stanislaw Halik | |
2018-05-30 | compat/warn: add qdebug/like macros not dependent on Qt | Stanislaw Halik | |
2018-05-30 | compat/shm: less ifdefs | Stanislaw Halik | |
2018-05-30 | compat/linkage: extern template works on GNU now | Stanislaw Halik | |
2018-05-28 | compat/shm: cleanup #define | Stanislaw Halik | |
2018-05-27 | compat/shm: get rid of secattr | Stanislaw Halik | |
It shouldn't be necessary even with UAC. Also clean up #ifdef __WINE__ across the file. | |||
2018-05-26 | compat/tr: fix use-after-free #726 | Stanislaw Halik | |
Found-by: Artem Sobolev | |||
2018-05-22 | compat/timer: fix big regression | Stanislaw Halik | |
2018-05-17 | compat: fix -Wextra | Stanislaw Halik | |
2018-05-17 | compat: fix more gcc pedantic warnings | Stanislaw Halik | |
2018-05-17 | compat: fix warning | Stanislaw Halik | |
2018-05-17 | compat/timer: no need to use `long double' | Stanislaw Halik | |
2018-05-17 | compat/timer: use time_t | Stanislaw Halik | |
2018-05-05 | compat, logic/pipeline: add bitwise enum operators | Stanislaw Halik | |
2018-04-28 | indent | Stanislaw Halik | |
2018-04-27 | compat/meta: remove duplicate of std::integer_sequence | Stanislaw Halik | |
2018-04-27 | compat/macros: add static_warning macro | Stanislaw Halik | |
2018-04-05 | fir Linux build | Stanislaw Halik | |
2018-04-05 | compat/meta: slightly more correct cast | Stanislaw Halik | |
2018-04-05 | i18n: provide for non-QObject classes | Stanislaw Halik | |
See compat/tr.hpp for comment. | |||
2018-03-10 | compat/time{,r}: get rid of `long long' | Stanislaw Halik | |
2018-03-10 | compat/correlation-calibrator: simplify logic | Stanislaw Halik | |
2018-03-10 | Revert "compat/correlation-calibration: retire" | Stanislaw Halik | |
This reverts commit 7cf79b12ddbfeedf24861ff489a1008f867d9440. |