17 次代码提交 (f052e42f56eae6b8a5b3833731e1d85e054fa09e)

作者 SHA1 备注 提交日期
  Eric Haszlakiewicz 7d3c2d9fad Drop extra blank lines from arraylist.h 5 年前
  Eric Haszlakiewicz e26a1195f4 Add json_object_array_shrink() (and array_list_shrink()) and use it in json_tokener to minimize the amount of memory used. This results in a 39%-50% reduction in memory use (peak RSS, peak heap usage) on the jc-bench benchmark and 9% shorter runtime. 5 年前
  Eric Haszlakiewicz 19bbf2c069 Add includes and split off json_types.h to help ensure that headers can be included in any order. 5 年前
  dota17 8b162c4b89 clang-format the files 5 年前
  max 7a4759f165 arraylist: Fix names of parameters for callback function 7 年前
  Eric Haszlakiewicz d582d3ae5a Undeprecate the array_list, lh_table and printbuf typedefs, but move each to the corresponding header files. 8 年前
  Eric Haszlakiewicz f2f103b986 Add a brief overview of each file to the docs. 8 年前
  Eric Haszlakiewicz 996be85843 Fix a few places that needed adjustment for the size_t changes, including updating the range checks to use a calculated SIZE_T_MAX. 9 年前
  Eric Haszlakiewicz 9a2915ce66 Merge branch 'fixes-for-upstream' of https://github.com/doctaweeks/json-c into doctaweeks-fixes-for-upstream 9 年前
  Daniel M. Weeks 45c56b80c4 Use size_t for array list length and size 11 年前
  Mark Swoope cdca9d3c8e Added array_list_del_idx and json_object_array_del_idx 10 年前
  Eric Haszlakiewicz 484ca368f0 Slight style tweaks to the bsearch changest. 10 年前
  Alexander Dahl 2f5789bdef add bsearch for arrays 11 年前
  Frederik Deweerdt c43871c866 Add new json_object_array_sort function 14 年前
  Michael Clark aaec1ef3c5 * Don't use this as a variable, so we can compile with a C++ compiler 16 年前
  Michael Clark f6a6e486ff * Make headers C++ compatible by change *this to *obj 18 年前
  Michael Clark f0d08887b8 import of version 0.1 18 年前