summaryrefslogtreecommitdiffhomepage
path: root/tracker-rs/rs_impl
AgeCommit message (Collapse)Author
2018-12-06cruft onlyStanislaw Halik
2018-04-05tracker/rs/impl: fix buildStanislaw Halik
Breaks on Visual Studio 15.7.0 Preview 2 due to: - _InterlockedIncrement - _InterlockedDecrement
2017-05-12tracker/realsense: make GNU build less noisyStanislaw Halik
I'm only using it for Coverity builds and it's not expected to work with GNU.
2017-03-27cmake: rename project's function prefixStanislaw Halik
It's not annoying having to type it anymore. Also "otr_boilerplate" -> "otr_module".
2017-02-27remove unfinished polish translation filesStanislaw Halik
Polish speakers typically know English well enough and translations are awkward.
2017-02-21modules: add .ts filesStanislaw Halik
2016-11-05delete empty .tsStanislaw Halik
2016-11-04modules: add autogenerated translation filesStanislaw Halik
2016-10-07tracker/rs: fix warning on msvc 15 preview 5Stanislaw Halik
2016-08-29tracker/rs: don't export from a static libraryStanislaw Halik
Actually generates symbols.
2016-08-28tracker/rs: connect rs_impl to buildStanislaw Halik
Pinging @ph0b.
2016-08-25tracker/rs: disable nodefaultlib. we're using /MT globally now for msvc.Stanislaw Halik
2016-07-07tracker/rs: add /nologo to impl lib.exe invocationStanislaw Halik
2016-07-07tracker/rs: use static linkageStanislaw 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-07tracker/rs: allow batch file invocation from another working directoryStanislaw Halik
2016-07-07tracker/rs: add 64-bit prebuilt libraryStanislaw Halik
2016-07-07tracker/rs: add support for 64-bit libraryStanislaw Halik
2016-06-01tracker-rs: updated to SDK 2016 R2. Added more debug information and safeguards.Xavier Hallade
2016-02-11tracker/rs: updated runtime to 2016 R1.Xavier Hallade
2016-02-03tracker/rs: added camera preview, removed separate process and TCP socketXavier Hallade
the RS implementation still resides in a different DLL as it has to be compiled separately by MSVC compiler.
2015-11-26tracker/rs: updated RealSense SDK to R5-HF1Xavier Hallade
2015-11-19tracker-rs: updated RealSense SDK version to R5Xavier Hallade
2015-10-30move to subdirectory-based build systemStanislaw Halik
Closes #224