Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-04 | cv: fixed ps3 eye dialog | Stanislaw Halik | |
2018-01-03 | cmake/msvc: prevent link failure on msvc preview | Stanislaw Halik | |
2017-12-18 | cmake: const correctness | Stanislaw Halik | |
2017-12-09 | compat: add easier translate boilerplate for non-qobject | Stanislaw Halik | |
2017-12-02 | cmake/mingw-w64: fix failing at runtime | Stanislaw Halik | |
2017-11-15 | cmake: fix silent runtime failure | Stanislaw Halik | |
2017-11-02 | cmake: fix build | Stanislaw Halik | |
2017-11-02 | cmake/mingw-w64: less krap | Stanislaw Halik | |
2017-10-28 | cmake: stuff | Stanislaw Halik | |
2017-10-27 | cmake/msvc: fix .sln build | Stanislaw Halik | |
2017-10-27 | cmake: fix some logic | Stanislaw Halik | |
2017-10-20 | some nonsense | Stanislaw Halik | |
2017-10-20 | cmake/msvc: fic stuff | Stanislaw Halik | |
2017-10-13 | stuff | Stanislaw Halik | |
2017-10-13 | cmake/msvc: fix | Stanislaw Halik | |
2017-10-13 | cmake: disable cotire for now | Stanislaw Halik | |
2017-10-08 | cmake: add precompiled header generator | Stanislaw Halik | |
cf. https://github.com/sakra/cotire | |||
2017-10-08 | random stuff | Stanislaw Halik | |
2017-10-08 | use "static" once, don't propagate from a macro | Stanislaw Halik | |
2017-10-02 | cmake/msvc: fix vars not set | Stanislaw Halik | |
2017-10-02 | slowly start enabling c++17 | Stanislaw Halik | |
2017-10-02 | cmake: wtf, all modules need include ${CMAKE_BINARY_DIR} | Stanislaw Halik | |
2017-09-30 | cmake: split i18n into own file | Stanislaw Halik | |
2017-09-22 | cv: use amcap.exe for ps3 eye exposure settings | Stanislaw Halik | |
2017-09-22 | cmake: disable cpu-heavy msvc debug features | Stanislaw Halik | |
2017-09-22 | cmake/msvc: disable frame pointer omission | Stanislaw Halik | |
2017-08-25 | cmake: fix typo | Stanislaw Halik | |
2017-08-25 | cmake: move to separate file | Stanislaw Halik | |
2017-08-25 | cmake: fix make clean for i18n files | Stanislaw Halik | |
`make clean' was deleting .ts files. Thanks to @MrCapone for diagnosing this issue. Fixes: #677 | |||
2017-08-14 | cmake/msvc: fix buildopentrack-2.3.9 | Stanislaw Halik | |
Dunno what was wrong otherwise. | |||
2017-08-14 | cmake: some small quality-of-life improvements | Stanislaw Halik | |
2017-08-14 | cmake: preliminary support for clang with vc++ codegen | Stanislaw Halik | |
2017-08-14 | cmake: drop executable bit from installed normal files | Stanislaw Halik | |
2017-08-14 | cmake: fix installed qt dlls location | Stanislaw Halik | |
2017-08-14 | cmake: get lupdate/lrelease pathnames | Stanislaw Halik | |
cf. #669 | |||
2017-08-04 | fixed qt binaries location for linux | Dmitry | |
2017-07-29 | cmake: fix Linux build | Stanislaw Halik | |
Issue: #661 | |||
2017-07-28 | cmake: fix mingw-w64 llvm build | Stanislaw Halik | |
2017-07-24 | cmake/msvc: update | Stanislaw Halik | |
2017-07-24 | cmake: pass /permissive- to MSVC++ 15.3+ | Stanislaw Halik | |
2017-07-16 | cmake: install existing i18n files when update disabled | Stanislaw Halik | |
That was never intended. | |||
2017-07-16 | cmake/msvc: annoy less | Stanislaw Halik | |
Note that .pdb doesn't break with -Oy frame pointer omission. | |||
2017-06-24 | cmake/platform: don't break build via -HIGHENTROPYVA | Stanislaw Halik | |
Fixes: #640 | |||
2017-06-22 | misc irrelevant | Stanislaw Halik | |
2017-06-22 | tracker/pt: replace point extraction algorithm | Stanislaw Halik | |
Profiling over a longer time period showed a bottleneck while iterating pixels with `cv::floodFill()'. Contours are actually faster, and we have MeanShift to establish the proper center basing on pixel intensities. | |||
2017-06-22 | cmake: rename cache var | Stanislaw Halik | |
2017-06-19 | cmake/msvc: new stuff | Stanislaw Halik | |
2017-06-19 | cmake: remove some complex code | Stanislaw Halik | |
2017-06-19 | cmake: use DEFINE_SYMBOL target property rather than NIH | Stanislaw Halik | |
2017-06-19 | cmake: add cache variables | Stanislaw Halik | |