Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-28 | api: fix clang-tidy false positive | Stanislaw Halik | |
2019-02-28 | api: don't even try to unload the library | Stanislaw Halik | |
2019-02-28 | Revert "tracker/{aruco,pt}: enable ipp fast math mode with opencv" | Stanislaw Halik | |
Broken for old opencv on Linux | |||
2019-02-28 | compat/simple-mat: move overloads out of namespace | Stanislaw Halik | |
Maybe this avoids Koenig lookup. | |||
2019-02-28 | compat/simple-mat: rename awkward identifiers | Stanislaw Halik | |
2019-02-28 | compat/simple-mat: fix stale example | Stanislaw Halik | |
2019-02-28 | compat/simple-mat: fix warnings | Stanislaw Halik | |
2019-02-28 | fix installer path | Stanislaw Halik | |
2019-02-24 | tracker/wii: reindentopentrack-2.3.11-beta3 | Stanislaw Halik | |
2019-02-24 | tracker/wii: fix uninitialized read | Stanislaw Halik | |
2019-02-22 | cmake: fix typo | Stanislaw Halik | |
2019-02-22 | tracker/{aruco,pt}: enable ipp fast math mode with opencv | Stanislaw Halik | |
2019-02-22 | gui/init: enable back alloca usage | Stanislaw Halik | |
This was probably disabled by accident. | |||
2019-02-22 | tracker/pt: fix capture resolution scaling | Stanislaw Halik | |
2019-02-22 | cosmetic fixes only | Stanislaw Halik | |
2019-02-22 | cmake: simplify with cmake 3.13 | Stanislaw Halik | |
2019-02-22 | cmake: add -GA for MSVC | Stanislaw Halik | |
2019-02-22 | cmake/msvc: simplify | Stanislaw Halik | |
2019-02-22 | cmake: remove dead code | Stanislaw Halik | |
2019-02-22 | cmake: fix build error | Stanislaw Halik | |
2019-02-22 | video/widget: fix mutex starvation | Stanislaw Halik | |
Get rid of contention in `preview_size' and `set_image'. After switching the Qt mutex to non-recursive, turns out the writer thread preempts the UI thread to the point of freezing the entire thing. Mutex fairness is an implementation detail and we must assume unfair mutexes in the worst case. | |||
2019-02-22 | tracker/wii: fix heap corruption | Stanislaw Halik | |
2019-02-22 | tracker/wii: debug to stderr w/ no debugger | Stanislaw Halik | |
2019-02-21 | do less global memory fences in atomics | Stanislaw Halik | |
2019-02-21 | tracker/pt: don't `namespace pt_module' for core PT stuff | Stanislaw Halik | |
2019-02-21 | tracker/pt: fix camera not reopening after cancel | Stanislaw Halik | |
2019-02-21 | extensions: disconnect from build | Stanislaw Halik | |
2019-02-17 | Merge pull request #875 from opentrack/kinect-copyright | Stéphane Lenclud | |
Kinect: Copyright fix and minor cmake changes. | |||
2019-02-17 | Kinect: Copyright fix and minor cmake changes. | Stéphane Lenclud | |
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 | |