summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Modified CMakeLists.txt to use autotools to generate configuration for Unix s...Steve Gerbino2016-09-253-195/+10
| * Lowered CMake required version so that Travis CI is able to build, moved incl...Steve Gerbino2016-09-251-3/+3
| * Trailing slash seems necessary in the install command to get contentsSteve Gerbino2016-09-251-1/+1
| * Forget DESTINATION in CMake install commandSteve Gerbino2016-09-251-1/+1
| * We need to also install the generated configuration filesSteve Gerbino2016-09-251-0/+1
| * Fixed typo in CMakeList.txt FILES_MATCHINGSteve Gerbino2016-09-251-1/+1
| * Added install instructions for CMakeSteve Gerbino2016-09-251-0/+6
| * Resolves json-c/json-c#271 by adding MacOS configuration files and modifies C...Steve Gerbino2016-09-253-9/+197
* | Merge pull request #277 from ALLTERCO/json_object_set_xxxEric Haszlakiewicz2016-10-087-1/+194
|\ \
| * | try restore windows automated buildsStoian Ivanov2016-10-071-1/+1
| * | fix compiler warning for int sizesStoian Ivanov2016-10-071-1/+1
| * | string set and testsStoian Ivanov2016-10-074-0/+58
| * | gitignore test; add double value set checks in testStoian Ivanov2016-10-063-2/+10
| * | some simple testsStoian Ivanov2016-10-064-0/+47
| * | some basic setStoian Ivanov2016-10-052-6/+66
| * | json_object_set_boolean for upstream style checkStoian Ivanov2016-09-212-0/+20
| |/
* | Issue #275: fix out of bounds read when handling unicode surrogate pairs.Eric Haszlakiewicz2016-10-053-3/+9
* | Merge pull request #273 from konoal/masterEric Haszlakiewicz2016-09-281-1/+1
|\ \
| * | fixed wrong object name in json_object_all_values_equalAlexey Konovalov2016-09-271-1/+1
| |/
* | Merge pull request #274 from pepevel/masterEric Haszlakiewicz2016-09-281-2/+2
|\ \ | |/ |/|