summaryrefslogtreecommitdiffhomepage
path: root/tracker-hydra
AgeCommit message (Collapse)Author
2016-07-19some: replace hardcoded pi values with the same pi constantStanislaw Halik
We can't depend on M_PI existing after including cmath.
2016-07-18some: adjust install paths and invocationsStanislaw Halik
2016-07-07cmake: check word sizeStanislaw Halik
2016-07-06tracker/hydra: fix another typoStanislaw Halik
2016-07-06tracker/hydra: fix typo (osx)Stanislaw Halik
2016-07-06hydra: fix cmake brainoStanislaw Halik
2016-07-06cmake/hydra: try fix osx sixense linkStanislaw Halik
2016-06-09tracker/hydra: fix float/double promotionsStanislaw Halik
2016-05-26many modules: trivial cleanups onlyStanislaw Halik
- Remove "this->" where it's not needed. Possibly rename shadowed vars. - Don't reload the options bundle manually since `options::opts' exists for that very reason. - Remove '^ \+$' whitespace - :retab
2015-11-01all: adjust options.hpp move to compatStanislaw Halik
2015-10-30cmake: cleanup hydraStanislaw Halik
2015-10-30move to subdirectory-based build systemStanislaw Halik
Closes #224