Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-22 | cmake/msvc: disable frame pointer omission | Stanislaw Halik | |
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-07-24 | cmake/msvc: update | Stanislaw Halik | |
2017-07-16 | cmake/msvc: annoy less | Stanislaw Halik | |
Note that .pdb doesn't break with -Oy frame pointer omission. | |||
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-19 | cmake/msvc: new stuff | Stanislaw Halik | |
2017-06-10 | cmake: don't force cache variables | 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-10 | cmake/msvc: -Gm requires -Zi | Stanislaw Halik | |
2017-05-03 | cmake: also set .pdb generation, duh | Stanislaw Halik | |
2017-05-02 | cmake/msvc: always pass -source-charset | Stanislaw Halik | |
The toolchain file isn't always used. | |||
2017-04-30 | cmake/msvc: don't warn on charset includes | Stanislaw Halik | |
They're in dependencies. | |||
2017-04-29 | cmake/msvc: don't force sse2 for all projects | Stanislaw Halik | |
In particular OpenCV now branches on extensions at runtime. | |||
2017-03-28 | trivial only | Stanislaw Halik | |
2017-03-27 | cmake/msvc: these are already set in cmake/opentrack-platform | Stanislaw Halik | |
2017-03-27 | cmake/msvc: fix accidental cmdline duplication | Stanislaw Halik | |
2017-03-21 | cmake/msvc: need linker static flags | Stanislaw Halik | |
2017-03-21 | cmake/msvc: remove nosensical conditional | Stanislaw Halik | |
2017-03-21 | cmake/msvc: oh for crying out loud | Stanislaw Halik | |
2017-03-21 | cmake/msvc: do it right this time | Stanislaw Halik | |
2017-03-21 | cmake/msvc: bail on linker errors | Stanislaw Halik | |
2017-03-18 | cmake/msvc: disable truncation warning | Stanislaw Halik | |
2017-03-18 | cmake/msvc: don't sanity-check vcvarsall run | Stanislaw Halik | |
Depended on VC++ 14. | |||
2017-01-01 | Revert "cmake: switch to using dynamically-linked CRT" | Stanislaw Halik | |
This reverts commit 28d028d26abaaa5c6192624262811e2989de36de. | |||
2016-12-24 | cmake: switch to using dynamically-linked CRT | Stanislaw Halik | |
It's been verified to work on Windows XP. | |||
2016-11-04 | cmake/msvc: add -nologo | Stanislaw Halik | |
2016-10-06 | cmake/msvc: /DEBUG:FASTLINK has incomplete .pdbs, use normal /DEBUG | Stanislaw Halik | |
2016-09-28 | cmake/msvc: fix using toolchain file for opencv from git | Stanislaw Halik | |
2016-09-25 | cmake/msvc: /debug -> /debug:fastlink | Stanislaw Halik | |
2016-09-11 | cmake/msvc: remove now repetitive flags from toolchain file | Stanislaw Halik | |
2016-09-06 | cmake/msvc: change flags in toolchain file | Stanislaw Halik | |
- Always disable some useless warnings - Disable exception support fully now - Use /Gm for minimal rebuilds - Use /Gw for data section lto - Use exactly c++14 - Use incremental LTO | |||
2016-08-29 | cmake/msvc: /EHscr generates epilogues, do /EHsc for no checking | Stanislaw Halik | |
2016-08-29 | cmake/msvc: add useful debug flags | Stanislaw Halik | |
2016-08-29 | cmake/msvc: only add -Werror= when building opentrack | Stanislaw Halik | |
2016-08-28 | cmake/msvc: add warning flag logic to toolchain def | Stanislaw Halik | |
2016-08-25 | cmake/msvc: disable /MP, we're using jom | Stanislaw Halik | |
2016-08-23 | cmake/msvc: typo | Stanislaw Halik | |
2016-08-23 | cmake/msvc: prevent warning when passing shared flags to static libs | Stanislaw Halik | |
2016-08-23 | cmake: add msvc toolchain file | Stanislaw Halik | |