summaryrefslogtreecommitdiffhomepage
path: root/tracker-tobii-eyex/tobii-eyex.hpp
AgeCommit message (Collapse)Author
2017-06-18get rid of "volatile" abuseStanislaw Halik
We heavily used "volatile bool" to check if the thread loop should stop. But this functionality is already provided by Qt5's QThread::requestInterruption. In other cases, "volatile" is wonderfully underspecified so it's better to ditch its usage in favor of std::atomic<t>. At the time we don't appear to be using the "volatile" keyword except when calling win32's Interlocked*() family of functions as necessary. In freetrackclient's header the "volatile" qualifier was used as part of a typedef. This doesn't work. Use it as part of data declaration.
2016-12-09tracker/tobii: flush further work. it's still broken.Stanislaw Halik
2016-12-08tracker/tobii: flush changes, gain is brokenStanislaw Halik
2016-09-19tracker/tobii: fix bitrotStanislaw Halik
2016-09-19tracker/tobii: remove existing mapping code. maybe later revert this.Stanislaw Halik
It doesn't work good enough. Try use splines instead.
2016-09-19tracker/tobii-eyex: initial revisionStanislaw Halik