Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-16 | cmake: remove duplication | Stanislaw Halik | |
2018-12-24 | cmake/msvc: fix duplicate code | Stanislaw Halik | |
include(... NO_POLICY_SCOPE) already does that. | |||
2018-12-24 | cmake/msvc: move comment | Stanislaw Halik | |
2018-11-29 | cmake/msvc: generate .pdb fasteropentrack-2.3.11-beta1 | Stanislaw Halik | |
2018-11-14 | cmake/msvc: don't hardcode -machine:x86 | Stanislaw Halik | |
2018-10-27 | cleanup | Stanislaw Halik | |
2018-10-20 | cmake/msvc: fix CRT .pdb link | Stanislaw Halik | |
2018-10-08 | cmake/msvc: fix warning on preview | Stanislaw Halik | |
2018-07-31 | cmake/msvc: shut up harder | Stanislaw Halik | |
2018-07-24 | minor cleanups | Stanislaw Halik | |
2018-07-13 | appease analyzer | Stanislaw Halik | |
2018-07-11 | cmake: fix build | Stanislaw Halik | |
2018-07-10 | cmake/msvc: fix flags duplicating themselves | Stanislaw Halik | |
2018-07-09 | cleanup only | Stanislaw Halik | |
2018-07-08 | cmake/msvc: fix building some other project | Stanislaw Halik | |
2018-06-22 | cmake: remove verbose flags | Stanislaw Halik | |
2018-06-13 | cmake: random stuff | Stanislaw Halik | |
2018-04-05 | cmake/msvc: don't do stack checks | Stanislaw Halik | |
2018-01-18 | cmake/msvc: don't want -Zc:throwingNew | Stanislaw Halik | |
2018-01-18 | cmake/msvc: remove argument set to default value | Stanislaw Halik | |
2018-01-13 | cmake, main: work toward introducing alternative UI | Stanislaw Halik | |
We're going to base opentrack derivatives on the same branch. Previously merges were a living hell. Modularizing the UI code and having continuously-built executables will do a lot. First opentrack variant in progress is a TrackHat device for mouse and scrolling control for people with spine and hand/arm disabilities. | |||
2018-01-10 | cmake/msvc: fix | Stanislaw Halik | |
2018-01-03 | cmake/msvc: prevent link failure on msvc preview | Stanislaw Halik | |
2017-10-27 | cmake/msvc: fix .sln build | Stanislaw Halik | |
2017-10-27 | cmake: fix some logic | Stanislaw Halik | |
2017-10-20 | cmake/msvc: fic stuff | Stanislaw Halik | |
2017-10-13 | cmake/msvc: fix | Stanislaw Halik | |
2017-10-02 | cmake/msvc: fix vars not set | Stanislaw Halik | |
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 | |