index
:
delta/json-c.git
baserock/json-c-0.12-20140410
baserock/json-c-0.12-20140410-plus-patch
baserock/morph
gh-pages
json-c-0.10
json-c-0.11
json-c-0.12
json-c-0.13
json-c-0.14
json-c-0.15
json-c-0.16
json_object-split
kdopen-rename_library
master
newer-appveyor
github.com: json-c/json-c.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed linkhash.c for MinGW
Pablo Sanabria
2017-03-26
1
-3
/
+3
*
Fix CMake Build process for MinGW and MSYS2
Pablo Sanabria
2017-03-26
2
-4
/
+39
*
Merge pull request #311 from jj1118/master
Eric Haszlakiewicz
2017-03-26
1
-1
/
+1
|
\
|
*
Fix error C3688 when compiling on Visual Studio 2015: invalid literal suffix ...
Jason Li
2017-03-24
1
-1
/
+1
|
/
*
Merge pull request #310 from marxin/fix-gcc7-warnings
Eric Haszlakiewicz
2017-03-22
3
-11
/
+13
|
\
|
*
Add FALLTHRU comment to handle GCC7 warnings.
marxin
2017-03-21
3
-11
/
+13
|
/
*
Merge pull request #305 from alexanderst/master
Eric Haszlakiewicz
2017-03-03
1
-1
/
+2
|
\
|
*
Fix compilation without C-99 option
Alex
2017-03-02
1
-1
/
+2
|
/
*
Add a few more cases to test_parse to provide some examples of how parsing wo...
Eric Haszlakiewicz
2017-02-26
2
-2
/
+51
*
Merge pull request #303 from yogo1212/tokener_h
Eric Haszlakiewicz
2017-02-24
1
-3
/
+3
|
\
|
*
fix doc in tokener header file
Leon M. George
2017-02-20
1
-3
/
+3
|
/
*
Issue #300: Cast size_t values to int instead of unsigned long long to work a...
Eric Haszlakiewicz
2017-02-05
1
-8
/
+8
*
Issue #300: Some platforms, such as MinGW, don't have ETXTBSY and ENOTBLK, so...
Eric Haszlakiewicz
2017-02-05
1
-0
/
+4
*
Issue #300: Use %p instead of %lx in test_util_file since some platforms' poi...
Eric Haszlakiewicz
2017-02-05
2
-7
/
+7
*
Add cast to int in calls to isdigit() since some platforms complain about cha...
Eric Haszlakiewicz
2017-02-05
1
-2
/
+2
*
Merge pull request #299 from qlyoung/perf-improvements
Eric Haszlakiewicz
2017-02-04
4
-33
/
+84
|
\
|
*
Restore sprintbuf(), add macro for string literals
Quentin Young
2017-02-04
5
-43
/
+157
|
*
Improve json_object -> string performance
Quentin Young
2017-02-02
5
-82
/
+19
*
|
Use strdup instead of strndup in test1.c, there's no need for the latter beca...
Eric Haszlakiewicz
2017-02-03
1
-1
/
+1
|
/
*
Issue #295: also check if size_t is the size of long long, to help support 64...
Eric Haszlakiewicz
2017-01-07
2
-0
/
+3
*
Ignore tests/test_float
Eric Haszlakiewicz
2016-12-18
1
-1
/
+2
*
Change a memcpy that should be a memmove within json_pointer_get, and fix mem...
Eric Haszlakiewicz
2016-12-18
2
-5
/
+11
*
Note some minimum versions needed for autoconf, etc...
Eric Haszlakiewicz
2016-12-12
1
-3
/
+3
*
Issue#292: bump the required version of configure listed in configure.ac so a...
Eric Haszlakiewicz
2016-12-11
1
-1
/
+1
*
Merge pull request #289 from jgerhards/i-278
Eric Haszlakiewicz
2016-12-04
6
-3
/
+47
|
\
|
*
testbench: add test for floating point representation
Jan Gerhards
2016-11-27
4
-0
/
+41
|
*
bugfix: floating point representaion without fractional part
Jan Gerhards
2016-11-27
2
-3
/
+6
|
/
*
Merge pull request #287 from commodo/json_pointer_va_args
Eric Haszlakiewicz
2016-11-24
12
-59
/
+219
|
\
|
*
vasprintf_compat.h: spin-off this compat header ; use math_compat.h as template
Alexandru Ardelean
2016-11-22
7
-41
/
+53
|
*
strdup_compat.h: re-spin this compat header ; use math_compat.h as template
Alexandru Ardelean
2016-11-22
8
-16
/
+22
|
*
test_json_pointer: update test with a few printf variants
Alexandru Ardelean
2016-11-22
1
-1
/
+12
|
*
json_pointer: add json_pointer_getf/setf() function variants
Alexandru Ardelean
2016-11-22
2
-0
/
+131
|
*
json_pointer.c: fix whitespace
Alexandru Ardelean
2016-11-16
1
-1
/
+1
|
/
*
Merge pull request #285 from ebassi/revert-strdup-compat
Eric Haszlakiewicz
2016-11-09
8
-26
/
+16
|
\
|
*
Revert "compat/strdup.h: move common compat check for strdup() to own file"
Emmanuele Bassi
2016-11-07
8
-26
/
+16
|
/
*
Merge pull request #283 from commodo/json_pointer
Eric Haszlakiewicz
2016-11-04
17
-17
/
+676
|
\
|
*
tests: add test_json_pointer test
Alexandru Ardelean
2016-11-04
5
-0
/
+322
|
*
tests/strerror_override.c: fix compilation error
Alexandru Ardelean
2016-11-04
1
-1
/
+1
|
*
json_pointer: add first revision
Alexandru Ardelean
2016-11-04
8
-0
/
+327
|
*
compat/strdup.h: move common compat check for strdup() to own file
Alexandru Ardelean
2016-11-03
8
-16
/
+26
|
/
*
Handle NULL objects in json_object_get_userdata() by returning NULL, but abor...
Eric Haszlakiewicz
2016-10-29
1
-1
/
+4
*
Issue #280: add a few assert() calls to ensure objects are of the appropriate...
Eric Haszlakiewicz
2016-10-29
1
-4
/
+19
*
Use json_visit() to clear the serializer data set when parsing so the output ...
Eric Haszlakiewicz
2016-10-29
2
-0
/
+51
*
Add a json_c_visit() function to provide a way to iterate over a tree of json...
Eric Haszlakiewicz
2016-10-29
8
-4
/
+410
*
Fix broken key-order test in test_compare.
Eric Haszlakiewicz
2016-10-10
1
-3
/
+9
*
Merge pull request #272 from sgerbino/master
Eric Haszlakiewicz
2016-10-08
1
-9
/
+22
|
\
|
*
Changed CMake variables and adding output for debugging
Steve Gerbino
2016-09-26
1
-2
/
+3
|
*
Target C99 standards to get rid of warnings
Steve Gerbino
2016-09-26
1
-0
/
+2
|
*
Modified the execute_process commands
Steve Gerbino
2016-09-25
1
-2
/
+2
|
*
Changed PROJECT_SOURCE_DIR to CMAKE_CURRENT_SOURCE_DIR to fix building when u...
Steve Gerbino
2016-09-25
1
-2
/
+2
[next]