aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Split out disambiguators into seperate compilation unitsJustin Berger2018-03-221-4/+4
|
* Moved pose to linmath to support stronger typingJustin Berger2018-03-211-2/+3
|
* Updated make clean target to do a deeper cleanJustin Berger2018-03-171-1/+1
|
* Merge branch 'master' into sbaJustin Berger2018-03-171-2/+16
|\
| * Added transpose timing testsJustin Berger2018-03-171-1/+1
| |
| * Fixed testJustin Berger2018-03-171-1/+5
| |
| * Fixed gemmJustin Berger2018-03-171-1/+7
| |
| * Added test target, mul testJustin Berger2018-03-171-0/+3
| |
| * Removed GFX guts out of data_recorderJustin Berger2018-03-161-1/+1
| |
* | Removed unneeded prints; fixed memory issue in sba poserJustin Berger2018-03-161-1/+1
| |
* | Add sba poserJustin Berger2018-03-161-3/+4
|/
* Refactored how the persistence (now called sensor_activations) workedJustin Berger2018-03-161-2/+4
|
* Forgot filesJustin Berger2018-03-151-2/+1
|
* Refactored the minimal ocv to be in redistJustin Berger2018-03-151-2/+2
|
* Removed cruft from MakefileJustin Berger2018-03-151-10/+2
|
* Removed printfs, fixed a segfaultJustin Berger2018-03-151-1/+1
|
* Results out of epnpJustin Berger2018-03-151-1/+1
|
* Added first draft of epnp codeJustin Berger2018-03-151-3/+19
|
* Allowed overriding of CC in makefileJustin Berger2018-03-141-1/+1
|
* Changed include to not have 'redist'Justin Berger2018-03-121-1/+1
|
* Redirected posers to used passed in callbacksJustin Berger2018-03-121-1/+1
|
* Added code which calculates the error for each calibration type; also made ↵Justin Berger2018-03-111-1/+1
| | | | sure to always save the calibration
* Switch from pos,quat to pose. Also change initialization order.cnlohr2018-03-101-7/+10
|
* Use HIDAPI and update formatting for the data recorder.cnlohr2018-03-101-3/+3
|
* Added playback device driverJustin Berger2018-03-081-1/+1
|
* Included CNFGCocoaNSImageDriver now defaultultramn2017-05-171-3/+5
|
* Fix warnings and compilation on Linuxcnlohr2017-05-141-1/+2
|
* removed libusb1.0ultramn2017-05-141-1/+1
|
* Merge branch 'master' of https://github.com/cnlohr/libsurviveultramn2017-05-141-12/+19
|\
| * Add extra poserscnlohr2017-04-291-1/+1
| |
| * Allow modificaiton of .o files for inclusion of different features.cnlohr2017-04-291-3/+5
| |
| * log synctimes.cnlohr2017-03-201-0/+6
| |
| * bump rawdraw to newest version.cnlohr2017-03-171-4/+4
| |
* | Minor revisions to OSX Makefileultramn2017-05-141-3/+14
|/
* Makefile now compiles on Macultramn2017-03-161-3/+3
|
* Modified Makefile to compile on Macultramn2017-03-161-5/+24
|
* Almost compiles on Apple (not quite there)ultramn2017-03-161-1/+1
|
* Fix crashes in Linux without hidapi, and fix buffer overflow bug.cnlohr2017-03-161-1/+1
|
* fix puff for headset.cnlohr2017-03-151-0/+10
|
* Handle autoregistration of startup functions.cnlohr2017-03-141-1/+5
|
* Update to posers, etc... Still not working.cnlohr2017-03-121-1/+1
|
* Update with almost working poser information stuff. This has been long ↵cnlohr2017-03-111-4/+3
| | | | stream to live. Goobye.
* Update a few files... need to get working with linmath. But first switching ↵cnlohr2017-03-111-9/+16
| | | | accounts.
* update with poser in treecnlohr2017-03-081-5/+10
|
* Architect the way the posers receive data.cnlohr2017-03-081-1/+1
|
* Split out into some more things in the include folder. Getting closer to ↵cnlohr2017-03-031-1/+1
| | | | trying to have posers.
* cleanup, add some logging data to calinfo, open up restrictive rules about ↵cnlohr2017-03-021-1/+1
| | | | sensor positions, clean cleans redist/
* Merge branch 'master' of github.com:cnlohr/libsurviveJosh Allen2017-02-271-2/+2
|\
| * Merge branch 'master' of https://github.com/cnlohr/libsurvivecnlohr2017-02-261-2/+5
| |\
| * | Huge shift: Put HTC vive into its own file, to free up the rest of the ↵cnlohr2017-02-251-2/+2
| | | | | | | | | | | | system for libsurvive.