- 20 8月, 2015 1 次提交
-
-
由 Evan Todd 提交于
-
- 12 8月, 2015 2 次提交
-
-
由 Kevin Branigan 提交于
Update gitignore to avoid tracking unwanted files
-
由 Ajay Bhargav 提交于
.gitignore updated to avoid tracking files generated after build. Following list of files are added: *.o *.a *.so *.swp *.patch tags Signed-off-by: NAjay Bhargav <ajay.bhargav@einfochips.com>
-
- 28 7月, 2015 3 次提交
-
-
由 Kevin Branigan 提交于
Merge latest upstream code (svn rev. 73) into github fork
-
由 Anton Sergeev 提交于
Signed-off-by: NAnton Sergeev <Anton.Sergeev@elecard.ru>
-
由 Anton Sergeev 提交于
Signed-off-by: NAnton Sergeev <Anton.Sergeev@elecard.ru> Conflicts: cJSON.c test.c
-
- 15 7月, 2015 2 次提交
-
-
由 Kevin Branigan 提交于
Add CMakeLists.txt
-
由 Anton Sergeev 提交于
Signed-off-by: NAnton Sergeev <Anton.Sergeev@elecard.ru>
-
- 15 6月, 2015 2 次提交
-
-
由 Kevin Branigan 提交于
Update cJSON.c
-
由 DongwenHuang 提交于
-
- 13 6月, 2015 1 次提交
-
-
由 Kevin Branigan 提交于
Update test.c
-
- 12 6月, 2015 1 次提交
-
-
由 DongwenHuang 提交于
-
- 14 2月, 2015 5 次提交
-
-
由 Dave Gamble 提交于
git-svn-id: svn://svn.code.sf.net/p/cjson/code@73 e3330c51-1366-4df0-8b21-3ccf24e3d50e
-
由 Dave Gamble 提交于
cost for sorted objects to O(N) git-svn-id: svn://svn.code.sf.net/p/cjson/code@72 e3330c51-1366-4df0-8b21-3ccf24e3d50e
-
由 Dave Gamble 提交于
It's a bit of a shame to use the sorts, because cJSON is otherwise incredibly stable (json->cJSON->json is unmodified modulo formatting), but it means we get usable performance, rather than O(N^2) which will make CPUs cry. git-svn-id: svn://svn.code.sf.net/p/cjson/code@71 e3330c51-1366-4df0-8b21-3ccf24e3d50e
-
由 Dave Gamble 提交于
Correct comment and variable declaration style to be more compatible. Added cJSONUtils_SortObject for sorting the members of an object alphabetically. git-svn-id: svn://svn.code.sf.net/p/cjson/code@70 e3330c51-1366-4df0-8b21-3ccf24e3d50e
-
由 Dave Gamble 提交于
git-svn-id: svn://svn.code.sf.net/p/cjson/code@69 e3330c51-1366-4df0-8b21-3ccf24e3d50e
-
- 11 2月, 2015 3 次提交
-
-
由 Dave Gamble 提交于
git-svn-id: svn://svn.code.sf.net/p/cjson/code@68 e3330c51-1366-4df0-8b21-3ccf24e3d50e
-
由 Dave Gamble 提交于
git-svn-id: svn://svn.code.sf.net/p/cjson/code@67 e3330c51-1366-4df0-8b21-3ccf24e3d50e
-
由 Dave Gamble 提交于
Also add a new #define to cJSON.h for SetNumberValue. git-svn-id: svn://svn.code.sf.net/p/cjson/code@66 e3330c51-1366-4df0-8b21-3ccf24e3d50e
-
- 10 2月, 2015 7 次提交
-
-
由 Dave Gamble 提交于
start of JSON Patch implementation. cJSON gained a cJSON_InsertItemToArray which pushes elements up by one. This is needed for JSON Patch. Everything but Test is implemented for ApplyPatches. git-svn-id: svn://svn.code.sf.net/p/cjson/code@65 e3330c51-1366-4df0-8b21-3ccf24e3d50e
-
由 Dave Gamble 提交于
git-svn-id: svn://svn.code.sf.net/p/cjson/code@64 e3330c51-1366-4df0-8b21-3ccf24e3d50e
-
由 Dave Gamble 提交于
git-svn-id: svn://svn.code.sf.net/p/cjson/code@63 e3330c51-1366-4df0-8b21-3ccf24e3d50e
-
由 Dave Gamble 提交于
git-svn-id: svn://svn.code.sf.net/p/cjson/code@62 e3330c51-1366-4df0-8b21-3ccf24e3d50e
-
由 Dave Gamble 提交于
git-svn-id: svn://svn.code.sf.net/p/cjson/code@61 e3330c51-1366-4df0-8b21-3ccf24e3d50e
-
由 Dave Gamble 提交于
git-svn-id: svn://svn.code.sf.net/p/cjson/code@60 e3330c51-1366-4df0-8b21-3ccf24e3d50e
-
由 Dave Gamble 提交于
git-svn-id: svn://svn.code.sf.net/p/cjson/code@59 e3330c51-1366-4df0-8b21-3ccf24e3d50e
-
- 03 2月, 2015 1 次提交
-
-
由 Kevin Branigan 提交于
Fixed issue with ansi (single-line comments) and updated Makefile for compiling dynamic and static lib.
-
- 30 1月, 2015 1 次提交
-
-
由 Rafael Leal Dias 提交于
Fixed issue withh ansi (single-line comments) and updated Makefile for compiling dynamic and static lib.
-
- 21 5月, 2014 2 次提交
-
-
由 Kevin Branigan 提交于
Merge latest upstream code into github fork
-
由 Mike Pontillo 提交于
Conflicts: cJSON.c cJSON.h test.c
-
- 19 8月, 2013 1 次提交
-
-
由 Dave Gamble 提交于
git-svn-id: http://svn.code.sf.net/p/cjson/code@58 e3330c51-1366-4df0-8b21-3ccf24e3d50e
-
- 14 8月, 2013 3 次提交
-
-
由 Dave Gamble 提交于
git-svn-id: http://svn.code.sf.net/p/cjson/code@57 e3330c51-1366-4df0-8b21-3ccf24e3d50e
-
由 Dave Gamble 提交于
git-svn-id: http://svn.code.sf.net/p/cjson/code@56 e3330c51-1366-4df0-8b21-3ccf24e3d50e
-
由 Dave Gamble 提交于
fixed buffer overflow const * for array creates git-svn-id: http://svn.code.sf.net/p/cjson/code@55 e3330c51-1366-4df0-8b21-3ccf24e3d50e
-
- 09 2月, 2013 3 次提交
-
-
由 Dave Gamble 提交于
git-svn-id: http://svn.code.sf.net/p/cjson/code@54 e3330c51-1366-4df0-8b21-3ccf24e3d50e
-
由 Dave Gamble 提交于
git-svn-id: http://svn.code.sf.net/p/cjson/code@53 e3330c51-1366-4df0-8b21-3ccf24e3d50e
-
由 Dave Gamble 提交于
git-svn-id: http://svn.code.sf.net/p/cjson/code@52 e3330c51-1366-4df0-8b21-3ccf24e3d50e
-
- 06 2月, 2013 2 次提交
-
-
由 Dave Gamble 提交于
git-svn-id: http://svn.code.sf.net/p/cjson/code@51 e3330c51-1366-4df0-8b21-3ccf24e3d50e
-
由 Dave Gamble 提交于
git-svn-id: http://svn.code.sf.net/p/cjson/code@50 e3330c51-1366-4df0-8b21-3ccf24e3d50e
-