Historial de Commits

Autor SHA1 Mensaje Fecha
  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 c26d53f0d7 Helper function to check the type of an item hace 8 años
  Max Bruckner 501046247d fix clang-sanitizer warnings hace 8 años
  Max Bruckner 68cd0d4a11 cJSON.c: Pass allocation functions through internal functions hace 8 años
  Max Bruckner 605422c60a cJSON: New function cJSON_GetObjectItemCaseSensitive hace 8 años
  Max Bruckner 1d42c9bc60 print_object: simplify code hace 8 años
  Max Bruckner b71db93e03 print_object: rename variables hace 8 años
  Max Bruckner 6d5a7c8c40 print_array: simplify code hace 8 años
  Max Bruckner 8c1ed3ab82 update: rename to update_offset and change offset directly hace 8 años
  Max Bruckner f16dd7e028 print_array: rename variables hace 8 años
  Max Bruckner 08770fc246 print_value: rename variables hace 8 años
  Max Bruckner 0ca8587acc print_string_ptr: simplify code hace 8 años
  Max Bruckner 6a746a230a print_string: Add more const hace 8 años
  Max Bruckner 1e999352d3 print_string_ptr: rename variables hace 8 años
  Max Bruckner 6815d96617 print_number: rename variables hace 8 años
  Max Bruckner 61921498d0 print_number: remove special case for 0 hace 8 años
  Max Bruckner 3c4d309f62 ensure: Don't accept empty printbuffers anymore hace 8 años
  Max Bruckner 9bf531ca05 Remove printing without buffer hace 8 años
  Max Bruckner 80354bdb06 cJSON_Print: Use printbuffer hace 8 años
  Max Bruckner 331c18d09a ensure: only memcopy what's necessary hace 8 años
  Max Bruckner 4fff92140e ensure: use realloc if possible hace 8 años
  Max Bruckner fc1d4b07df ensure: if printbuffer is null: cJSON_malloc hace 8 años
  Max Bruckner bd073343fa rename skip -> skip_whitespace hace 8 años
  Max Bruckner 4fce9cce86 Release version 1.3.0 hace 8 años
  Max Bruckner b41264d164 Remove uint8_t because it's not part of C89 hace 8 años
  Max Bruckner 0f271dcf63 parse_hex4: make input pointer const hace 8 años
  Max Bruckner ead389aba2 parse_value: improve variable names + const correctness hace 8 años
  Max Bruckner 698dc528f4 parse_object: improve variable names + const correctness hace 8 años
  Max Bruckner 3dc6339025 parse_array: improve variable names + const correctness hace 8 años