Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-14 | tracker/wii: fix memory errors | Stanislaw Halik | |
Issue: #876 | |||
2019-03-14 | tracker/wii: make a minimum set of changes | Stanislaw Halik | |
Issue: #876 | |||
2019-03-14 | tracker/wii: revert to 2.3.10 | Stanislaw Halik | |
Issue: #876 | |||
2019-03-03 | cmake: set RC_FLAGS after compiler is detected | Stanislaw Halik | |
2019-03-03 | cmake: fix debug build crt | Stanislaw Halik | |
2019-03-03 | compat/simple-mat: sprinkle more constexpr | Stanislaw Halik | |
2019-03-03 | cmake: fix spurious linker warning | Stanislaw Halik | |
Issue: #883 Reported by: @Slion | |||
2019-03-02 | options: ensure ini_directory is never empty | Stanislaw Halik | |
2019-03-02 | cmake: use `target_compile_definitions()' | Stanislaw Halik | |
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 | |