Historique des commits

Auteur SHA1 Message Date
  Max Bruckner d441fa05b3 print_value: return boolean instead of pointer il y a 8 ans
  Max Bruckner d8d0ae66d3 print_number: Fix incorrect output pointer il y a 8 ans
  Max Bruckner 9d07917feb utf16_literal_to_utf8: Eliminate Duff's Device il y a 8 ans
  Max Bruckner 6405fd15e3 CMake: Set default visibility to hidden and dllexport on windows il y a 8 ans
  Max Bruckner 2d3520e0b9 Use own cJSON_bool boolean type in the header il y a 8 ans
  Max Bruckner 412f4f7d62 Use CJSON_PUBLIC for typecheck functions il y a 8 ans
  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