Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-10 | filter/accela: punt if running ahead of the input value | Stanislaw Halik | |
2017-05-10 | cmake: also copy Qt pdb files if they exist | Stanislaw Halik | |
2017-05-10 | cmake/msvc: -Gm requires -Zi | Stanislaw Halik | |
2017-05-10 | api/plugins: modernize C++ and Qt | Stanislaw Halik | |
2017-05-10 | tracker/steamvr: expose all valid devices | Stanislaw Halik | |
2017-05-10 | options: don't create QSettings all the time | Stanislaw Halik | |
Update usages. | |||
2017-05-10 | compat/util: more utils | Stanislaw Halik | |
2017-05-10 | compat/timer-resolution: don't include windows.h in header | Stanislaw Halik | |
2017-05-10 | cmake/msvc: add -DHAS_EXCEPTIONS=0 | Stanislaw Halik | |
2017-05-10 | cmake: unbreak linker language detect for GNU | Stanislaw Halik | |
2017-05-10 | cmake: APPEND_STRING must have a space in front | Stanislaw Halik | |
2017-05-10 | options/bundle: skip needless compare-twice | Stanislaw Halik | |
2017-05-10 | compat: add map/filter template functions | Stanislaw Halik | |
2017-05-10 | Delete permissive-license.png | Stanisław Halik | |
2017-05-09 | Update CONTRIBUTING.md | Stanisław Halik | |
2017-05-04 | filter/accela: allow for up to 300 ms smoothingopentrack-2.3.1.6 | Stanislaw Halik | |
2017-05-03 | cmake: conditionalize .pdb install on MSVC | Stanislaw Halik | |
I haven't written the binutils equivalent yet. The official builds will come with debug info but it defaults to disabled. cf. https://github.com/opentrack/opentrack/issues/605#issuecomment-298856218 | |||
2017-05-03 | cmake: simplify | Stanislaw Halik | |
The original was pretty tasteless. | |||
2017-05-03 | cmake: also set .pdb generation, duh | Stanislaw Halik | |
2017-05-03 | cmake: simplify | Stanislaw Halik | |
otr_module is still long but more readable now. There shouldn't be any breaking changes. Also, .pdb install is now enabled. The rationale is that unless the user performs a build on his own, the original .pdb files are long gone. Still need to add splitdebug for Unix installations. | |||
2017-05-03 | revert msvc utf-8 source file encoding | Stanislaw Halik | |
cf. https://github.com/opentrack/opentrack/issues/605#issuecomment-298637288 | |||
2017-05-02 | tracker/rs: fix utf-8 string literals on msvc | Stanislaw Halik | |
cf. https://github.com/opentrack/opentrack/issues/605#issuecomment-298637288 | |||
2017-05-02 | cmake/msvc: always pass -source-charset | Stanislaw Halik | |
The toolchain file isn't always used. | |||
2017-05-02 | compat/timer-resolution: use undocumented windows API | Stanislaw Halik | |
Unlike timeBeginPeriod in winmm, this one sets the timer resolution for the calling process, only. | |||
2017-05-02 | simple-mat: return 0 norm if below epsilon | Stanislaw Halik | |
2017-05-02 | tracker/rs: fixed SDK runtime installation cmd | Xavier 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-05-01 | simple-mat: broke cross product formula | Stanislaw Halik | |
2017-05-01 | pose-widget: catch 90 deg oblique rotation sooner | Stanislaw Halik | |
2017-05-01 | simple-mat: add vector norm | Stanislaw Halik | |
2017-04-30 | spline: really fix moving points together | Stanislaw Halik | |
2017-04-30 | spline/widget: fix moving points close together | Stanislaw Halik | |
They disappeared and clumped together. | |||
2017-04-30 | gui: fix degree symbol in mapping window | Stanislaw Halik | |
2017-04-30 | cmake/msvc: don't warn on charset includes | Stanislaw Halik | |
They're in dependencies. | |||
2017-04-30 | filter/accela: reduce microstutter | Stanislaw Halik | |
Discussed-with: @mrsanchos | |||
2017-04-30 | spline: show tooltip in preview only mode | Stanislaw Halik | |
2017-04-30 | filter/accela: allow up to 300 ms smoothing | Stanislaw Halik | |
2017-04-29 | filter/accela: prevent overshoot with ewma | Stanislaw Halik | |
2017-04-29 | add -Wno-error where applicable | Stanislaw Halik | |
2017-04-29 | options/tie: allow for binding with a format string | Stanislaw Halik | |
2017-04-29 | filter/accela: make ewma working in 3-axis mode | Stanislaw Halik | |
2017-04-29 | filter/accela: format label text | Stanislaw Halik | |
2017-04-29 | cv, pose-widget: don't premultiply alpha | Stanislaw Halik | |
It doesn't improve perf. | |||
2017-04-29 | compat/util: add macro for memoizing values | Stanislaw Halik | |
2017-04-29 | compat/meta: add basic template metaprogramming header | Stanislaw Halik | |
2017-04-29 | compat/simple-mat: initialize like a single-dimensional array | Stanislaw Halik | |
I have no idea why this works. | |||
2017-04-29 | cmake/msvc: don't force sse2 for all projects | Stanislaw Halik | |
In particular OpenCV now branches on extensions at runtime. | |||
2017-04-29 | coverity: simplify directory structure | Stanislaw Halik | |
2017-04-20 | proto/udp: rename one more occurence | Stanislaw Halik | |
Issue: #571 | |||
2017-04-20 | i18n: mark as finished | Stanislaw Halik | |
Issue: #602 | |||
2017-04-20 | tracker/udp: update NL translation | Stanislaw Halik | |
Issue: #571 |