Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-19 | cmake/msvc: actually disable CMAKE_CROSSCOMPILING | Stanislaw Halik | |
2022-10-18 | cmake/msvc: never crosscompiling | Stanislaw Halik | |
2022-10-18 | cmake/msvc: disable buggy incremental LTO | Stanislaw Halik | |
2022-10-18 | cmake/msvc: squelch warning | Stanislaw Halik | |
2022-10-10 | cmake/msvc: cleanup | Stanislaw Halik | |
2022-10-10 | cmake/msvc: update | Stanislaw Halik | |
2022-01-25 | cmake/msvc: allow setting opentrack-64bit via cmdline | Stanislaw Halik | |
2022-01-11 | boring crap | Stanislaw Halik | |
2021-12-31 | cmake/msvc: add more conformance crap | Stanislaw Halik | |
2021-12-20 | cmake/msvc: use -MT for all build types | Stanislaw Halik | |
2021-12-20 | cmake/msvc: add MSVC_RUNTIME_LIBRARY | Stanislaw Halik | |
2021-12-19 | cmake/msvc: don't use add_compile_options() in toolchain file | Stanislaw Halik | |
Otherwise it breaks asm build for onnxruntime. | |||
2021-12-17 | cmake/msvc: workaround clangd offsetof() warning | Stanislaw Halik | |
2021-12-16 | cmake/msvc: add conformant preprocessor | Stanislaw Halik | |
2021-10-07 | cmake/msvc: disable opencv thread support | Stanislaw Halik | |
2021-10-04 | cmake/msvc: force policy settings for all projects | Stanislaw Halik | |
2021-09-26 | cmake: disable column output for clion | Stanislaw Halik | |
2021-09-26 | cmake: kill opencv plugin stderr output | Stanislaw Halik | |
2021-09-26 | cmake: pass _HAS_EXCEPTIONS=0 globally | Stanislaw Halik | |
2021-08-06 | cmake: fix opencv build | Stanislaw Halik | |
2021-05-12 | cmake: add Qt build support | Stanislaw Halik | |
2020-01-13 | cmake: enable rttiopentrack-2.3.11 | Stanislaw Halik | |
Disabling RTTI leads to crash in QFusion at startup with Qt 5.14. | |||
2019-09-22 | cmake: disable opencv exceptions in toolchain file | Stanislaw Halik | |
2019-05-06 | cmake: cleanup msvc | Stanislaw Halik | |
2019-03-27 | Not changing _ITERATOR_DEBUG_LEVEL default value any more when using default ↵ | Stéphane Lenclud | |
toolchain. Thus making default MSVC build working with default OpenCV static library build. Closes #920. | |||
2019-03-03 | cmake: set RC_FLAGS after compiler is detected | Stanislaw Halik | |
2019-03-03 | cmake: fix debug build crt | Stanislaw Halik | |
2019-02-22 | cmake/msvc: simplify | Stanislaw Halik | |
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 | |