Commit Graph

  • b9eff8b02a
    fix: for issue #569, now use the guard to turn it off (#617) Sayan Bandyopadhyay 2021-10-22 00:57:05 -07:00
  • b5ebcc8010 fix: For issue #569. Can now use the guard to turn it off Sayan Bandyopadhyay 2021-10-05 16:36:51 -07:00
  • 6c18c5adc3
    Merge branch 'master' into master Joshua Arulsamy 2021-09-12 16:03:53 -06:00
  • 6569fce89b fix: add cmake_policy to CMakeLists.txt SongZihuan 2021-09-07 14:53:30 +08:00
  • f50dafc7d0
    fix: potential memory leak in merge_patch() (#611) Alan Wang 2021-08-26 14:13:42 +08:00
  • 688959d3b5 fix: potential memory leak in merge_patch() Alanscut 2021-08-26 11:55:28 +08:00
  • d348621ca9
    chore: update version and changelog (#610) v1.7.15 Alan Wang 2021-08-25 19:15:09 +08:00
  • 66528f66a0 chore: update version and changelog Alanscut 2021-08-25 19:10:56 +08:00
  • 79293f5c1e Adjust the size of cJSON from 64 to 56 through memory alignment bodong.ybd 2021-08-17 09:51:25 +08:00
  • 744e47353a
    fix: remove redundant condition (#605) Alan Wang 2021-08-25 15:02:00 +08:00
  • 7795249dd4
    Typos found by codespell (#607) Dimitri Papadopoulos Orfanos 2021-08-25 10:01:12 +03:00
  • 1d49776b60
    Typos found by codespell Dimitri Papadopoulos 2021-08-08 12:21:20 +02:00
  • 4f2c48e427 fix: remove redundant condition Alanscut 2021-07-31 09:28:09 +08:00
  • 0554bd3601 support int64 livexmm 2021-07-05 21:55:48 +08:00
  • 4921338585 Bump cmake version and use new version syntax Joshua Arulsamy 2021-05-28 15:47:34 -06:00
  • 6a40ec3fd8 Byte string printing SunGrow 2021-05-16 17:04:03 +02:00
  • 8602520d13 Use 'strcmp' to compare string literals Eric Montellese 2021-05-12 11:29:08 -04:00
  • f8c6764f9b
    Add a string version of numbers Weston Schmidt 2021-05-12 00:09:41 -07:00
  • cc321714d1 Be less greedy with heap when reallocating Simen S. Røstad 2021-04-27 15:57:00 +02:00
  • ab34a6d73a Add more CS versions of cJSON_Add functions Simen S. Røstad 2021-04-27 16:08:30 +02:00
  • 6d7997a1c8
    Add library.json for PlatformIO support Ajay Bhargav 2021-05-05 16:16:07 +05:30
  • 8f5978b88a test: add substring test for cJSON_AddStringWithLengthToObject chuanjie.jian 2021-04-29 11:24:19 +08:00
  • fb54ea2d2b feat: support AddStringWithLengthToObject chuanjie.jian 2021-04-28 17:27:11 +08:00
  • b26dd6c193 Support 64bit integer if the compiler support it Xiang Xiao 2021-03-31 02:41:04 +08:00
  • 1bdcf368c6 Init valueint and valuedouble incase of cJSON_False/cJSON_True/cJSON_NULL Xiang Xiao 2021-04-08 12:03:20 +08:00
  • 69adcc3742 Add typedef cJSON_int, CJSON_INT_MAX and CJSON_INT_MIN Xiang Xiao 2021-03-31 02:28:02 +08:00
  • e2e50b53df Add cJSON_CreateInt function paired with cJSON_SetIntValue Xiang Xiao 2021-03-31 02:21:51 +08:00
  • d7dd69405f call cJSON_CreateNumber in cJSON_SetNumberHelper to avoid the code duplication Xiang Xiao 2021-03-30 23:52:41 +08:00
  • 00538ce499 call cJSON_CreateNumber in cJSON_SetNumberHelper to avoid the code duplication Xiang Xiao 2021-03-30 23:52:41 +08:00
  • f51452c694
    Merge 65dda7eb72b7f232846d5109b7f254dabf4fa524 into 324a6ac9a9b285ff7a5a3e5b2071e3624b94f2db yuxuebao 2021-03-18 02:07:57 +00:00
  • 65dda7eb72
    add int type;support int64(long long) yuxuebao 2021-03-18 10:07:55 +08:00
  • c24793b434
    add int type;support int64(long long) yuxuebao 2021-03-18 10:05:46 +08:00
  • 3322ac0cda support int64 yuxuebao 2021-03-18 09:30:10 +08:00
  • 2382034c0b Merge cJSON_False and cJSON_True to cJSON_Bool yuxuebao 2021-03-05 12:51:48 +08:00
  • 64f4c8316f Merge cJSON_False and cJSON_True to cJSON_Bool yuxuebao 2021-03-05 12:46:23 +08:00
  • cbae43b1b0 Update cJSON.c yuxuebao 2021-02-26 13:20:49 +08:00
  • 1af96c409b
    deal with int and number yuxuebao 2021-02-26 08:46:23 +08:00
  • 3ccc26da8c added const to cJSON_AddItemReferenceTo* item argument Michal Dvorak 2021-02-24 12:26:27 +01:00
  • ba3ab2f2fb
    fix warning:implicit-fallthrough yuxuebao 2021-02-23 16:47:45 +08:00
  • 7e4b3cad30
    fix warnings yuxuebao 2021-02-23 16:37:17 +08:00
  • ff0971b0b1
    Update README.md yuxuebao 2021-02-23 15:26:16 +08:00
  • d1a0fa3eaf
    Update README.md yuxuebao 2021-02-23 15:24:00 +08:00
  • f35e67ab84
    Add files via upload yuxuebao 2021-02-23 15:20:28 +08:00
  • a6cfac1ee8
    Add files via upload yuxuebao 2021-02-23 15:18:58 +08:00
  • 83443a6780
    Update README.md yuxuebao 2021-02-20 22:31:16 +08:00
  • 7bb16ae972
    Add files via upload yuxuebao 2021-02-20 22:24:24 +08:00
  • 7e80e83ecc
    Add files via upload yuxuebao 2021-02-20 22:22:51 +08:00
  • d0b73c8d01 caribou strtof Mike Sharkey 2021-02-13 01:50:04 -05:00
  • c66ae61c98 fixed prototype (double) Mike Sharkey 2021-02-13 00:21:06 -05:00
  • 73b40a0940 poaque internal_strtod Mike Sharkey 2021-02-13 00:17:28 -05:00
  • e1eb037eb6 opaque real_t numbers Mike Sharkey 2021-02-13 00:14:53 -05:00
  • 0d0f8c32b8 Merge branch 'master' into caribou-rtos Mike Sharkey 2021-02-12 23:20:30 -05:00
  • 8a31759c59 Merge branch 'caribou-rtos' Mike Sharkey 2021-02-12 23:19:58 -05:00
  • 35c1397018 include float.h for DBL_EPSILON caribou-rtos Mike Sharkey 2021-02-12 23:19:19 -05:00
  • 4ddc4c0530 caribou rtos includes Mike Sharkey 2021-02-12 23:09:08 -05:00
  • 324a6ac9a9
    Update .gitattributes (#544) CoffeeTableEspresso 2020-12-30 21:38:10 -05:00
  • 6ea4c01e4e
    Fix potential core dumped for strrchr (#546) Alan Wang 2020-12-31 10:26:39 +08:00
  • a331f925fb Fix potential core dumped for strrchr Alanscut 2020-12-31 09:56:22 +08:00
  • 3ddabe07bd
    Update .gitattributes CoffeeTableEspresso 2020-12-28 11:53:26 -05:00
  • 9226e4ed8c
    Remove always true condition in cJSON.c (#539) Jordan IMBERT 2020-12-17 10:07:18 +01:00
  • a003d9d0f0 Remove always true condition in cJSON.c jordan imbert 2020-12-17 09:48:35 +01:00
  • 7b6645794d
    Fix null pointer crash, closes #536 (#538) Alan Wang 2020-12-17 15:42:31 +08:00
  • 17d09a8acd Fix null pointer crash, closes #536 Alanscut 2020-12-17 15:33:00 +08:00
  • 9cf09589a9 add an option for ENABLE_CJSON_VERSION_SO in CMakeLists.txt m00209177 2020-12-08 11:00:11 +08:00
  • 01ae62f74f Corrected realloc to free old buffer, initialized ptr to NULL ares 2020-11-30 08:43:29 -05:00
  • 934accc47e Address code review feedback ares 2020-11-27 09:49:02 -05:00
  • 55827c5e27 Address code review feedback ares 2020-11-27 09:33:29 -05:00
  • 11de03fbd2 Initial TrustInSoft CI configuration guillaumemillot 2020-10-07 16:46:50 +02:00
  • c0e416e781
    Rename main.yml to ci-fuzz.yml Randy 2020-11-23 22:32:55 +01:00
  • edaabcd370 Added length limit on error msg to prevent overrun ares 2020-11-23 09:26:41 -05:00
  • 0b7c916252 Added simple load & save fns for cJSON objects, with unit tests ares 2020-11-21 19:44:26 -05:00
  • 4100379a04
    docs: fix simple typo, transfering -> transferring (#527) Tim Gates 2020-11-16 11:57:02 +11:00
  • 6fe925fdcb
    docs: fix simple typo, transfering -> transferring Tim Gates 2020-11-15 10:11:35 +11:00
  • 2f6fc7f0f2
    fix several null pointer problems on allocation failure (#526) mongobaba 2020-11-12 11:46:15 +08:00
  • 2b8bde745c fix several null pointer problems on allocation failure mongobaba 2020-11-12 11:05:06 +08:00
  • 6eec63f187 fix cJSON_Utils error xinyu.han 2020-10-28 15:33:27 +08:00
  • 36673ad456 ut pass xinyu.han 2020-10-28 14:12:29 +08:00
  • f2ce8dfbe0 compile pass xinyu.han 2020-10-28 11:53:12 +08:00
  • b860dfb88e temp commit for sync xinyu.han 2020-10-27 16:45:08 +08:00
  • f3f98f67aa remove snprintf call. xinyu.han 2020-10-23 20:55:30 +08:00
  • 20c78a33b3 Merge remote-tracking branch 'github/master' into update_offset xinyu.han 2020-10-23 20:22:21 +08:00
  • efd0a5ec0c changes: 1. remove update_offset function. 2. update offset immediately after writing to the buffer. xinyu.han 2020-10-23 20:17:06 +08:00
  • 7c2815cd7a
    Update cJSON.c XinyuKhan 2020-10-21 18:40:48 +08:00
  • a1e1c208ff
    Merge pull request #519 from Alanscut/issue-516 Alan Wang 2020-10-16 17:12:54 +08:00
  • 9bf4960cd5 fix a possible dereference of null pointer Alanscut 2020-10-16 17:06:29 +08:00
  • 488169faca
    Merge pull request #518 from fpnuseis/master Alan Wang 2020-10-16 16:52:10 +08:00
  • 9931900768 fix: windows build failure about defining nan Use 2020-10-15 11:52:06 +09:00
  • 7cb9a24822
    Update cJSON.c Kadir Eken 2020-10-12 14:29:16 +03:00
  • db98dd7e3c
    Update cJSON.c Shreyas Balakrishna 2020-09-26 15:09:19 +12:00
  • cf877f4553
    Make version number go into ROM to save RAM :) Shreyas Balakrishna 2020-09-26 14:13:13 +12:00
  • d2735278ed
    Merge pull request #505 from Alanscut/release-1.7.14 v1.7.14 Alan Wang 2020-09-03 17:14:26 +08:00
  • 8e84db4c4e Update changelog and contributors Alanscut 2020-09-03 17:11:02 +08:00
  • 8e357f825b Update version to 1.7.14 Alanscut 2020-09-03 17:07:49 +08:00
  • 2e5171d8d6
    Merge pull request #503 from Alanscut/issue499 Alan Wang 2020-09-03 11:51:54 +08:00
  • c8ca78a3cc optimize the way to find tail node Alanscut 2020-09-02 20:23:52 +08:00
  • 0b13220419
    Merge pull request #502 from Alanscut/nan Alan Wang 2020-08-27 20:48:25 +08:00
  • 23f027139e remove float-divide-by-zero for supporting NAN Alanscut 2020-08-27 20:46:00 +08:00
  • 60c3b0a571
    Merge pull request #501 from Alanscut/actions Alan Wang 2020-08-27 20:28:06 +08:00
  • 857c037ccc add github actions CI Alanscut 2020-08-27 20:26:04 +08:00
  • 3fb9d929e1
    Merge pull request #484 from sappo/master Alan Wang 2020-08-21 21:30:19 +08:00