summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2015-10-21Merge branch 'unstable' into trackhattrackhat-1.1p2Stanislaw Halik
* unstable: cmake: update toolchain file shortcuts: fix osx/linux keystrokes persisting cmake: fix copy-paste comment cmake: add toolchain file for OSX cmake: add osx policy to make it shutup x-plane: ignore diagnostic osx: nix warning gitattributes: more text extensions to eol=lf cmake: timestamp logic simplify/fix cmake: no timestamp for tag builds all: update copyright where appropriate all: comments only cmake: regen before making tarball cmake: fix dropbox share invocation tracker: initialize newpose pt: use previous pose on NaN result from POSIT accela: also don't poison ewma state with nans cmake: fix tarball invocation accela: elide NaN output values qfc: elide NaN values pt: reformat more pt: reformat posit pt: refactor auto threshold somewhat pt: rename ill-chosen name pt: switch min/max point size to reals cmake: upload tarball to Dropbox but only if I'm the user cmake: add tarball timestamp so it gets rebuilt cmake: don't regen version if none changed cmake: fix git describe --dirty cmake: retab git module fix tarball target cmake: mark dirty tree cmake: regen tarball even if exists cmake: generate version.cc tracker: check for NaN values accela: don't check NaNs in filter, wrong place cmake: drop -ffast-math, allow for NaN check shortcuts: actually print screen binding works shortcuts: alias right modifier keys to left modifier keys shortcuts: allow for binding scroll lock and pause/break accela: also filter out NaNs on tracking start allow for filter immediate center
2015-10-21cmake: update toolchain fileStanislaw Halik
2015-10-20shortcuts: fix osx/linux keystrokes persistingopentrack-2.3-rc19p2Stanislaw Halik
2015-10-20cmake: fix copy-paste commentStanislaw Halik
2015-10-20cmake: add toolchain file for OSXStanislaw Halik
2015-10-20cmake: add osx policy to make it shutupStanislaw Halik
2015-10-20x-plane: ignore diagnosticStanislaw Halik
2015-10-20osx: nix warningStanislaw Halik
2015-10-20gitattributes: more text extensions to eol=lfStanislaw Halik
2015-10-20cmake: timestamp logic simplify/fixStanislaw Halik
2015-10-20cmake: no timestamp for tag buildsStanislaw Halik
2015-10-20all: update copyright where appropriateStanislaw Halik
2015-10-20all: comments onlyStanislaw Halik
2015-10-18cmake: regen before making tarballStanislaw Halik
Updates timestamp as it should.
2015-10-18cmake: fix dropbox share invocationStanislaw Halik
2015-10-18tracker: initialize newposeStanislaw Halik
In newpose[i] = elide_nan(tmp[i], newpose[i]); uninitialized memory can be used.
2015-10-18pt: use previous pose on NaN result from POSITStanislaw Halik
This will reset dynamic pose resolution if the error persists.
2015-10-18accela: also don't poison ewma state with nansStanislaw Halik
2015-10-18cmake: fix tarball invocationStanislaw Halik
2015-10-18accela: elide NaN output valuesStanislaw Halik
2015-10-18qfc: elide NaN valuesStanislaw Halik
2015-10-17pt: reformat moreStanislaw Halik
2015-10-17pt: reformat positStanislaw Halik
2015-10-17pt: refactor auto threshold somewhatStanislaw Halik
2015-10-17pt: rename ill-chosen nameStanislaw Halik
2015-10-17pt: switch min/max point size to realsStanislaw Halik
2015-10-17cmake: upload tarball to Dropbox but only if I'm the userStanislaw Halik
2015-10-17cmake: add tarball timestamp so it gets rebuiltStanislaw Halik
2015-10-17cmake: don't regen version if none changedStanislaw Halik
Fixes caused re-link of executable
2015-10-17cmake: fix git describe --dirtyStanislaw Halik
2015-10-17cmake: retab git moduleStanislaw Halik
2015-10-17fix tarball targetStanislaw Halik
2015-10-17cmake: mark dirty treeStanislaw Halik
2015-10-17cmake: regen tarball even if existsStanislaw Halik
2015-10-17cmake: generate version.ccStanislaw Halik
2015-10-17tracker: check for NaN valuesStanislaw Halik
Issue: #255
2015-10-17accela: don't check NaNs in filter, wrong placeStanislaw Halik
2015-10-17cmake: drop -ffast-math, allow for NaN checkStanislaw Halik
2015-10-17shortcuts: actually print screen binding worksStanislaw Halik
It works only if Dropbox doesn't hook the key Issue: #257
2015-10-17shortcuts: alias right modifier keys to left modifier keysStanislaw Halik
Issue: #257 Closes #257
2015-10-17shortcuts: allow for binding scroll lock and pause/breakStanislaw Halik
Print screen doesn't seem to work. Issue: #257
2015-10-16accela: also filter out NaNs on tracking startStanislaw Halik
2015-10-16allow for filter immediate centerStanislaw Halik
2015-10-16pt: default to no minimal point size for trackhatStanislaw Halik
2015-10-16Merge branch 'unstable' into trackhatStanislaw Halik
* unstable: win32-shortcuts: drop null keycode accela: drop NaN/+-inf values
2015-10-16win32-shortcuts: drop null keycodeStanislaw Halik
2015-10-16accela: drop NaN/+-inf valuesStanislaw Halik
2015-10-13fix buildStanislaw Halik
2015-10-13Merge branch 'unstable' into trackhatStanislaw Halik
* unstable: added guideline for contributions using LGPL software Update CONTRIBUTING.md Update README.md added guidelines for external contributions
2015-10-12added guideline for contributions using LGPL softwareXavier Hallade