]> git.ipfire.org Git - thirdparty/json-c.git/commit
1.make it can been compiled with Visual Studio 2010 355/head
authorHaffon <20966113@qq.com>
Tue, 22 Aug 2017 05:53:47 +0000 (13:53 +0800)
committerHaffon <20966113@qq.com>
Tue, 22 Aug 2017 05:53:47 +0000 (13:53 +0800)
commit3141c3976bfb9edef135de12ebbff6004520e990
tree03a4d85f24485920e14b7c60c7caee05effca6c5
parentaf879445852f7ff23118138f6c51e71fd4619798
1.make it can been compiled with Visual Studio 2010
2.replace json_object_get/put API with json_object_retain/release, as they operate the reference counter, and confused with array_list_get/put_idx.
3.replace array_list_get/put_idx API with array_list_get/insert to make them more clear to use.
CMakeLists.txt
arraylist.c
arraylist.h
json_object.c
json_object.h
json_pointer.c
json_tokener.c
linkhash.c
linkhash.h
random_seed.c