Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-26 | more cmake cruft | Stanislaw Halik | |
2022-10-21 | cmake: really make the preset dir properly this time | Stanislaw Halik | |
2022-10-21 | cmake: force relink to hopefully fix wiimote bug | Stanislaw Halik | |
Issue: #1554 | |||
2022-10-21 | cmake/msvc: kill -D_CRT_BUILTIN_OFFSETOF | Stanislaw Halik | |
2022-10-21 | cmake: kill crufty msvc-clang toolchain file | Stanislaw Halik | |
It was messing up my zsh tab completion. | |||
2022-10-19 | cmake: create empty presets dir on install | Stanislaw Halik | |
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: less logspam on `make install` | Stanislaw Halik | |
2022-10-10 | cmake/msvc: cleanup | Stanislaw Halik | |
2022-10-10 | cmake/msvc: update | Stanislaw Halik | |
2022-06-16 | cmake: don't pass OPENTRACK_ORG on cmdline | Stanislaw Halik | |
2022-06-05 | bump CMAKE_CXX_STANDARD | Stanislaw Halik | |
2022-04-19 | fix i18n generation | Stanislaw Halik | |
2022-01-25 | cmake/msvc: allow setting opentrack-64bit via cmdline | Stanislaw Halik | |
2022-01-11 | boring crap | Stanislaw Halik | |
2022-01-05 | cmake: disable another warning | Stanislaw Halik | |
2022-01-02 | cmake: try to fix CI | Stanislaw Halik | |
2021-12-31 | cmake/msvc: add more conformance crap | Stanislaw Halik | |
2021-12-31 | cmake: always use -Zc:inline for msvc | Stanislaw Halik | |
2021-12-31 | cmake: future-proof the msvc version check for -external:W0 | Stanislaw Halik | |
2021-12-31 | cmake: always use -Zc:preprocessor for MSVC | Stanislaw Halik | |
2021-12-20 | cmake: pass -external:W0 | 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-20 | cmake: add CONFIGURE_DEPENDS | 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-19 | cmake/i18n: fix lupdate not running | Stanislaw Halik | |
2021-12-17 | cmake/msvc: workaround clangd offsetof() warning | Stanislaw Halik | |
2021-12-16 | cmake/msvc: add conformant preprocessor | Stanislaw Halik | |
2021-12-14 | cmake: fix i18n lupdate/lrelease running too often or not at all | Stanislaw Halik | |
2021-12-14 | cmake: fix i18n not updating | Stanislaw Halik | |
2021-11-20 | cmake: fix typoopentrack-2021.2.0 | Stanislaw Halik | |
2021-10-10 | cmake: add missing quotes while at it | Stanislaw Halik | |
2021-10-10 | cmake: fix Linux install prefix | Stanislaw Halik | |
Reported and tested by: @GDsouza | |||
2021-10-07 | cmake/msvc: disable opencv thread support | Stanislaw Halik | |
2021-10-07 | cmake: remove src install | Stanislaw Halik | |
2021-10-04 | tracker/{aruco,easy,pt,wii}, video/opencv: allow dynamic opencv | 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: don't force msvc diagnostics format | 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-11 | Merge pull request #1307 from DaWelter/improved-onnx-findscript | Stanislaw Halik | |
cmake: improve the FindONNXRuntime script and install the ONNX dll | |||
2021-08-06 | cmake: fix opencv build | Stanislaw Halik | |
2021-08-05 | cmake: improve the FindONNXRuntime script and install the ONNX dll | Michael Welter | |
* Add ONNXRuntime_DIR variable * Change target name to onnxruntime::onnxruntime following naming conventions for imported libs * Look for the DLL on windows and store it in a variable for later * Correctly define the properties of the import library * Change names and logic for global variables to follow standard conventions * Change import library type from UNKNOWN to SHARED in order to make msvc link against the .lib file, not the dll. | |||
2021-08-02 | Fix include path for release package | Guillaume Dollé | |
* Revert include header changes * Address the following review remarks for include path https://github.com/opentrack/opentrack/pull/1306#discussion_r680548570 https://github.com/opentrack/opentrack/pull/1306#discussion_r680548755 https://github.com/opentrack/opentrack/pull/1306#discussion_r680548800 https://github.com/opentrack/opentrack/pull/1306#discussion_r680549144 | |||
2021-08-01 | Fix link library | Guillaume Dollé | |
- Address review comment https://github.com/opentrack/opentrack/pull/1306#discussion_r680484878 - Update ONNXRuntime module to use a specific `onnxruntime` target. - Use OpenCV components instead. NOTE: ONNXRuntinme may provide their own ONNXRuntimeConfig.cmake and ONNXRuntimeVersion.cmake in the future. See https://github.com/microsoft/onnxruntime/issues/3124 for reference |