Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-16 | remove debug codeHEADmaster | sthalik | |
how long has it been like this? | |||
2024-12-26 | compat/process-list: be easier on malloc(3) | Stanislaw Halik | |
The real fix would be to use pr-eallocated buffers thus completely avoiding malloc. But it's difficult to test on all platforms and avoid introducing subtle bugs. | |||
2024-12-26 | compat: fix Linux process list | Stanislaw Halik | |
`procps-ng` silently broke API compatibility in a patch release. Reported-by: @DoomSlinger Fix-by: @thorger Fixes: #1970 | |||
2024-08-04 | i18n: add German translations | Kai Krakow | |
2024-06-19 | Remove 'eval_once' completely if QT_NO_DEBUG_OUTPUT is defined. | Ayexor | |
2024-03-24 | compat/macros: actually enable always_inline | Stanislaw Halik | |
2023-07-23 | fix build | Tom Brazier | |
2023-07-23 | Added new vector and quaternion functions and inlined many of them | Tom Brazier | |
2023-07-23 | Changed hamiltons tools to use pass by reference | Tom Brazier | |
2023-07-23 | Export hamilton tools functions | Tom Brazier | |
2023-07-23 | Moved hamilton tools to compat so they can be used more widely | Tom Brazier | |
2023-07-06 | compat: fix linux procps | Stanislaw Halik | |
We'll actually support both libprocps and libproc2. What a mess. | |||
2023-07-06 | Fixed styling and mallocs | Bernat Arlandis | |
2023-07-05 | Migrate to procps-ng 4.0 | Bernat Arlandis | |
2022-07-01 | compat: drop pre-C++20 macros.hpp header | Stanislaw Halik | |
2022-07-01 | compat/macros: move cv_qualified to options/ | Stanislaw Halik | |
2022-07-01 | compat: remove warning when no UVC webcams connected | Stanislaw Halik | |
2022-04-19 | compat/timer: fix lupdate on number separator | Stanislaw Halik | |
2022-04-19 | fix i18n generation | Stanislaw Halik | |
2022-01-26 | compat/camera-names: fix non-win32 build | Stanislaw Halik | |
2022-01-26 | compat/camera-names: allow cameras with same name | Stanislaw Halik | |
Some users have multiple units of the same camera model connected at the same time. Allow selecting each of these individual units. Issue: #1415 | |||
2022-01-11 | boring crap | Stanislaw Halik | |
2022-01-03 | compat: avoid narrowing conversion in tuple initializer | Stanislaw Halik | |
2021-12-19 | compat/qt-signal: remove crap that only qt_signal<void> needs | Stanislaw Halik | |
2021-12-17 | compat/qt-sig: progress on beating options::value<t> into shape | Stanislaw Halik | |
2021-11-20 | Revert "compat/macros: pass trivial types by value in cv_qualified<t>" | Stanislaw Halik | |
This reverts commit ede972a70c6d93d68a828b6e84240e1a5fa547a0. | |||
2021-11-20 | compat/macros: pass trivial types by value in cv_qualified<t> | Stanislaw Halik | |
2021-10-19 | cv, tracker/pt: cleanup opencv includes | Stanislaw Halik | |
2021-10-19 | compat/run-in-thread: remove spurious return value support | Stanislaw Halik | |
2021-10-19 | run-in-thread: clean up a little | Stanislaw Halik | |
2021-10-18 | compat/timer: fix overflow with large time intervals | Stanislaw Halik | |
2021-09-26 | compat: remove crappy uround() | Stanislaw Halik | |
2021-09-26 | compat: use std::clamp, remove own version | Stanislaw Halik | |
2021-09-26 | compat: add macro for deleting move/copy operators | Stanislaw Halik | |
2021-09-26 | compat/qt-dpi: get rid of mixin crap | Stanislaw Halik | |
2020-07-01 | compat/thread-name: fix __try | Stanislaw Halik | |
2020-06-12 | compat/check-visible: always visible with multiple displays | Stanislaw Halik | |
2020-05-31 | kill the obsolete OS check macro | Stanislaw Halik | |
2020-03-07 | video/ps3eye: flush | Stanislaw Halik | |
2020-01-27 | video/opencv: store camera index | Stanislaw Halik | |
Issue: #1031 | |||
2020-01-17 | maybe fix build | Stanislaw Halik | |
2020-01-17 | try to fix build | Stanislaw Halik | |
2020-01-17 | try fix build | Stanislaw Halik | |
2020-01-17 | maybe fix qt 5.13 | Stanislaw Halik | |
2020-01-16 | compat/qhash: try harder | Stanislaw Halik | |
2020-01-16 | compat/qhash: try fix older Qt | Stanislaw Halik | |
2019-12-29 | Deleted qhash | Ries van Twisk | |
2019-12-29 | Merge branch 'unstable' of https://github.com/opentrack/opentrack into ↵ | Ries van Twisk | |
osx-build-fix | |||
2019-12-29 | Merge conflict fix | Ries van Twisk | |
2019-12-29 | fix std::hash<QString> | Stanislaw Halik | |
Fixes #1015 |