summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2019-02-22cmake: add -GA for MSVCStanislaw Halik
2019-02-22cmake/msvc: simplifyStanislaw Halik
2019-02-22cmake: remove dead codeStanislaw Halik
2019-02-22cmake: fix build errorStanislaw Halik
2019-02-22video/widget: fix mutex starvationStanislaw 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-22tracker/wii: fix heap corruptionStanislaw Halik
2019-02-22tracker/wii: debug to stderr w/ no debuggerStanislaw Halik
2019-02-21do less global memory fences in atomicsStanislaw Halik
2019-02-21tracker/pt: don't `namespace pt_module' for core PT stuffStanislaw Halik
2019-02-21tracker/pt: fix camera not reopening after cancelStanislaw Halik
2019-02-21extensions: disconnect from buildStanislaw Halik
2019-02-17Merge pull request #875 from opentrack/kinect-copyrightStéphane Lenclud
Kinect: Copyright fix and minor cmake changes.
2019-02-17Kinect: Copyright fix and minor cmake changes.Stéphane Lenclud
2019-02-17tracker/kinect: add missing override keywordStanislaw Halik
2019-02-17video/widget: fix wrongly-sized QImageStanislaw Halik
Reported by: @Slion Issue: #874
2019-02-14normalize line endingsStanislaw Halik
2019-02-14gitattributesStanislaw Halik
2019-02-14tracker/pt: whitespace onlyStanislaw Halik
2019-02-14proto/vjoystick: regen .tsStanislaw Halik
2019-02-13tracker/pt: add __restrict at right placeStanislaw Halik
2019-02-13tracker/pt: reindentStanislaw Halik
2019-02-13move from gitignoreStanislaw Halik
2019-02-13tracker/pt: revert force-reducing auto threshold valueStanislaw Halik
2019-02-13tracker/pt: remove stale commentStanislaw Halik
2019-02-13proto/vjoystick: simplifyStanislaw Halik
2019-02-13fix signedness/conversion warningsStanislaw Halik
2019-02-13Merge pull request #872 from opentrack/opentrack-2.3.11-beta2Stanislaw Halik
tracker/pt: fix evil typo
2019-02-11opentrack: don't wait on exit with no video feedStanislaw Halik
2019-02-11proto/vjoystick: fix threading issueStanislaw Halik
Acquiring given joystick id must be done on the same thread as the feeder apparently. Provide diagnostics on failure. Issue: #860
2019-02-11video/widget: externalize opencv codeStanislaw Halik
2019-02-11cmake: reindentStanislaw Halik
2019-02-11video: remove Patrick's copyrightStanislaw Halik
The file was completely rewritten some time ago.
2019-02-11video: less namespace pollutionStanislaw Halik
2019-02-11fix editorconfigStanislaw Halik
2019-02-11dos2unixStanislaw Halik
2019-02-11tracker/kinect: remove tracker/test codeStanislaw Halik
2019-02-11compat/simple-mat: more constexprStanislaw Halik
2019-02-11less header namespace pollutionStanislaw Halik
2019-02-11cv/video-widget: make it work without opencvStanislaw Halik
2019-02-11cv/video-widget: fixesStanislaw 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-11compat/macros: define unreachable() more sensiblyStanislaw Halik
2019-02-11compat/macros: remove prefixStanislaw Halik
Let's not be concerned about global namespace pollution. These identifiers aren't exposed in the api/ directory.
2019-02-11clang-tidy: less krapStanislaw Halik
2019-02-11add dot.editorconfigStanislaw Halik
2019-02-11cmake: require v3.13 for target_{compile,link}_optionsStanislaw Halik
2019-02-10tracker/kinect: add CRT dependenciesStanislaw Halik
2019-02-10dinput: fix debug logicStanislaw Halik
2019-02-10cmake: use target_{compile,link}_optionsStanislaw Halik
2019-02-10tracker/kinect: no need for public compile optionStanislaw Halik
2019-02-10proto/fsuipc: switch to `target_*_options'Stanislaw Halik