summaryrefslogtreecommitdiff
path: root/t/helper/test-hashmap.c
Commit message (Expand)AuthorAgeFilesLines
* Use new HASHMAP_INIT macro to simplify hashmap initializationElijah Newren2020-11-111-2/+1
* hashmap: provide deallocation function namesElijah Newren2020-11-021-3/+3
* hashmap_entry: remove first member requirement from docsEric Wong2019-10-071-0/+1
* hashmap: remove type arg from hashmap_{get,put,remove}_entryEric Wong2019-10-071-3/+1
* OFFSETOF_VAR macro to simplify hashmap iteratorsEric Wong2019-10-071-4/+1
* hashmap: introduce hashmap_free_entriesEric Wong2019-10-071-3/+3
* hashmap: hashmap_{put,remove} return hashmap_entry *Eric Wong2019-10-071-2/+7
* hashmap: use *_entry APIs for iterationEric Wong2019-10-071-3/+4
* hashmap_cmp_fn takes hashmap_entry paramsEric Wong2019-10-071-4/+6
* hashmap: use *_entry APIs to wrap container_ofEric Wong2019-10-071-7/+5
* hashmap_get_next returns "struct hashmap_entry *"Eric Wong2019-10-071-4/+6
* hashmap_put takes "struct hashmap_entry *"Eric Wong2019-10-071-1/+1
* hashmap_add takes "struct hashmap_entry *"Eric Wong2019-10-071-3/+3
* hashmap_get_next takes "const struct hashmap_entry *"Eric Wong2019-10-071-1/+1
* hashmap_entry_init takes "struct hashmap_entry *"Eric Wong2019-10-071-3/+3
* test-hashmap: remove 'hash' commandChristian Couder2019-06-171-8/+1
* t/helper: merge test-hashmap into test-toolNguyễn Thái Ngọc Duy2018-03-271-2/+3
* test-hashmap: use "unsigned int" for hash storagejk/test-hashmap-updatesJeff King2018-02-141-2/+3
* test-hashmap: simplify alloc_test_entryJeff King2018-02-141-18/+17
* test-hashmap: use strbuf_getline rather than fgetsJeff King2018-02-141-3/+5
* test-hashmap: use xsnprintf rather than snprintfJeff King2018-02-141-1/+1
* test-hashmap: check allocation computation for overflowJeff King2018-02-141-2/+1
* test-hashmap: use ALLOC_ARRAY rather than bare mallocJeff King2018-02-141-2/+2
* hashmap: add API to disable item counting when threadedjh/hashmap-disable-countingJeff Hostetler2017-09-071-1/+2
* t/helper/test-hashmap: use custom data instead of duplicate cmp functionssb/hashmap-cleanupStefan Beller2017-07-051-18/+16
* hashmap.h: compare function has access to a data fieldStefan Beller2017-06-301-7/+12
* Merge branch 'jk/common-main-2.8' into jk/common-mainJunio C Hamano2016-07-061-1/+1
* test helpers: move test-* to t/helper/ subdirectoryNguyễn Thái Ngọc Duy2016-04-151-0/+264