summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed linkhash.c for MinGWPablo Sanabria2017-03-261-3/+3
* Fix CMake Build process for MinGW and MSYS2Pablo Sanabria2017-03-262-4/+39
* Merge pull request #311 from jj1118/masterEric Haszlakiewicz2017-03-261-1/+1
|\
| * Fix error C3688 when compiling on Visual Studio 2015: invalid literal suffix ...Jason Li2017-03-241-1/+1
|/
* Merge pull request #310 from marxin/fix-gcc7-warningsEric Haszlakiewicz2017-03-223-11/+13
|\
| * Add FALLTHRU comment to handle GCC7 warnings.marxin2017-03-213-11/+13
|/
* Merge pull request #305 from alexanderst/masterEric Haszlakiewicz2017-03-031-1/+2
|\
| * Fix compilation without C-99 optionAlex2017-03-021-1/+2
|/
* Add a few more cases to test_parse to provide some examples of how parsing wo...Eric Haszlakiewicz2017-02-262-2/+51
* Merge pull request #303 from yogo1212/tokener_hEric Haszlakiewicz2017-02-241-3/+3
|\
| * fix doc in tokener header fileLeon M. George2017-02-201-3/+3
|/
* Issue #300: Cast size_t values to int instead of unsigned long long to work a...Eric Haszlakiewicz2017-02-051-8/+8
* Issue #300: Some platforms, such as MinGW, don't have ETXTBSY and ENOTBLK, so...Eric Haszlakiewicz2017-02-051-0/+4
* Issue #300: Use %p instead of %lx in test_util_file since some platforms' poi...Eric Haszlakiewicz2017-02-052-7/+7
* Add cast to int in calls to isdigit() since some platforms complain about cha...Eric Haszlakiewicz2017-02-051-2/+2
* Merge pull request #299 from qlyoung/perf-improvementsEric Haszlakiewicz2017-02-044-33/+84
|\
| * Restore sprintbuf(), add macro for string literalsQuentin Young2017-02-045-43/+157
| * Improve json_object -> string performanceQuentin Young2017-02-025-82/+19
* | Use strdup instead of strndup in test1.c, there's no need for the latter beca...Eric Haszlakiewicz2017-02-031-1/+1
|/
* Issue #295: also check if size_t is the size of long long, to help support 64...Eric Haszlakiewicz2017-01-072-0/+3
* Ignore tests/test_floatEric Haszlakiewicz2016-12-181-1/+2
* Change a memcpy that should be a memmove within json_pointer_get, and fix mem...Eric Haszlakiewicz2016-12-182-5/+11
* Note some minimum versions needed for autoconf, etc...Eric Haszlakiewicz2016-12-121-3/+3
* Issue#292: bump the required version of configure listed in configure.ac so a...Eric Haszlakiewicz2016-12-111-1/+1
* Merge pull request #289 from jgerhards/i-278Eric Haszlakiewicz2016-12-046-3/+47
|\
| * testbench: add test for floating point representationJan Gerhards2016-11-274-0/+41
| * bugfix: floating point representaion without fractional partJan Gerhards2016-11-272-3/+6
|/
* Merge pull request #287 from commodo/json_pointer_va_argsEric Haszlakiewicz2016-11-2412-59/+219
|\
| * vasprintf_compat.h: spin-off this compat header ; use math_compat.h as templateAlexandru Ardelean2016-11-227-41/+53
| * strdup_compat.h: re-spin this compat header ; use math_compat.h as templateAlexandru Ardelean2016-11-228-16/+22
| * test_json_pointer: update test with a few printf variantsAlexandru Ardelean2016-11-221-1/+12
| * json_pointer: add json_pointer_getf/setf() function variantsAlexandru Ardelean2016-11-222-0/+131
| * json_pointer.c: fix whitespaceAlexandru Ardelean2016-11-161-1/+1
|/
* Merge pull request #285 from ebassi/revert-strdup-compatEric Haszlakiewicz2016-11-098-26/+16
|\
| * Revert "compat/strdup.h: move common compat check for strdup() to own file"Emmanuele Bassi2016-11-078-26/+16
|/
* Merge pull request #283 from commodo/json_pointerEric Haszlakiewicz2016-11-0417-17/+676
|\
| * tests: add test_json_pointer testAlexandru Ardelean2016-11-045-0/+322
| * tests/strerror_override.c: fix compilation errorAlexandru Ardelean2016-11-041-1/+1
| * json_pointer: add first revisionAlexandru Ardelean2016-11-048-0/+327
| * compat/strdup.h: move common compat check for strdup() to own fileAlexandru Ardelean2016-11-038-16/+26
|/
* Handle NULL objects in json_object_get_userdata() by returning NULL, but abor...Eric Haszlakiewicz2016-10-291-1/+4
* Issue #280: add a few assert() calls to ensure objects are of the appropriate...Eric Haszlakiewicz2016-10-291-4/+19
* Use json_visit() to clear the serializer data set when parsing so the output ...Eric Haszlakiewicz2016-10-292-0/+51
* Add a json_c_visit() function to provide a way to iterate over a tree of json...Eric Haszlakiewicz2016-10-298-4/+410
* Fix broken key-order test in test_compare.Eric Haszlakiewicz2016-10-101-3/+9
* Merge pull request #272 from sgerbino/masterEric Haszlakiewicz2016-10-081-9/+22
|\
| * Changed CMake variables and adding output for debuggingSteve Gerbino2016-09-261-2/+3
| * Target C99 standards to get rid of warningsSteve Gerbino2016-09-261-0/+2
| * Modified the execute_process commandsSteve Gerbino2016-09-251-2/+2
| * Changed PROJECT_SOURCE_DIR to CMAKE_CURRENT_SOURCE_DIR to fix building when u...Steve Gerbino2016-09-251-2/+2