Alan Wang
0b13220419
Merge pull request #502 from Alanscut/nan
remove float-divide-by-zero for supporting NAN
4 years ago
Alanscut
23f027139e
remove float-divide-by-zero for supporting NAN
4 years ago
Alan Wang
60c3b0a571
Merge pull request #501 from Alanscut/actions
add github actions CI
4 years ago
Alanscut
857c037ccc
add github actions CI
4 years ago
Alan Wang
3fb9d929e1
Merge pull request #484 from sappo/master
Problem: WError error on macosx because NAN is a float
4 years ago
Alan Wang
cf97c6f066
Merge pull request #485 from HuKeping/fix-git-archive
Remove unnecessary files in release tarball
4 years ago
h00283522
1ef4deec06
Remove unnecessary files in release tarball
Prior to this patch, we would find '.gitignore', '.travisCI.yml' in
the release tarball.
This patch adds a few entries in .gitattributes to specify files that
should never end up in a distribution tarball.
Signed-off-by: Hu Keping <hukeping@huawei.com>
4 years ago
Kevin Sapper
4578d3a9e1
Problem: WError error on macosx because NAN is a float
Solution: Add explicit cast from NAN to double
4 years ago
Alanscut
b95a4c56b0
fix #376
4 years ago
Alan Wang
7db005e028
Merge pull request #472 from Alanscut/parse-array
array's item should be in the list
5 years ago
Alanscut
1fc755ac09
array's item should be in the list
5 years ago
Alan Wang
a82449fa3e
Merge pull request #456 from miaoerduo/master
fix: some bugs in detach and replace, resolved #467
5 years ago
Alan Wang
2a6299d904
Merge pull request #469 from moorthy-bs/master
pkgconfig: cjson include dir added
5 years ago
Alan Wang
43f471bff1
Merge pull request #465 from Summus-git/fix_make_install_config
Make install unwanted config files
5 years ago
Moorthy
7103844037
pkgconfig: cjson include dir added
fixed #468
5 years ago
Romain Lesteven
3442b36672
Fix make.sh install unwanted config files
5 years ago
miaoerduo
cb4661cd91
fix: errors in replacing the first item when array_size is 1, and replacing the last item
5 years ago
miaoerduo
a65abf2f4f
fix: error list head's prev when detach the last item
5 years ago
miaoerduo
3999b12848
feat: set list head's prev in parse_array and parse_object
5 years ago
Alanscut
39853e5148
Update changelog
5 years ago
Alanscut
ff0dabc72e
Update version to 1.7.13
5 years ago
Alanscut
5d55c6c2ee
fix error C2124 in visual studio
5 years ago
Alan Wang
23e4fbc639
Merge pull request #454 from Alanscut/float-compare
comparing double value with DBL_EPSILON
5 years ago
Alan Wang
65578af8cc
Merge pull request #453 from Alanscut/add-return-value
add return value for cJSON_AddItemTo... and cJSON_ReplaceItemxxx
5 years ago
Alan Wang
f12cd7b701
Merge pull request #451 from Alanscut/20200324
add new function of `cJSON_SetValuestring`
5 years ago
Sang-Heon Jeon
97cf1d84e4
Add getNumberValue function
* Add GetNumberValue function and testcase
Co-authored-by: Alan Wang <wp_scut@163.com>
5 years ago
caglarivriz
983bb2b4d6
Added cJSON_ParseWithLength ( #358 )
Co-authored-by: Caglar Ivriz <caglar.ivriz@siemens.com>
5 years ago
Alanscut
4e114c1f31
update testcase, fixes #433
5 years ago
Alanscut
8943c73345
comparing double value with DBL_EPSILON
5 years ago
Alanscut
af56a146fd
update testcase
5 years ago
Alanscut
131966f748
add return value for cJSON_ReplaceItemxxx
5 years ago
Alanscut
bd7cbe9776
false has been redefined to cJSON_False
5 years ago
Alanscut
54d6b8016e
add return value for cJSON_AddItemTo...
5 years ago
Alanscut
31c7880fab
update cJSON_SetValuestring and testcase
5 years ago
Alanscut
34e102d0dc
update README
5 years ago
Alanscut
4790c3c8f5
add testcase for cJSON_SetValuestringToObject
5 years ago
Alanscut
6b35f1c5bc
add new function of setValuestringToObject
5 years ago
Alan Wang
3ece4c893c
Improve performance of adding item to array ( #448 )
* use prev pointer when adding item to array
Co-authored-by: xiaomianhehe <hongshaokai@hotmail.com>
Co-authored-by: Alanscut <scut@163.com>
Date: Tue Feb 18 11:54:23 2020 +0800
* add testcase for cJSON_DeleteItemFromArray
5 years ago
Alanscut
fa28d82f2e
update contributors
5 years ago
Alan Wang
1be85ff26d
Merge pull request #447 from Alanscut/fix_encode_string_as_pointer
Fix encode_string_as_pointer
5 years ago
Alanscut
d92c0de7e8
fix encode_string_as_pointer
5 years ago
Alan Wang
ae7a7a1d0c
Merge pull request #440 from Square789/patch-1
updating doc
5 years ago
Alan Wang
0586a6c437
Merge pull request #446 from DaveGamble/revert-430-array_add
Revert "use prev pointer when array do adding"
5 years ago
Alan Wang
9034a9cd0b
Revert "use prev pointer when array do adding ( #430 )"
This reverts commit e8077d0150
.
5 years ago
Square789
b0e7195a74
Spelling; "it's"->"its"
5 years ago
xiaomianhehe
e8077d0150
use prev pointer when array do adding ( #430 )
* use prev pointer when array do adding
5 years ago
Alan Wang
2955fe5ec4
Merge pull request #431 from DevGim/dev
formatting README.md
5 years ago
dm8.kim
895b9ad344
formatting README.md
5 years ago
Alanscut
f790e17b6c
update content in README
5 years ago
Alan Wang
2c97086b97
Merge pull request #425 from NancyLi1013/vcpkg-instructions
Add vcpkg installation instructions
5 years ago