Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2019-12-27 | Add xplane and aruco | R. van Twisk | |
Add documentsion, source and xplane to DMG | |||
2019-12-20 | Build ps3eye | R. van Twisk | |
2019-12-19 | Fix bundle creation OSX | R. van Twisk | |
2019-12-02 | Fix find_package for Eigen3 | R. van twisk | |
2019-11-30 | Added camera list support for OSX | R. van twisk | |
2019-11-30 | OSX Build fixes | R. van twisk | |
2019-10-29 | proto/{wine,freetrack}: add 64-bit version for freetrackclient | Stanislaw Halik | |
2019-09-22 | cmake: fix non-opencv build | Stanislaw Halik | |
2019-09-22 | cmake: disable opencv exceptions in toolchain file | Stanislaw Halik | |
2019-09-06 | Revert "cmake: cleanup install prefix handling" | Stanislaw Halik | |
Fixes proto/freetrack Issue: #983 | |||
2019-08-01 | cmake: add compile flags for gcc/clang | Stanislaw Halik | |
2019-08-01 | cmake: cleanup install prefix handling | Stanislaw Halik | |
2019-08-01 | fix clang warnings | Stanislaw Halik | |
2019-07-05 | cmake: use `add_compile_options' | Stanislaw Halik | |
2019-07-05 | cmake: exclude git-gtm | Stanislaw Halik | |
2019-07-05 | cmake: use COMPILE_OPTIONS from newer cmake | Stanislaw Halik | |
2019-06-25 | cmake: fix install prefix harder | Stanislaw Halik | |
2019-06-25 | cmake: don't install .a files | Stanislaw Halik | |
2019-06-25 | cmake: fix modules not installing | Stanislaw Halik | |
2019-06-21 | cmake: set executable permissions | Stanislaw Halik | |
2019-06-21 | cmake: find pkg-config on unix | Stanislaw Halik | |
2019-06-21 | cmake: simplify | Stanislaw Halik | |
2019-06-20 | cmake: try fix platform plugin on mingw | Stanislaw Halik | |
2019-06-20 | cmake: fix host win32 check | Stanislaw Halik | |
2019-06-20 | cmake: update cross toolchain | Stanislaw Halik | |
2019-06-20 | cmake: fix build without qserialport | Stanislaw Halik | |
2019-06-20 | cmake: fix cross from linux | Stanislaw Halik | |
2019-05-25 | cmake: fix rpath on first generation | Stanislaw Halik | |