Historial de Commits

Autor SHA1 Mensaje Fecha
  Max Bruckner ace5047782 parse_string: reduce mental burden when reading the code hace 8 años
  Max Bruckner 03f23738bb parse_object: simplify to one do-while loop hace 8 años
  Max Bruckner 24dbf29360 parse_array: simplify to one do-while loop hace 8 años
  Max Bruckner b6974ecbc9 Makefile: Update compiler options hace 8 años
  Max Bruckner 12b2daccf3 parse_{object,array}: set child only after parsing hace 8 años
  Max Bruckner f8d0c47bdb Remove unnecessary assignment and silence clang analyzer hace 8 años
  Max Bruckner 9f6fa94c91 ensure: replace pow2gt with multiplication by two hace 8 años
  Max Bruckner 123bb1af7b cJSON: prevent incompatible C and header versions hace 8 años
  Max Bruckner cf862d0fed implement AddItemToObject using AddItemToObjectCS hace 8 años
  Max Bruckner 57d105d498 Merge pull request #108 from DaveGamble/cJSON_Invalid hace 8 años
  Max Bruckner 5986edba1d tests: Ensure that failed parsing returns invalid items hace 8 años
  Max Bruckner c6e1a281f9 tests: assertion macros hace 8 años
  Max Bruckner 4f58695ed3 tests: extract common functionality to common.c hace 8 años
  Max Bruckner 3facca4792 parse functions: Only set type after successful hace 8 años
  Max Bruckner cf48ea8175 New Type: cJSON_Invalid hace 8 años
  Max Bruckner 702fd95af3 fix #106: potentially invalid free in cJSON_AddItemToObject hace 8 años
  Max Bruckner 94117a5d23 Fix #105, double free when parse_string fails hace 8 años
  Max Bruckner c3bd4463be cJSON_Utils: Guard use of %lu format string for size_t hace 8 años
  Max Bruckner 9d7e8f1175 cJSON_Utils: Add casts to unsigned long, fix #103 hace 8 años
  Max Bruckner 4047de4f6e fix potential NULL dereferences found by coverity hace 8 años
  Max Bruckner 49b9336558 Merge pull request #92 from DaveGamble/tests hace 8 años
  Max Bruckner d04a2aeccf README: Document additional CMake options hace 8 años
  Max Bruckner 33e01ae087 Add support for Travis-CI hace 8 años
  Max Bruckner a09defec4c CMake: Add ENABLE_SANITIZERS flag hace 8 años
  Max Bruckner 21c02cd3e5 CMake: Add Valgrind support hace 8 años
  Max Bruckner 5a36b71a80 unity-tests: parse_value hace 8 años
  Max Bruckner 9041570eba unity-tests: parse_object hace 8 años
  Max Bruckner 71b05fd4c2 unity-tests: parse_array hace 8 años
  Max Bruckner 598b609c45 unity-tests: parse_string hace 8 años
  Max Bruckner b0e5209bde unity-tests: test parse_hex4 hace 8 años