summaryrefslogtreecommitdiff
path: root/arraylist.h
Commit message (Expand)AuthorAgeFilesLines
* Issue #709: adjust some include guards to be a bit more json-c specific.Eric Haszlakiewicz2021-06-021-2/+2
* Drop extra blank lines from arraylist.hEric Haszlakiewicz2020-06-211-2/+0
* Add json_object_array_shrink() (and array_list_shrink()) and use it in json_t...Eric Haszlakiewicz2020-06-201-0/+27
* Add includes and split off json_types.h to help ensure that headers can be in...Eric Haszlakiewicz2020-04-061-0/+2
* clang-format the filesdota172020-04-031-24/+15
* arraylist: Fix names of parameters for callback functionmax2018-06-011-3/+3
* Undeprecate the array_list, lh_table and printbuf typedefs, but move each to ...Eric Haszlakiewicz2017-12-061-0/+1
* Add a brief overview of each file to the docs.Eric Haszlakiewicz2017-12-061-0/+6
* Fix a few places that needed adjustment for the size_t changes, including upd...Eric Haszlakiewicz2016-05-231-1/+1
* Merge branch 'fixes-for-upstream' of https://github.com/doctaweeks/json-c int...Eric Haszlakiewicz2016-05-231-5/+5
|\
| * Use size_t for array list length and sizeDaniel M. Weeks2015-11-241-5/+5
* | Added array_list_del_idx and json_object_array_del_idxMark Swoope2015-04-021-0/+2
|/
* Slight style tweaks to the bsearch changest.Eric Haszlakiewicz2015-03-041-2/+2
* add bsearch for arraysAlexander Dahl2014-08-211-0/+5
* Add new json_object_array_sort functionFrederik Deweerdt2011-10-071-0/+3
* * Don't use this as a variable, so we can compile with a C++ compilerMichael Clark2009-02-251-0/+8
* * Make headers C++ compatible by change *this to *objMichael Clark2007-03-131-16/+9
* import of version 0.1Michael Clark2007-03-131-0/+52