aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove winbuild folder.CNLohr2017-03-171-1/+1
* Fix WarningsCNLohr2017-03-178-18/+26
* Almost compiles on Apple (not quite there)ultramn2017-03-163-2/+6
* zao's changes for FreeBSDmwturvey2017-03-162-0/+10
* Merge branch 'master' into WinSupport2mwturvey2017-03-164-69/+50
|\
| * Fix crashes in Linux without hidapi, and fix buffer overflow bug.cnlohr2017-03-162-3/+8
| * Fix compile warningcnlohr2017-03-161-2/+1
| * Fix: Initialize both lighthouse configs.CNLohr2017-03-161-1/+2
| * Fix lighthouse capture mechanism to match new valve.CNLohr2017-03-161-52/+17
| * Make the vive able to deal with data in new-valve-mode or old-valve-mode.CNLohr2017-03-161-15/+19
| * add note about extra 2 bytes.cnlohr2017-03-151-0/+1
| * fix puff for headset.cnlohr2017-03-152-3/+3
| * print lots of sync dataJoshua Allen2017-03-151-0/+2
| * Merge branch 'master' of github.com:cnlohr/libsurviveJoshua Allen2017-03-158-359/+330
| |\
| * | rename variablesJoshua Allen2017-03-151-21/+22
* | | fix linux buildmwturvey2017-03-161-2/+1
* | | Manual registration on Windowsmwturvey2017-03-161-11/+11
* | | Last try at getting linktime registration working under MSVCmwturvey2017-03-161-0/+11
* | | Building & basic runningmwturvey2017-03-151-1/+2
* | | Windows Compilingmwturvey2017-03-152-21/+20
| |/ |/|
* | fix compile in Linuxcnlohr2017-03-151-1/+1
* | Few more cleanup tweaks. Almost there.CNLohr2017-03-151-4/+4
* | Reading data, no cal data.CNLohr2017-03-154-53/+105
* | Getting very close to a Windows port.CNLohr2017-03-152-22/+187
* | Handle autoregistration of startup functions.cnlohr2017-03-141-1/+22
* | Update with the start of things to make TCC go in Windows.CNLohr2017-03-141-1/+4
* | Almost able to build on Windows.CNLohr2017-03-144-314/+42
|/
* Update calibration system to use distances. Need to process through that dat...cnlohr2017-03-144-162/+121
* Merge branch 'TrackerSupport2' of https://github.com/mwturvey/libsurvive into...cnlohr2017-03-133-33/+75
|\
| * More changes to gracefully support a trackerMichael Turvey2017-03-123-15/+47
| * Adding Tracker supportMichael Turvey2017-03-111-18/+28
* | save config after ootx data is completedJoshua Allen2017-03-121-1/+7
* | Update to posers, etc... Still not working.cnlohr2017-03-126-24/+372
* | update with another test.cnlohr2017-03-123-23/+28
* | Update with almost working poser information stuff. This has been long stream...cnlohr2017-03-113-8/+603
* | general updates from the current livestream.cnlohr2017-03-113-4/+13
* | Update a few files... need to get working with linmath. But first switching ...cnlohr2017-03-111-1/+1
|/
* do not malloc if size is 0Joshua Allen2017-03-081-1/+5
* comment out unneeded #definesJoshua Allen2017-03-081-2/+2
* shoehorn configuration into SurviveContextJoshua Allen2017-03-084-24/+64
* Merge branch 'master' of github.com:cnlohr/libsurviveJoshua Allen2017-03-0813-212/+213
|\
| * update with poser in treecnlohr2017-03-081-0/+52
| * Architect the way the posers receive data.cnlohr2017-03-084-19/+85
| * cleaning up more header stuffcnlohr2017-03-085-34/+9
| * Move most of the libsurvive stuff into a common area.cnlohr2017-03-082-95/+4
| * Switch types over to avoiding extra struct keyword. Switch poses to "Survive...cnlohr2017-03-089-84/+83
* | null after freeJoshua Allen2017-03-071-2/+2
|/
* add init and destroy functions for config_entryJoshua Allen2017-03-071-10/+14
* dynamically expand config_entries in config_groupJoshua Allen2017-03-071-9/+26
* simplify use of reallocJoshua Allen2017-03-071-11/+8