Historique des commits

Auteur SHA1 Message Date
  Max Bruckner dd4cb5400f print_number: Remove unnecessary integer handling il y a 8 ans
  Max Bruckner 1ea72f8260 print_number: Remove trailing zeroes (for doubles) il y a 8 ans
  Max Bruckner e78bc42362 print_number: Return buffer + offset instead of beginning of the number il y a 8 ans
  Max Bruckner 6f271e511f print_number: Use sprintf's return value il y a 8 ans
  Max Bruckner 3f349a4258 Add -Wdouble-promotion compiler flag il y a 8 ans
  Max Bruckner b056d7cb74 Add -Wcomma compiler flag il y a 8 ans
  Max Bruckner 024f690289 Merge pull request #116 from mjerris/fschanges il y a 8 ans
  Mike Jerris 039b1cc653 add CJSON_PUBLIC macro to public functions to support visibility and dllimport/dllexport il y a 8 ans
  Max Bruckner c26d53f0d7 Helper function to check the type of an item il y a 8 ans
  Max Bruckner 501046247d fix clang-sanitizer warnings il y a 8 ans
  Max Bruckner 68cd0d4a11 cJSON.c: Pass allocation functions through internal functions il y a 8 ans
  Max Bruckner 605422c60a cJSON: New function cJSON_GetObjectItemCaseSensitive il y a 8 ans
  Max Bruckner 1d42c9bc60 print_object: simplify code il y a 8 ans
  Max Bruckner b71db93e03 print_object: rename variables il y a 8 ans
  Max Bruckner 6d5a7c8c40 print_array: simplify code il y a 8 ans
  Max Bruckner 8c1ed3ab82 update: rename to update_offset and change offset directly il y a 8 ans
  Max Bruckner f16dd7e028 print_array: rename variables il y a 8 ans
  Max Bruckner 08770fc246 print_value: rename variables il y a 8 ans
  Max Bruckner 0ca8587acc print_string_ptr: simplify code il y a 8 ans
  Max Bruckner 6a746a230a print_string: Add more const il y a 8 ans
  Max Bruckner 1e999352d3 print_string_ptr: rename variables il y a 8 ans
  Max Bruckner 6815d96617 print_number: rename variables il y a 8 ans
  Max Bruckner 61921498d0 print_number: remove special case for 0 il y a 8 ans
  Max Bruckner 3c4d309f62 ensure: Don't accept empty printbuffers anymore il y a 8 ans
  Max Bruckner 9bf531ca05 Remove printing without buffer il y a 8 ans
  Max Bruckner 80354bdb06 cJSON_Print: Use printbuffer il y a 8 ans
  Max Bruckner 331c18d09a ensure: only memcopy what's necessary il y a 8 ans
  Max Bruckner 4fff92140e ensure: use realloc if possible il y a 8 ans
  Max Bruckner fc1d4b07df ensure: if printbuffer is null: cJSON_malloc il y a 8 ans
  Max Bruckner bd073343fa rename skip -> skip_whitespace il y a 8 ans