summaryrefslogtreecommitdiff
path: root/t/helper/test-hashmap.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-14test-hashmap: use "unsigned int" for hash storageLibravatar Jeff King1-2/+3
2018-02-14test-hashmap: simplify alloc_test_entryLibravatar Jeff King1-18/+17
2018-02-14test-hashmap: use strbuf_getline rather than fgetsLibravatar Jeff King1-3/+5
2018-02-14test-hashmap: use xsnprintf rather than snprintfLibravatar Jeff King1-1/+1
2018-02-14test-hashmap: check allocation computation for overflowLibravatar Jeff King1-2/+1
2018-02-14test-hashmap: use ALLOC_ARRAY rather than bare mallocLibravatar Jeff King1-2/+2
2017-09-07hashmap: add API to disable item counting when threadedLibravatar Jeff Hostetler1-1/+2
2017-07-05t/helper/test-hashmap: use custom data instead of duplicate cmp functionsLibravatar Stefan Beller1-18/+16
2017-06-30hashmap.h: compare function has access to a data fieldLibravatar Stefan Beller1-7/+12
2016-07-06Merge branch 'jk/common-main-2.8' into jk/common-mainLibravatar Junio C Hamano1-1/+1
2016-04-15test helpers: move test-* to t/helper/ subdirectoryLibravatar Nguyễn Thái Ngọc Duy1-0/+264