Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2018-03-04 | compat/euler: fix axis signs | Stanislaw Halik | |
2018-03-04 | compat/macros: add function name macro | Stanislaw Halik | |
2018-03-03 | compat/euler: move gimbal lock from yaw to roll | Stanislaw Halik | |
Tested-by: Yuri Vostrenkov | |||
2018-03-03 | compat/euler: remove unused functions | Stanislaw Halik | |
2018-02-21 | docs: add doxygen | Stanislaw Halik | |
2018-02-16 | compat/macros: cleanup | Stanislaw Halik | |
Remove cruft, adjust usages. | |||
2018-02-12 | compat/macros: fix Linux build before anyone notices | Stanislaw Halik | |
2018-02-12 | cmake: remove otr_prop() | Stanislaw Halik | |
It's too complex to be understood when written in CMake. Replace with explicit calls to set_property(). This hasn't been tested on OSX. | |||
2018-02-12 | compat/macros: fix otr_tr and _ macros | Stanislaw Halik | |
cf. #748 cf. #746 | |||
2018-02-12 | cmake: add zh_CN | Stanislaw Halik | |
cf. #746 | |||
2018-02-05 | Fix build under Wine | Stanislaw Halik | |
Issue: #726 | |||
2018-02-05 | compat/nan: retire | Stanislaw Halik | |
It was broken for MSVC where isnan doesn't work with fast math. Fall back to `fpclassify'. Adjust usages. | |||
2018-02-05 | compat/shm: this must go under #ifdef _WIN32 | Stanislaw Halik | |
2018-02-01 | compat/timer: remove platform-dependent stuff from header | Stanislaw Halik | |
2018-01-25 | compat: fix more std::forward misuse | Stanislaw Halik | |
2018-01-23 | compat/shm: add never_inline | Stanislaw Halik | |
Also, move out of header in `struct secattr'. | |||
2018-01-18 | compat/correlation-calibration: retire | Stanislaw Halik | |
2018-01-18 | compat/util: retire | Stanislaw Halik | |
Adjust usages. | |||
2018-01-18 | cmake: change up OPENTRACK_BASE_PATH handling | Stanislaw Halik | |
2018-01-18 | compat: split/cleanup util.hpp | Stanislaw Halik | |
Some of the headers are clearly useless. Remove them. Move what's inside util.hpp into separate headers. Adjust usages. Will remove util.hpp. | |||
2018-01-18 | compat: move powerset.hpp to qxt-mini/ | Stanislaw Halik | |
2018-01-17 | compat: get rid of string literal operator | Stanislaw Halik | |
2018-01-17 | fix build | Stanislaw Halik | |
2018-01-16 | add missing copyright statement | Stanislaw Halik | |
2018-01-11 | minor cleanup | Stanislaw Halik | |
2018-01-10 | cmake: cleanup, decruft, probably fix mingw | Stanislaw Halik | |
2018-01-10 | many: spring cleanup | Stanislaw Halik | |
2018-01-05 | compat/euler: add quat -> rmat code | Stanislaw Halik | |
It was meant as part of AHRS using acc+gyro only, but it was too unreliable. The conversion code is correct and useful though. | |||
2018-01-03 | compat/nan: remove pointless extern "C" | Stanislaw Halik | |
2018-01-03 | compat, tracker-pt: add unfinished calibrator | Stanislaw Halik | |
2018-01-03 | compat/util: add string literal operator | Stanislaw Halik | |
It's unused, but useful for embedded .text section literals with unlimited lifetime. | |||
2017-12-26 | compat/macros: add portable memory barrier | Stanislaw Halik | |
2017-12-26 | compat: use gettext convention for tr() | Stanislaw Halik | |
2017-12-20 | compat/util: shadowing warning false positive | Stanislaw Halik | |