aboutsummaryrefslogtreecommitdiff
path: root/redist/json_helpers.c
Commit message (Collapse)AuthorAgeFilesLines
* Enabled and then cleaned up warningsJustin Berger2018-04-201-2/+3
|
* Removed unneeded prints; fixed memory issue in sba poserJustin Berger2018-03-161-2/+0
|
* Cleaned up memory leaksJustin Berger2018-03-151-0/+1
|
* Results out of epnpJustin Berger2018-03-151-4/+1
|
* Fix a few warningsMike Turvey2018-01-151-1/+1
|
* Fix compiler warningsMike Turvey2018-01-151-1/+1
|
* add function to parse array of floats from jsonJoshua Allen2017-05-061-0/+29
|
* cleanup warningscnlohr2017-04-291-13/+15
|
* More cleanup & finishing genericization of calibratormwturvey2017-03-241-1/+1
|
* Added support for empty string in config.json & other cleanup.mwturvey2017-03-231-1/+2
|
* Move the HID file over to the right place.CNLohr2017-03-171-1/+1
|
* Remove winbuild folder.CNLohr2017-03-171-1/+2
|
* Fix TCC compile.CNLohr2017-03-171-1/+1
|
* Fix WarningsCNLohr2017-03-171-3/+3
|
* Almost compiles on Apple (not quite there)ultramn2017-03-161-1/+1
|
* zao's changes for FreeBSDmwturvey2017-03-161-0/+2
|
* Windows Compilingmwturvey2017-03-151-1/+37
|
* return null if no file is openedJoshua Allen2017-03-081-0/+4
|
* Load strings from config files.Joshua Allen2017-03-061-3/+111
| | | | I need to finish the loading of numeric values and arrays.
* Remove extra asprintf parameteraxlecrusher2017-03-031-3/+3
|
* basic config can be written to fileJoshua Allen2017-02-271-5/+6
|
* json helpers for writingJoshua Allen2017-02-261-0/+63