Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-14 | cmake: drop executable bit from installed normal files | Stanislaw Halik | |
2017-04-29 | add -Wno-error where applicable | Stanislaw Halik | |
2017-03-27 | cmake: rename project's function prefix | Stanislaw Halik | |
It's not annoying having to type it anymore. Also "otr_boilerplate" -> "otr_module". | |||
2017-03-22 | tracker/rs: fix for Coverity builds | Stanislaw Halik | |
2017-01-29 | tracker/rs: dead code, rest in peace | Stanislaw Halik | |
2016-08-28 | tracker/rs: connect rs_impl to build | Stanislaw Halik | |
Pinging @ph0b. | |||
2016-08-25 | tracker/rs: disable nodefaultlib. we're using /MT globally now for msvc. | Stanislaw Halik | |
2016-08-24 | tracker/rs: fix MSVC link warning | Stanislaw Halik | |
2016-07-18 | some: adjust install paths and invocations | Stanislaw Halik | |
2016-07-07 | tracker/rs: use static linkage | Stanislaw Halik | |
There's no reason not to link statically the impl library. As suggested by @ph0b, use subdirs for each arch. This helps with object file clobber. | |||
2016-07-07 | tracker/rs: add support for 64-bit library | Stanislaw Halik | |
2016-06-01 | tracker-rs: updated to SDK 2016 R2. Added more debug information and safeguards. | Xavier Hallade | |
2016-04-27 | installer: propose install of RealSense runtime on compatible systems | Xavier Hallade | |
When an user installs opentrack on a system which has RealSense F200 or SR300 camera drivers installed, the installer now proposes to install the proper runtime after having displayed its EULA. | |||
2016-02-11 | tracker/rs: updated runtime to 2016 R1. | Xavier Hallade | |
2016-02-03 | tracker/rs: added camera preview, removed separate process and TCP socket | Xavier Hallade | |
the RS implementation still resides in a different DLL as it has to be compiled separately by MSVC compiler. | |||
2015-11-26 | tracker/rs: updated RealSense SDK to R5-HF1 | Xavier Hallade | |
2015-11-19 | tracker-rs: updated RealSense SDK version to R5 | Xavier Hallade | |
2015-10-30 | move to subdirectory-based build system | Stanislaw Halik | |
Closes #224 |