Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-02 | options: consistently use rvalue references | Stanislaw Halik | |
2019-03-02 | tracker/pt: avoid float division by zero | Stanislaw Halik | |
2019-03-02 | tracker/pt: compute intermediates in double precision | Stanislaw Halik | |
2019-03-02 | tracker/pt: disallow dynamic pose for clips | Stanislaw Halik | |
2019-03-01 | tracker/pt: fix link error due to namespace | Stanislaw Halik | |
Reported by: @Attigliuzzo Fixes: #882 | |||
2019-03-01 | options/metatype: mark static as unused | Stanislaw Halik | |
2019-02-28 | options/slider: simplify, sprinkle constexpr | Stanislaw Halik | |
2019-02-28 | options/metatype: simplify definition | Stanislaw Halik | |
2019-02-28 | proto/fsuipc: don't even think about unloading | Stanislaw Halik | |
2019-02-28 | compat/macros: move more macros to macros1 | Stanislaw Halik | |
Actually `macros.hpp' should become a util header. | |||
2019-02-28 | compat/macros: expand twice is enough | Stanislaw Halik | |
2019-02-28 | compat: this isn't a const reference | Stanislaw Halik | |
2019-02-28 | compat: don't pull in macros header pointlessly | Stanislaw Halik | |
2019-02-28 | cmake: kill useless include | Stanislaw Halik | |
2019-02-28 | api: kill useless cast | Stanislaw Halik | |
2019-02-28 | api: don't bother with qlatin1string | Stanislaw Halik | |
2019-02-28 | api: use multi-arg | Stanislaw Halik | |
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 | |