Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-16 | add otr_prop for appending property strings | Stanislaw Halik | |
2017-05-16 | cmake: fix makefile dependencies | Stanislaw Halik | |
2017-05-16 | add batch script for building with msvc | Stanislaw Halik | |
2017-05-16 | cleanup | Stanislaw Halik | |
2017-05-16 | cmake/mingw-w64: update for cygwin cross | Stanislaw Halik | |
2017-05-16 | gitignore: add intellij | Stanislaw Halik | |
2017-05-14 | compat/timer: remove unused headers | Stanislaw Halik | |
2017-05-14 | forced commit to note fixed linux support | Stanislaw Halik | |
Was fixed in 8fe48092^^..a4917d0e The reported issue was fixed as part of 0f634ee3 Closes #618 | |||
2017-05-14 | options/tie: appease llvm | Stanislaw Halik | |
for some reason can't put a parameter pack after an optional argument. go figure. | |||
2017-05-14 | logic/tracker: cast to milliseconds before getting raw count | Stanislaw Halik | |
Previously it wasn't portable. | |||
2017-05-14 | compat/timer: add missing assert include | Stanislaw Halik | |
2017-05-14 | compat/simple-mat: pass -Werror on llvm | Stanislaw Halik | |
2017-05-14 | Merge pull request #617 from miniskipper/unstable | Stanisław Halik | |
fix linux build | |||
2017-05-14 | Merge branch 'unstable' into unstable | Stanisław Halik | |
2017-05-12 | bin: add drmemory suppressions | Stanislaw Halik | |
2017-05-12 | tracker/hatire: try to fix busy-looping harder | Stanislaw Halik | |
Need discussion in: #139 | |||
2017-05-12 | logic/tracker: use std::chrono | Stanislaw Halik | |
2017-05-12 | options: split up value.hpp header | Stanislaw Halik | |
Also combine the traits classes and make them more useful. | |||
2017-05-12 | minor fixes only | Stanislaw Halik | |
2017-05-12 | cmake: fix no-op | Stanislaw Halik | |
2017-05-12 | tracker/realsense: make GNU build less noisy | Stanislaw Halik | |
I'm only using it for Coverity builds and it's not expected to work with GNU. | |||
2017-05-12 | compat/util: add PROG1, adjust clamp | Stanislaw Halik | |
2017-05-12 | cmake: don't relink when no headers change | Stanislaw Halik | |
This makes release builds hella fast. | |||
2017-05-12 | compat/timer: add std::chrono support | Stanislaw Halik | |
2017-05-12 | fix linux build | Sven Kocksch | |
2017-05-10 | spline: add comment | Stanislaw Halik | |
2017-05-10 | pose-widget: add empty space to prevent out-out-bounds writes | Stanislaw Halik | |
2017-05-10 | compat/util: simplify | Stanislaw Halik | |
2017-05-10 | spline: rename, change call site | Stanislaw Halik | |
2017-05-10 | spline: recompute spline config lazily | Stanislaw Halik | |
2017-05-10 | cmake: fix var expansion for older cmake versions | Stanislaw Halik | |
2017-05-10 | compat/functional: add generic value-constant type | Stanislaw Halik | |
2017-05-10 | meta: add index sequence with types as indices | Stanislaw Halik | |
2017-05-10 | spline: reformat | Stanislaw Halik | |
2017-05-10 | pose-widget: projected pixel overflow isn'n an issue | Stanislaw Halik | |
2017-05-10 | spline: fix points deleting themselves on dragging to origin | Stanislaw Halik | |
2017-05-10 | proto/evdev: that didn't make sense | Stanislaw Halik | |
2017-05-10 | options/group: nicely format debug timestamp | Stanislaw Halik | |
2017-05-10 | tracker/test: add a quick way to crash the application | Stanislaw Halik | |
Don't leave home without it. | |||
2017-05-10 | spline: refactor | Stanislaw Halik | |
Generally nothing of importance, just readability. - There was a particularly scary typo where: const unsigned end = std::min(unsigned(value_count), unsigned(p2_x * mult_)); clamping to value_count doesn't make sense, given arbitrary p2_x. - Try harder to avoid assigning s->points. Also the overlap threshold constant was arbitrarily too high. - Sort predicate is meant to use strict ordering, not partial total order. | |||
2017-05-10 | options/tie: allow for custom-formatting the ini value | Stanislaw Halik | |
2017-05-10 | filter/ewma: fix labels | Stanislaw Halik | |
- single step is a round value now - use a `tie_setting' overload for formatting the value, rather than a separate slot | |||
2017-05-10 | get rid of the silly mem -> shared_ptr alias | Stanislaw Halik | |
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 | |