aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* parse out integers and floatsJoshua Allen2017-03-072-2/+80
* remove unused functionJoshua Allen2017-03-062-9/+1
* Load strings from config files.Joshua Allen2017-03-063-2/+60
* Set max sensor # so it doesn't get confusd with -1 data.cnlohr2017-03-051-1/+8
* Split out into some more things in the include folder. Getting closer to try...cnlohr2017-03-031-2/+0
* First thoughts on a resolver?cnlohr2017-03-031-2/+1
* cleanup, add some logging data to calinfo, open up restrictive rules about se...cnlohr2017-03-022-1/+23
* compile time check of float typeJoshua Allen2017-02-271-4/+4
* check for correct float sizeJoshua Allen2017-02-271-1/+5
* return set float valueJoshua Allen2017-02-271-1/+1
* Merge branch 'master' of github.com:cnlohr/libsurviveJosh Allen2017-02-2710-1010/+1285
|\
| * cleanupcnlohr2017-02-264-6/+34
| * Merge branch 'master' of https://github.com/cnlohr/libsurvivecnlohr2017-02-263-1/+221
| |\
| * | Huge shift: Put HTC vive into its own file, to free up the rest of the system...cnlohr2017-02-2510-1008/+1259
* | | basic config can be written to fileJoshua Allen2017-02-273-150/+119
* | | use json helpersJoshua Allen2017-02-261-21/+7
* | | some progress on json file writingJoshua Allen2017-02-252-68/+155
* | | Merge branch 'master' of github.com:cnlohr/libsurviveJoshua Allen2017-02-251-14/+19
|\ \ \ | | |/ | |/|
| * | Merge branch 'master' of https://github.com/cnlohr/libsurvivecnlohr2017-02-252-0/+219
| |\ \
| * | | Update code to allow for headless mode.cnlohr2017-02-251-14/+19
| | |/ | |/|
* | | specify typesJoshua Allen2017-02-251-0/+9
| |/ |/|
* | integer not floatJoshua Allen2017-02-251-1/+1
* | float to FLTJoshua Allen2017-02-252-16/+17
* | Merge github.com:cnlohr/libsurviveJoshua Allen2017-02-255-24/+294
|\|
| * Update files, working lhfind whithin libsurvive.cnlohr2017-02-255-24/+294
* | initial commit of config parserJoshua Allen2017-02-252-0/+218
|/
* making progresscnlohr2017-02-213-17/+110
* Working on it, not quite tested.cnlohr2017-02-213-28/+216
* closing in on finding common cal points.cnlohr2017-02-162-11/+49
* Start collecting data. Getting closer to having a full cal stack.cnlohr2017-02-162-3/+59
* Move to having an angle callback.cnlohr2017-02-166-29/+97
* update with more integration stuff.cnlohr2017-02-162-5/+42
* Merge branch 'master' of github.com:axlecrusher/libsurviveJosh Allen2017-02-161-2/+4
|\
| * fix compile error when not using c99 or c11Joshua Allen2017-02-151-2/+4
* | full implementation of half float to single floatJosh Allen2017-02-161-15/+39
|/
* handle infinity and NaN, also signed zeroJosh Allen2017-02-141-4/+11
* use 0 and not buffer offsetJosh Allen2017-02-141-1/+1