Historial de Commits

Autor SHA1 Mensaje Fecha
  Max Bruckner c24c3e0285 Add cJSON_DetachItemViaPointer hace 8 años
  Max Bruckner 87fad25c2b Merge pull request #153 from DeboraG/print_number_prec hace 8 años
  Debora Grosse a69ad22639 Remove test for negative zero, as -0 is acceptable output hace 8 años
  Max Bruckner 949c083315 Move 'hooks' parameter into buffers (parse/print) hace 8 años
  Max Bruckner c4c217f2ce Move 'format' into printbuffer hace 8 años
  Max Bruckner 79f30800ec Move print depth into printbuffer hace 8 años
  Max Bruckner e0d3a8a265 Limit nesting depth to 1000 and make it configurable. hace 8 años
  Debora Grosse 3fc9bc0648 cJSON: Fix print_number to print significant digits of doubles hace 8 años
  Max Bruckner 02a05eea4e cJSON: Add cJSON_malloc and cJSON_free hace 8 años
  Max Bruckner 6ac896d8d2 cJSON_Compare: New function to compare json hace 8 años
  Max Bruckner 2a25abbf2a Deduplicate code for cJSON_GetObjectItem hace 8 años
  Max Bruckner e9803341d5 simplify and rename cJSON_strcasecmp hace 8 años
  Max Bruckner 6c3df7eb59 cJSON_ParseWithOpts: Fix -Wmissing-field-initializers hace 8 años
  Pawel Winogrodzki 2148e3277a Renaming "min" to "cjson_min". hace 8 años
  Pawel Winogrodzki c786cd9714 Adding back "const". hace 8 años
  Pawel Winogrodzki 238ceec175 Fixing all W4-level warnings. hace 8 años
  Max Bruckner 6702037b68 cJSON_Delete: Improve readability hace 8 años
  Max Bruckner eb5000ba61 cJSON_strdup: improve readability hace 8 años
  Max Bruckner 655c26ada1 cJSON_strcasecmp: Improve readability hace 8 años
  Max Bruckner 218b0c8dcf cJSON_Print: Use reallocate if available hace 8 años
  Max Bruckner 281df6997c Update copyright hace 8 años
  Max Bruckner 56a32f9ecc Use error_position instead of error pointer internally hace 8 años
  Max Bruckner 2683589d93 parser: Construct error pointer from buffer offset hace 8 años
  Max Bruckner c837177a56 utf16_literal_to_utf8: Support \u0000 hace 8 años
  Max Bruckner 80bc7652ae cJSON_ParseWithOptions: Remove end pointer hace 8 años
  Max Bruckner 87a204ed0b parse_functions: Return booleans instead of pointers hace 8 años
  Max Bruckner c9739c59fd Replace strchr with switch case hace 8 años
  Max Bruckner 778a0c146f parse_string: Use parsebuffer hace 8 años
  Max Bruckner f69b109c9f parse_number: Use parse_buffer hace 8 años
  Max Bruckner fef1c45b92 parse_object: Use parse_buffer hace 8 años