Historique des commits

Auteur SHA1 Message Date
  Max Bruckner fd5281bdd8 cJSON: cjson_min: Wrap arguments in parentheses il y a 7 ans
  Max Bruckner 1f4044a707 cJSON.c: Remove unused cast il y a 7 ans
  Max Bruckner 08a2ad3c59 is_{nan,infinity}: Wrap macro arguments in parentheses il y a 7 ans
  Max Bruckner b06fb10f94 cJSON.c: Remove unnecessary includes il y a 7 ans
  Max Bruckner ce5f31ac47 Remove superfluous null checks in can_read/access_at_index macros il y a 7 ans
  Max Bruckner 0715259635 cJSON_Compare: Performance improvement for objects il y a 7 ans
  Max Bruckner f4cc4d7c63 parse_value: Check only first character at first il y a 7 ans
  Max Bruckner 952b1017ab print_number: Introduce fast path for integers. il y a 7 ans
  Max Bruckner 0914640d79 Extract helper: double_to_saturated_integer il y a 7 ans
  Max Bruckner 5ed383a0d1 is_nan and is_infinity macros il y a 7 ans
  Max Bruckner b2bbc11d44 Fix #234: Different argument names between declaration and definition il y a 7 ans
  Max Bruckner 06f4152008 print: Comment about why the buffer is reallocated il y a 7 ans
  Max Bruckner 0e0c463491 Release version 1.7.5 il y a 7 ans
  Max Bruckner 5da9edc8b1 Release version 1.7.4 il y a 7 ans
  Max Bruckner 22a7d04fa0 add_item_to_object: Fix use-after-free when string is aliased il y a 7 ans
  Max Bruckner a559eac472 Release version 1.7.3 il y a 7 ans
  Max Bruckner d514bb866e Fix #241, potential double free il y a 7 ans
  Max Bruckner 27caa364b0 Release version 1.7.2 il y a 7 ans
  Max Bruckner b60b5d3744 Update version to 1.7.1 il y a 7 ans
  Max Bruckner 4d84acf926 print_number: fix Off-By-One error il y a 7 ans
  Max Bruckner 28d4410f42 print: fix: realloc was allocating too much memory il y a 7 ans
  Max Bruckner f33fa95f3d print: Fix default buffer size in printbuffer il y a 7 ans
  Max Bruckner 13a2d337a8 Update version number to 1.7 il y a 7 ans
  Max Bruckner 5865faffa3 Convert cJSON_Add...ToObject macros into functions il y a 7 ans
  Max Bruckner de729a1635 Extract add_item_to_object function that returns a boolean il y a 7 ans
  Max Bruckner 55c597c719 add_item_to_array with boolean return value il y a 7 ans
  Max Bruckner 11844dd5a6 Add cJSON_Create{Array,Object}Reference il y a 7 ans
  Max Bruckner 1f543f0e28 cast_away_const: Generalize for void* il y a 7 ans
  Max Bruckner eaa90a6b74 Add cJSON_CreateStringReference il y a 7 ans
  Max Bruckner 440390a9a5 extract function cast_away_const_from_string il y a 7 ans