Historial de Commits

Autor SHA1 Mensaje Fecha
  Max Bruckner 075a06f40b cJSONUtils_ApplyPatches: Fix not accepting arrays hace 8 años
  Max Bruckner 795c3acabe cJSON_Utils: Fix potential null pointer dereference hace 8 años
  Max Bruckner 466eb8e3f8 Fix wconversion with old gcc (e.g. 4.3) hace 8 años
  Max Bruckner 5f783fff11 cJSON_Utils: Add gcc pragma to use default visibility for system headers hace 8 años
  Max Bruckner b056d7cb74 Add -Wcomma compiler flag hace 8 años
  Max Bruckner 024f690289 Merge pull request #116 from mjerris/fschanges hace 8 años
  Mike Jerris 039b1cc653 add CJSON_PUBLIC macro to public functions to support visibility and dllimport/dllexport hace 8 años
  Max Bruckner ed8dc53699 cJSON_Utils: Use new typecheck functions hace 8 años
  Max Bruckner c3bd4463be cJSON_Utils: Guard use of %lu format string for size_t hace 8 años
  Max Bruckner 9d7e8f1175 cJSON_Utils: Add casts to unsigned long, fix #103 hace 8 años
  Max Bruckner 4047de4f6e fix potential NULL dereferences found by coverity hace 8 años
  Max Bruckner 9ed906758e fix null pointer dereferences found by coverity hace 8 años
  Max Bruckner 3d3bfc6a4d Compiler flag -Wconversion hace 8 años
  Max Bruckner ecd5678527 Change all internal sizes to size_t hace 8 años
  Max Bruckner 28b9ba4334 Change all internal strings to unsigned char* hace 8 años
  Max Bruckner ff0681e4fd Utils: PatchDetach: Check for invalid patch string hace 8 años
  Max Bruckner a2309a509d Utils: InplaceDecodePointerString: Check for NULL hace 8 años
  Max Bruckner b88da9b0de Initialize all variables hace 8 años
  Max Bruckner a5ff796c20 Replace 0 with more expressive NULL or '\0' hace 8 años
  Max Bruckner d47339e274 cJSON_Utils: Fix comparing of cJSON_ types hace 8 años
  Max Bruckner 1dff6f160f cJSON_Utils: own strdup for C89 compatibility hace 8 años
  Max Bruckner c0b17dc651 reformatting: cJSONUtils_GenerateMergePatch hace 8 años
  Max Bruckner 01a813f642 reformatting: cJSONUtils_MergePatch hace 8 años
  Max Bruckner c65514fcb4 reformatting: cJSONUtils_SortObject hace 8 años
  Max Bruckner 8964287ec4 reformatting: cJSONUtils_SortList hace 8 años
  Max Bruckner ec9d1cfedb reformatting: cJSONUtils_GeneratePatches hace 8 años
  Max Bruckner 8879ed5dbc reformatting: cJSONUtils_CompareToPatch hace 8 años
  Max Bruckner 52e53acfc3 reformatting: cJSON_AddPatchToArray hace 8 años
  Max Bruckner d6a6abeca0 reformatting: cJSONUtils_GeneratePatch hace 8 años
  Max Bruckner e8a67f0e4b reformatting: cJSONUtils_ApplyPatches hace 8 años