summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2019-03-14tracker/wii: fix memory errorsStanislaw Halik
Issue: #876
2019-03-14tracker/wii: make a minimum set of changesStanislaw Halik
Issue: #876
2019-03-14tracker/wii: revert to 2.3.10Stanislaw Halik
Issue: #876
2019-03-03cmake: set RC_FLAGS after compiler is detectedStanislaw Halik
2019-03-03cmake: fix debug build crtStanislaw Halik
2019-03-03compat/simple-mat: sprinkle more constexprStanislaw Halik
2019-03-03cmake: fix spurious linker warningStanislaw Halik
Issue: #883 Reported by: @Slion
2019-03-02options: ensure ini_directory is never emptyStanislaw Halik
2019-03-02cmake: use `target_compile_definitions()'Stanislaw Halik
2019-03-02options: consistently use rvalue referencesStanislaw Halik
2019-03-02tracker/pt: avoid float division by zeroStanislaw Halik
2019-03-02tracker/pt: compute intermediates in double precisionStanislaw Halik
2019-03-02tracker/pt: disallow dynamic pose for clipsStanislaw Halik
2019-03-01tracker/pt: fix link error due to namespaceStanislaw Halik
Reported by: @Attigliuzzo Fixes: #882
2019-03-01options/metatype: mark static as unusedStanislaw Halik
2019-02-28options/slider: simplify, sprinkle constexprStanislaw Halik
2019-02-28options/metatype: simplify definitionStanislaw Halik
2019-02-28proto/fsuipc: don't even think about unloadingStanislaw Halik
2019-02-28compat/macros: move more macros to macros1Stanislaw Halik
Actually `macros.hpp' should become a util header.
2019-02-28compat/macros: expand twice is enoughStanislaw Halik
2019-02-28compat: this isn't a const referenceStanislaw Halik
2019-02-28compat: don't pull in macros header pointlesslyStanislaw Halik
2019-02-28cmake: kill useless includeStanislaw Halik
2019-02-28api: kill useless castStanislaw Halik
2019-02-28api: don't bother with qlatin1stringStanislaw Halik
2019-02-28api: use multi-argStanislaw Halik
2019-02-28api: fix clang-tidy false positiveStanislaw Halik
2019-02-28api: don't even try to unload the libraryStanislaw Halik
2019-02-28Revert "tracker/{aruco,pt}: enable ipp fast math mode with opencv"Stanislaw Halik
Broken for old opencv on Linux
2019-02-28compat/simple-mat: move overloads out of namespaceStanislaw Halik
Maybe this avoids Koenig lookup.
2019-02-28compat/simple-mat: rename awkward identifiersStanislaw Halik
2019-02-28compat/simple-mat: fix stale exampleStanislaw Halik
2019-02-28compat/simple-mat: fix warningsStanislaw Halik
2019-02-28fix installer pathStanislaw Halik
2019-02-24tracker/wii: reindentopentrack-2.3.11-beta3Stanislaw Halik
2019-02-24tracker/wii: fix uninitialized readStanislaw Halik
2019-02-22cmake: fix typoStanislaw Halik
2019-02-22tracker/{aruco,pt}: enable ipp fast math mode with opencvStanislaw Halik
2019-02-22gui/init: enable back alloca usageStanislaw Halik
This was probably disabled by accident.
2019-02-22tracker/pt: fix capture resolution scalingStanislaw Halik
2019-02-22cosmetic fixes onlyStanislaw Halik
2019-02-22cmake: simplify with cmake 3.13Stanislaw Halik
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