summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2019-06-20logic/pipeline: fix intermittent center failureStanislaw Halik
Issue: #953
2019-06-20clang-tidy: try use more checksStanislaw Halik
2019-06-20video/ps3eye: quick hack to fix pkgconfig imported targetStanislaw Halik
2019-06-20options: fix GCC linkage warningStanislaw Halik
2019-06-20compat: fix linkStanislaw Halik
2019-06-20cmake: fix host win32 checkStanislaw Halik
2019-06-20logic/work: const correctnessStanislaw Halik
2019-06-20compat: sprinkle constexprStanislaw Halik
2019-06-20cmake: update cross toolchainStanislaw Halik
2019-06-20cmake: fix build without qserialportStanislaw Halik
2019-06-20cmake: fix cross from linuxStanislaw Halik
2019-05-25logic/mappings: use explicit ctorStanislaw Halik
2019-05-25cv: fix logic errorStanislaw Halik
2019-05-25cmake: fix rpath on first generationStanislaw Halik
2019-05-25logic: fix -Wredundant-moveStanislaw Halik
Found with GCC 9.1
2019-05-25compat: fix -Wdeprecated-copyStanislaw Halik
Found with GCC 9.1
2019-05-25opentrack: fix tray (?)Stanislaw Halik
2019-05-25opentrack: fix wrong Qt::WindowState usageStanislaw Halik
2019-05-25opentrack: try fix hidpi on linuxStanislaw Halik
2019-05-25opentrack: fix .qrc path in main windowStanislaw Halik
2019-05-19Easy Tracker: Fix #945 trivial warnings.Stéphane Lenclud
Also fixing broken build.
2019-05-19Easy Tracker: Fixing deadlock occurring after changing ticker timer interval.Stéphane Lenclud
Was mostly affecting color cameras. Not attempting to extract points from color buffer any more.
2019-05-15opentrack: try fix main window not showingStanislaw Halik
2019-05-11fix GCC warningsStanislaw Halik
2019-05-06compat/camera-names: move to original locationStanislaw Halik
Issue: #946
2019-05-06video/ps3eye: kill thread-name headerStanislaw Halik
2019-05-06cmake: remove dead codeStanislaw Halik
2019-05-06cmake: use unprefixed name as executable outputStanislaw Halik
2019-05-06cmake: cleanup msvcStanislaw Halik
2019-05-06cmake: install sourcesStanislaw Halik
2019-05-06cmake: update my pathsStanislaw Halik
2019-05-06video/ps3eye: WIPStanislaw Halik
2019-05-06cmake: add FindSDL2.cmakeStanislaw Halik
2019-05-06Merge pull request #946 from opentrack/fix-kinect-IR-sensor-registrationStanislaw Halik
Make sure Kinect IR sensor is not registered if no Kinect is found
2019-05-05Make sure Kinect IR sensor is not registered if no Kinect is found on the ↵Stéphane Lenclud
system.
2019-05-05api: fix logic error loading video modulesStanislaw Halik
2019-05-05opentrack: kill show()/setVisible() confusionStanislaw Halik
2019-05-05compat/timer: fix logic error on LinuxStanislaw Halik
2019-05-05proto/libevdev: fix error handling code harderStanislaw Halik
Issue: #944
2019-05-05proto/libevdev: fix typoStanislaw Halik
Issue #944
2019-05-05proto/libevdev: fix buildStanislaw Halik
Issue: #944
2019-05-05cmake: update, sort my sdk pathsStanislaw Halik
2019-05-05proto/libevdev: fix wrong error checkStanislaw Halik
Issue: #944
2019-05-04compat/shm: ease up on inline hintsStanislaw Halik
2019-05-04change awkward type nameStanislaw Halik
2019-05-04options: remove stale commentStanislaw Halik
2019-05-03compat/macros: kill PP_{CAT,EXPAND}Stanislaw Halik
2019-05-03tracker/kinect: move #pragma onceStanislaw Halik
2019-05-03coverity: fix /bin/sh quotingStanislaw Halik
Found with: code inspector app
2019-05-03video: store intrinsics as doubleStanislaw Halik
Issue: #939