Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-17 | tracker/kinect: add missing override keyword | Stanislaw Halik | |
2019-02-17 | video/widget: fix wrongly-sized QImage | Stanislaw Halik | |
Reported by: @Slion Issue: #874 | |||
2019-02-14 | normalize line endings | Stanislaw Halik | |
2019-02-14 | gitattributes | Stanislaw Halik | |
2019-02-14 | tracker/pt: whitespace only | Stanislaw Halik | |
2019-02-14 | proto/vjoystick: regen .ts | Stanislaw Halik | |
2019-02-13 | tracker/pt: add __restrict at right place | Stanislaw Halik | |
2019-02-13 | tracker/pt: reindent | Stanislaw Halik | |
2019-02-13 | move from gitignore | Stanislaw Halik | |
2019-02-13 | tracker/pt: revert force-reducing auto threshold value | Stanislaw Halik | |
2019-02-13 | tracker/pt: remove stale comment | Stanislaw Halik | |
2019-02-13 | proto/vjoystick: simplify | Stanislaw Halik | |
2019-02-13 | fix signedness/conversion warnings | Stanislaw Halik | |
2019-02-13 | Merge pull request #872 from opentrack/opentrack-2.3.11-beta2 | Stanislaw Halik | |
tracker/pt: fix evil typo | |||
2019-02-11 | opentrack: don't wait on exit with no video feed | Stanislaw Halik | |
2019-02-11 | proto/vjoystick: fix threading issue | Stanislaw Halik | |
Acquiring given joystick id must be done on the same thread as the feeder apparently. Provide diagnostics on failure. Issue: #860 | |||
2019-02-11 | video/widget: externalize opencv code | Stanislaw Halik | |
2019-02-11 | cmake: reindent | Stanislaw Halik | |
2019-02-11 | video: remove Patrick's copyright | Stanislaw Halik | |
The file was completely rewritten some time ago. | |||
2019-02-11 | video: less namespace pollution | Stanislaw Halik | |
2019-02-11 | fix editorconfig | Stanislaw Halik | |
2019-02-11 | dos2unix | Stanislaw Halik | |
2019-02-11 | tracker/kinect: remove tracker/test code | Stanislaw Halik | |
2019-02-11 | compat/simple-mat: more constexpr | Stanislaw Halik | |
2019-02-11 | less header namespace pollution | Stanislaw Halik | |
2019-02-11 | cv/video-widget: make it work without opencv | Stanislaw Halik | |
2019-02-11 | cv/video-widget: fixes | Stanislaw Halik | |
- don't copy pointlessly on ARGB32 input. - add stride argument to QImage. - don't do pointless stuff during painting on the main thread. | |||
2019-02-11 | compat/macros: define unreachable() more sensibly | Stanislaw Halik | |
2019-02-11 | compat/macros: remove prefix | Stanislaw Halik | |
Let's not be concerned about global namespace pollution. These identifiers aren't exposed in the api/ directory. | |||
2019-02-11 | clang-tidy: less krap | Stanislaw Halik | |
2019-02-11 | add dot.editorconfig | Stanislaw Halik | |
2019-02-11 | cmake: require v3.13 for target_{compile,link}_options | Stanislaw Halik | |
2019-02-10 | tracker/kinect: add CRT dependencies | Stanislaw Halik | |
2019-02-10 | dinput: fix debug logic | Stanislaw Halik | |
2019-02-10 | cmake: use target_{compile,link}_options | Stanislaw Halik | |
2019-02-10 | tracker/kinect: no need for public compile option | Stanislaw Halik | |
2019-02-10 | proto/fsuipc: switch to `target_*_options' | Stanislaw Halik | |
2019-02-10 | proto/foohid: add missing .ts | Stanislaw Halik | |
2019-02-10 | installer: use build/ | Stanislaw Halik | |
2019-02-10 | cmake: remove build type suffix | Stanislaw Halik | |
2019-02-10 | gitignore build symlink | Stanislaw Halik | |
2019-02-10 | cmake: link version static library to the right target | Stanislaw Halik | |
2019-02-10 | cmake: fix warning with new version | Stanislaw Halik | |
2019-02-10 | cmake: small cleanup | Stanislaw Halik | |
2019-02-10 | cmake: improve quotemeta for C | Stanislaw Halik | |
2019-02-09 | cmake: wrap around for function var scope | Stanislaw Halik | |
2019-02-09 | cmake: try not use leading underscore in header name | Stanislaw Halik | |
2019-02-09 | options/base-value: remove stale comment | Stanislaw Halik | |
2019-02-09 | tracker/kinect: pass msvc -W4 | Stanislaw Halik | |
Let's not change the code unnecessarily. | |||
2019-02-09 | tracker/kinect: fix cmake | Stanislaw Halik | |
- fix bogus sdk warning - quote paths that can contain spaces - use opentrack-{intel,64bit,hier-pfx} - shorten module name - don't use EXISTS with pathname, it should fail at build time |