Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2021-08-01 | Add ONNXRuntime cmake module | Guillaume Dollé | |
2021-06-07 | Fix path to games.csv file for *nix builds. | Ackurus | |
Change the runtime document path so it will line up with the correct directory in *nix builds. Allows for the settings directory to be accessed such as the games.csv file. | |||
2021-05-12 | cmake: add Qt build support | Stanislaw Halik | |
2020-07-01 | cmake: fix msvc exception model | Stanislaw Halik | |
2020-03-29 | cmake: remove old rift build code | Stanislaw Halik | |
2020-03-07 | cmake: make install prefix path variables more clear | Stanislaw Halik | |
Pointed out by: @rvt | |||
2020-02-29 | cmake: fix host system detection | Stanislaw Halik | |
2020-01-16 | cmake: no longer require qt 5.14 | 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. | |||
2020-01-13 | cmake: require Qt 5.14 | Stanislaw Halik | |
2020-01-13 | cmake: reduce qt component list | Stanislaw Halik | |
PR: #1006 | |||
2020-01-05 | Copy third party DLL/EXE to third party direcoty for WINE users | Ries van Twisk | |
2020-01-04 | Handled review comments | Ries van Twisk | |
2019-12-30 | Removed unused FindLibUSB | Ries van Twisk | |
2019-12-28 | Cleanup bundle generation | Ries van Twisk | |