Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2017-06-19 | cmake: move from build to mrproper and platform | Stanislaw Halik | |
2017-06-18 | cmake: random nonsense | Stanislaw Halik | |
2017-06-13 | cmake: fix rebuild on SDK_INSTALL_DEBUG_INFO | Stanislaw Halik | |
2017-06-12 | cleanup | Stanislaw Halik | |
2017-06-10 | cmake: don't force cache variables | Stanislaw Halik | |
2017-06-07 | cmake: cleanup | Stanislaw Halik | |
We now inherit parent process' console. No need for the cmake cache option. | |||
2017-05-30 | fix linux hotkeys | Stanislaw Halik | |
Requested-by: @miniskipper and many others | |||
2017-05-24 | cmake: avoid rebuilds wrt win32 subsystem | Stanislaw Halik | |
2017-05-16 | cmake/msvc: unset linker warnings are errors | Stanislaw Halik | |
Spurious "corrupted .pdb" warning doesn't let complete the build. | |||
2017-05-16 | cmake: fix i18n target dependencies | Stanislaw Halik | |
The real error was on the "DEPENDS" like in boilerplate.cmake. The rest is merely removing dead code. | |||
2017-05-16 | nothing | Stanislaw Halik | |