summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2017-05-16add otr_prop for appending property stringsStanislaw Halik
2017-05-16cmake: fix makefile dependenciesStanislaw Halik
2017-05-16add batch script for building with msvcStanislaw Halik
2017-05-16cleanupStanislaw Halik
2017-05-16cmake/mingw-w64: update for cygwin crossStanislaw Halik
2017-05-16gitignore: add intellijStanislaw Halik
2017-05-14compat/timer: remove unused headersStanislaw Halik
2017-05-14forced commit to note fixed linux supportStanislaw Halik
Was fixed in 8fe48092^^..a4917d0e The reported issue was fixed as part of 0f634ee3 Closes #618
2017-05-14options/tie: appease llvmStanislaw Halik
for some reason can't put a parameter pack after an optional argument. go figure.
2017-05-14logic/tracker: cast to milliseconds before getting raw countStanislaw Halik
Previously it wasn't portable.
2017-05-14compat/timer: add missing assert includeStanislaw Halik
2017-05-14compat/simple-mat: pass -Werror on llvmStanislaw Halik
2017-05-14Merge pull request #617 from miniskipper/unstableStanisław Halik
fix linux build
2017-05-14Merge branch 'unstable' into unstableStanisław Halik
2017-05-12bin: add drmemory suppressionsStanislaw Halik
2017-05-12tracker/hatire: try to fix busy-looping harderStanislaw Halik
Need discussion in: #139
2017-05-12logic/tracker: use std::chronoStanislaw Halik
2017-05-12options: split up value.hpp headerStanislaw Halik
Also combine the traits classes and make them more useful.
2017-05-12minor fixes onlyStanislaw Halik
2017-05-12cmake: fix no-opStanislaw 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-12compat/util: add PROG1, adjust clampStanislaw Halik
2017-05-12cmake: don't relink when no headers changeStanislaw Halik
This makes release builds hella fast.
2017-05-12compat/timer: add std::chrono supportStanislaw Halik
2017-05-12fix linux buildSven Kocksch
2017-05-10spline: add commentStanislaw Halik
2017-05-10pose-widget: add empty space to prevent out-out-bounds writesStanislaw Halik
2017-05-10compat/util: simplifyStanislaw Halik
2017-05-10spline: rename, change call siteStanislaw Halik
2017-05-10spline: recompute spline config lazilyStanislaw Halik
2017-05-10cmake: fix var expansion for older cmake versionsStanislaw Halik
2017-05-10compat/functional: add generic value-constant typeStanislaw Halik
2017-05-10meta: add index sequence with types as indicesStanislaw Halik
2017-05-10spline: reformatStanislaw Halik
2017-05-10pose-widget: projected pixel overflow isn'n an issueStanislaw Halik
2017-05-10spline: fix points deleting themselves on dragging to originStanislaw Halik
2017-05-10proto/evdev: that didn't make senseStanislaw Halik
2017-05-10options/group: nicely format debug timestampStanislaw Halik
2017-05-10tracker/test: add a quick way to crash the applicationStanislaw Halik
Don't leave home without it.
2017-05-10spline: refactorStanislaw 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-10options/tie: allow for custom-formatting the ini valueStanislaw Halik
2017-05-10filter/ewma: fix labelsStanislaw Halik
- single step is a round value now - use a `tie_setting' overload for formatting the value, rather than a separate slot
2017-05-10get rid of the silly mem -> shared_ptr aliasStanislaw Halik
2017-05-10filter/accela: punt if running ahead of the input valueStanislaw Halik
2017-05-10cmake: also copy Qt pdb files if they existStanislaw Halik
2017-05-10cmake/msvc: -Gm requires -ZiStanislaw Halik
2017-05-10api/plugins: modernize C++ and QtStanislaw Halik
2017-05-10tracker/steamvr: expose all valid devicesStanislaw Halik
2017-05-10options: don't create QSettings all the timeStanislaw Halik
Update usages.
2017-05-10compat/util: more utilsStanislaw Halik