提交歷史

作者 SHA1 備註 提交日期
  Max Bruckner 41e2837df1 Fix potentially undefined behavior when filling valueint 8 年之前
  Max Bruckner ecd5678527 Change all internal sizes to size_t 8 年之前
  Max Bruckner 28b9ba4334 Change all internal strings to unsigned char* 8 年之前
  Max Bruckner b182ced1d6 Compiler flag -Wswitch-default + add defaults 8 年之前
  Max Bruckner fe18403935 Compiler flag -Wundef + fix incorrect macro 8 年之前
  Max Bruckner c49ffbfba8 cJSON_Version: returns a version string 8 年之前
  Max Bruckner e3e0b5150b cJSON_CreateRaw: Format fixes 8 年之前
  Max Bruckner 1df987a170 cJSON_strdup: Check for NULL string 8 年之前
  Max Bruckner ddadb44a67 cJSON_Raw: Additional checks in print_value 8 年之前
  Max Bruckner 8c58e62597 Merge remote-tracking branch 'loigu/master' into cJSON_Raw 8 年之前
  Max Bruckner fcc89c4bb2 Move increment out of loop condition fixes #85 8 年之前
  Stephan e69db83de5 Temporarily disable warning when const is cast away. 8 年之前
  Alper Akcan 5b4420298f fix memory leak in cJSON_Duplicate 8 年之前
  Max Bruckner bf17703012 Merge branch 'print_preallocated' 8 年之前
  Max Bruckner 6622c54f18 Handle out of memory when printing string 8 年之前
  Kyle Chisholm 8df4cd46eb more concise return 8 年之前
  Kyle Chisholm 4d1dcaa160 check print_value return 8 年之前
  Kyle Chisholm de93d76d0b changed to cJSON_PrintPreallocated, added flag in printbuffer 8 年之前
  Kyle Chisholm 23dafa4739 added Print function call for pre-allocated buffer 8 年之前
  Stephan 038b04d80a Take out len from condition check. 8 年之前
  Max Bruckner 23b269d5f9 Rename bool -> cjbool, fix #71 8 年之前
  Max Bruckner 679004914f Define a boolean type 8 年之前
  Max Bruckner b88da9b0de Initialize all variables 8 年之前
  Max Bruckner a5ff796c20 Replace 0 with more expressive NULL or '\0' 8 年之前
  Max Bruckner dc4b62915a fix #10, now failing on incorrect escape sequences 8 年之前
  Max Bruckner afd690d1c9 format fix 8 年之前
  Jiri Zouhar 06008b0444 add support to insert raw json 8 年之前
  Max Bruckner 0d10e279c8 fix #55 memory leak in cJSON_ReplaceItemInObject 8 年之前
  Max Bruckner a148520ffb Revert "Fix #26: Use long double literal for 1e60" 8 年之前
  Max Bruckner b4d728d018 pow2gt: Detect integer size fix #27 8 年之前