提交历史

作者 SHA1 备注 提交日期
  Max Bruckner 1f0ad823c9 Merge pull request #75 from gatzka/feature/enhance_gcc_checks_v2 8 年之前
  Stephan Gatzka 29b6643bab Warn about missing prototypes. 8 年之前
  Stephan Gatzka a8e1368697 Make function static when possible. 8 年之前
  Stephan Gatzka bea0be48b6 Perform additional format checks. 8 年之前
  Stephan Gatzka 91d11cd050 Warn if casting a pointer increases alignment of target. 8 年之前
  Stephan Gatzka 9591ecddbe Warn about variables initialized by themselves. 8 年之前
  Stephan Gatzka 1568015de6 Warn about shadowing variables and functions. 8 年之前
  Stephan Gatzka 7ed067e680 Rename some variables to avoid shadowing. 8 年之前
  Max Bruckner 4703f01cf4 Make/CMake: Fix use of compiler flags 8 年之前
  Max Bruckner d0a9f46888 Release v1.0.2 8 年之前
  Max Bruckner 23b269d5f9 Rename bool -> cjbool, fix #71 8 年之前
  Max Bruckner 11fd27ade7 Change version to 1.0.1 8 年之前
  Max Bruckner 65ac0a1a2b cJSON_Utils tests: fix formatting 8 年之前
  Max Bruckner 679004914f Define a boolean type 8 年之前
  Max Bruckner b88da9b0de Initialize all variables 8 年之前
  Max Bruckner a5ff796c20 Replace 0 with more expressive NULL or '\0' 8 年之前
  Max Bruckner d47339e274 cJSON_Utils: Fix comparing of cJSON_ types 8 年之前
  Max Bruckner aafb64a1c5 Merge pull request #66 from DaveGamble/v1 8 年之前
  Max Bruckner 3a2151d267 README: Document ENABLE_CUSTOM_COMPILER_FLAGS 8 年之前
  Max Bruckner f2cb5e4dd4 CMake: ENABLE_CUSTOM_COMPILER_FLAGS option 8 年之前
  Max Bruckner 46a3a102d5 CMake: Fix indentation 8 年之前
  Max Bruckner 1f3b95e2b1 README: Compiles on FreeBSD 8 年之前
  Max Bruckner 706636fb20 Replace -ansi with -std=c89 for better compatibility 8 年之前
  Max Bruckner a22da43578 README: More formatting 8 年之前
  Max Bruckner df1ffa1e0b README: Building 8 年之前
  Max Bruckner 501be02690 README: Reformat 8 年之前
  Max Bruckner 778bcd1a62 Makefile: Redo with library versioning 8 年之前
  Max Bruckner 46ff20c8b0 cJSON.h: add stddef.h because of size_t 8 年之前
  Max Bruckner 5cca67e3fc CMake: Build tests by default 8 年之前
  Max Bruckner dc4b62915a fix #10, now failing on incorrect escape sequences 8 年之前