summaryrefslogtreecommitdiffhomepage
path: root/tracker-rs
AgeCommit message (Collapse)Author
2019-03-18tracker/realsense: fix installer pathStanislaw Halik
For now it's still SDK 2016 R2. Issue: #713
2019-02-14normalize line endingsStanislaw Halik
2019-01-16clang-tidy fixes onlyStanislaw Halik
Maybe global `-Wcomma' is too harsh. There should be no functional changes whatsoever.
2018-12-24cmake, modules: fix project language logic errorsStanislaw Halik
2018-12-19modules: build on Intel arch onlyStanislaw Halik
2018-12-06cruft onlyStanislaw Halik
2018-07-08modernize onlyStanislaw Halik
2018-04-05i18n: update stringsStanislaw Halik
2018-04-05modules: now use i18nStanislaw Halik
2018-04-05tracker/rs/impl: fix buildStanislaw Halik
Breaks on Visual Studio 15.7.0 Preview 2 due to: - _InterlockedIncrement - _InterlockedDecrement
2018-02-12cmake: add zh_CNStanislaw Halik
cf. #746
2018-02-12modules: stop saving line informationStanislaw Halik
Now i18n regen won't make a mess.
2018-02-09update translation source files -- #743Stanislaw Halik
2018-01-18compat/util: retireStanislaw Halik
Adjust usages.
2017-12-09many: use otr_tr for non-qobject translationStanislaw Halik
I haven't even compile-tested Linux and OSX-specific bits.
2017-12-04api: add status check for modulesStanislaw Halik
2017-08-14cmake: drop executable bit from installed normal filesStanislaw Halik
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-05-03revert msvc utf-8 source file encodingStanislaw Halik
cf. https://github.com/opentrack/opentrack/issues/605#issuecomment-298637288
2017-05-02tracker/rs: fix utf-8 string literals on msvcStanislaw Halik
cf. https://github.com/opentrack/opentrack/issues/605#issuecomment-298637288
2017-05-02tracker/rs: fixed SDK runtime installation cmdXavier Hallade
I thought the executable was looked for in workingDir when calling QProcess::startDetached but it's not the case. Providing full path instead. This method works even when there are spaces in the path, as long as a QStringList() of arguments is specified in the call to QProcess::startDetached.
2017-04-29add -Wno-error where applicableStanislaw Halik
2017-04-06tracker/rs: fixed SDK installer cmd pathXavier Hallade
2017-04-06tracker/rs: updated link to 2016 R2 SDK in readmeXavier Hallade
2017-03-27cmake: rename project's function prefixStanislaw Halik
It's not annoying having to type it anymore. Also "otr_boilerplate" -> "otr_module".
2017-03-22tracker/rs: fix for Coverity buildsStanislaw Halik
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
2017-01-29tracker/rs: dead code, rest in peaceStanislaw Halik
2016-11-18gui, modules: add more translatable stringsStanislaw Halik
2016-11-05delete empty .tsStanislaw Halik
2016-11-05modules: make more strings translatableStanislaw Halik
2016-11-04modules: make names uniqueStanislaw Halik
2016-11-04modules: add autogenerated translation filesStanislaw Halik
2016-10-07tracker/rs: fix warning on msvc 15 preview 5Stanislaw Halik
2016-08-31tracker/rs: revert accidental reformat in 9040b187Stanislaw 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-08-24tracker/rs: fix MSVC link warningStanislaw Halik
2016-08-23add missing #pragma onceStanislaw Halik
2016-08-12all: rename modules s#^opentrack-##. and opentrack -> apiStanislaw Halik
Adjust usages.
2016-07-18some: adjust install paths and invocationsStanislaw 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-05-26many modules: trivial cleanups onlyStanislaw Halik
- Remove "this->" where it's not needed. Possibly rename shadowed vars. - Don't reload the options bundle manually since `options::opts' exists for that very reason. - Remove '^ \+$' whitespace - :retab