Alanscut
|
66d0a1793f
|
Merge pull request #395 from bjda/more_const
Add const qualifier to cJSON_CreateStringArray
|
5 years ago |
Alanscut
|
a8dbf6d878
|
Merge pull request #343 from myd7349/fix-install-path
CMake: Improve install target
|
5 years ago |
Alanscut
|
60fb788aa5
|
Merge pull request #396 from julian-st/master
initialize variables in print_number
|
5 years ago |
Julian Ste
|
bcc91ecbc3
|
initilize variables in print_number
|
5 years ago |
Bernt Johan Damslora
|
26772a8ef7
|
Add const qualifier to cJSON_CreateStringArray
Adds a const qualifier to the strings in the array to avoid discarding
it from arguments.
|
5 years ago |
randy408
|
dc56e24f7f
|
add build script
|
5 years ago |
Alanscut
|
f31ff795bd
|
Merge pull request #392 from Alanscut/fix-readme-typos
Fix typos in REAM.md file
|
5 years ago |
Alanscut
|
e52b212dbf
|
fix typos in REAM.md file
|
5 years ago |
Alanscut
|
2de7d04aaf
|
Merge pull request #389 from DaveGamble/revert-388-secure_c
Revert "Replace strcpy with strncpy, sprintf with snprintf"
|
5 years ago |
Alanscut
|
ae49da2b61
|
Revert "Replace strcpy with strncpy, sprintf with snprintf"
|
5 years ago |
Alanscut
|
a3154a36f1
|
Merge pull request #388 from singku/secure_c
Replace strcpy with strncpy, sprintf with snprintf
|
5 years ago |
Alanscut
|
189b51c5da
|
format comment
|
5 years ago |
Alanscut
|
709c3dcf32
|
Merge pull request #374 from Alanscut/20190625
Add a comment to the parameter count of the cJSON_CreateIntArray function
|
5 years ago |
Alanscut
|
c61573f1af
|
format adjustment
|
5 years ago |
Alanscut
|
20cffa37a8
|
Merge pull request #380 from vemakereporter/master
Fixed 1 missing dependency in Makefile
|
5 years ago |
Alanscut
|
cf0d87a095
|
Merge pull request #384 from Alanscut/eliminate_warning
eliminate warning when compiling cJSON
|
5 years ago |
Alanscut
|
e750194cb1
|
Merge pull request #386 from lntuition/master
Correct typo error in cJSON.h
|
5 years ago |
Alanscut
|
e13f11ba79
|
Merge pull request #360 from Alanscut/master
add comment for cJSON_Minify function
|
5 years ago |
Alanscut
|
8872b1429a
|
Merge pull request #371 from basanjeev/master
Fix typos.
|
5 years ago |
Randy
|
bd1a375028
|
add fuzzer driver, integrate with build system
|
5 years ago |
Sang-Heon Jeon
|
b6da0d6565
|
Correct typo error
|
5 years ago |
Alanscut
|
166c814cda
|
eliminate warning when compiling cJSON
|
5 years ago |
Vemake
|
c680faea56
|
Update Makefile
|
5 years ago |
Randy
|
2d6db59c7b
|
update fuzzer
|
5 years ago |
Randy
|
e6bc5d16e6
|
update fuzzer
|
5 years ago |
Randy
|
2691e142f4
|
update fuzzer
|
5 years ago |
Randy
|
f7f175fdf2
|
add fuzz target
|
5 years ago |
Alanscut
|
9d766f07a7
|
fix const cast warnings in cJSON_GetStringValue
|
5 years ago |
Alanscut
|
85ceadb4b4
|
Add a comment to the parameter count of the cJSON_CreateIntArray function.
|
5 years ago |
Sanjeev BA
|
110f184d18
|
Fix typos.
Signed-off-by: Sanjeev BA <iamsanjeev@gmail.com>
|
5 years ago |
Paweł Malowany
|
c9e8a68b00
|
Fix clang -Wfloat-equal warning
|
5 years ago |
singku
|
16f56300e4
|
Replace strcpy with strncpy, sprintf with snprintf
|
6 years ago |
Alan_scut
|
5fe80a94b6
|
add comment for cJSON_Minify function
|
6 years ago |
Max Bruckner
|
3c8935676a
|
Merge pull request #355 from DaveGamble/release-1.7.12
Release 1.7.12
|
6 years ago |
Max Bruckner
|
b93fd34044
|
Update changelog and contributors
|
6 years ago |
Max Bruckner
|
687b1a2fe1
|
Update version to 1.7.12
|
6 years ago |
Max Bruckner
|
08d2bc766a
|
Fix infinite loop in cJSON_Minify
|
6 years ago |
Max Bruckner
|
465352fb99
|
Merge pull request #352 from tan-wei/master
Add link dependency to fix tests link error when ENABLE_CJSON_UTILS is ON
|
6 years ago |
Winterreise
|
19ff92da79
|
Add link dependency to fix tests link error when ENABLE_CJSON_UTILS is ON
|
6 years ago |
Simon Sobisch
|
3a4cfa84c3
|
allow to override PIC_FLAGS and compiler std
|
6 years ago |
Max Bruckner
|
62bc2e3432
|
Merge pull request #347 from raiden00pl/master
Undef true and false first also for cJSON_Utils.c
|
6 years ago |
raiden00pl
|
359567fdde
|
Undef true and false first also for cJSON_Utils.c
|
6 years ago |
Max Bruckner
|
0b5a7abf48
|
Merge pull request #340 from ldm0/master
Typo Fix
|
6 years ago |
Max Bruckner
|
93688cbe72
|
Merge pull request #344 from DaveGamble/release-1.7.11
Release 1.7.11
|
6 years ago |
Max Bruckner
|
6b249213dd
|
Fix clang -Wcomma warning
|
6 years ago |
Max Bruckner
|
09ebae8149
|
Release cJSON 1.7.11
|
6 years ago |
Max Bruckner
|
a43fa56a63
|
Rewrite cJSON_Minify, fixing buffer overflows, fixes #338
Also first tests for cJSON_Minify.
Thanks @bigric3 for reporting
|
6 years ago |
myd7349
|
9a970b9ff6
|
CMake: Improve install target
|
6 years ago |
Max Bruckner
|
5a52eaddfd
|
Undef true and false first, fixes #339
Thanks @raiden00pl for reporting
|
6 years ago |
Donough Liu
|
add86a6be8
|
Update cJSON.c
|
6 years ago |