summaryrefslogtreecommitdiff
path: root/t/helper/test-hashmap.c
Commit message (Expand)AuthorAgeFilesLines
* 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