Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2017-12-18 | compat, x-plane: get rid of attribute unused macro | Stanislaw Halik | |
2017-12-09 | compat: add easier translate boilerplate for non-qobject | Stanislaw Halik | |
2017-12-02 | compat/math: simplify for inlining | Stanislaw Halik | |
2017-12-02 | compat/macros: rename obnoxious macro | Stanislaw Halik | |
2017-11-01 | compat/mat: add elementwise mult | Stanislaw Halik | |
2017-10-29 | static constexpr -> constexpr | Stanislaw Halik | |
2017-10-27 | compat/shm: fix Unix build | Stanislaw Halik | |
2017-10-27 | compat/simple-mat: try some function ref-qualifiers | Stanislaw Halik | |
2017-10-27 | compat/mutex: rename | Stanislaw Halik | |
2017-10-27 | compat/mutex: split from header | Stanislaw Halik | |
2017-10-22 | compat/check-visible: use short timeout when frozen | Stanislaw Halik | |
2017-10-13 | options/tie: change "tie" overloads | Stanislaw Halik | |
Adjust usages. There are ODR issues with MSVC and it doesn't support C++17 "static inline constexpr" _variables_. Otherwise, "signal_fun" could be a variable and not a function. The usages in accela/ewma2 dialog are more verbose now but the original API was silly. | |||
2017-10-13 | compat/macros: fix "restrict" name clash | Stanislaw Halik | |
2017-10-10 | compat/util: remove macro and typedefs | Stanislaw Halik | |
2017-10-08 | fix harmless msvc warnings | Stanislaw Halik | |
2017-10-08 | use "static" once, don't propagate from a macro | Stanislaw Halik | |
2017-10-02 | compat/simple-mat: add constexpr | Stanislaw Halik | |
2017-09-30 | remove camel case | Stanislaw Halik | |
2017-09-23 | use std::size | Stanislaw Halik | |
2017-09-23 | compat: use c++17-style value templates | Stanislaw Halik | |
2017-09-22 | compat: add compatibility layer for value templates | Stanislaw Halik | |