summaryrefslogtreecommitdiffstats
path: root/strmap.c
AgeCommit message (Expand)AuthorLines
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason-2/+2
2022-08-19hashmap: mark unused callback parametersJeff King-2/+2
2021-07-01*.c *_init(): define in terms of corresponding *_INIT macroÆvar Arnfjörð Bjarmason-1/+2
2020-11-11strmap: take advantage of FLEXPTR_ALLOC_STR when relevantElijah Newren-16/+19
2020-11-11strmap: enable allocations to come from a mem_poolElijah Newren-9/+22
2020-11-06strmap: add a strset sub-typeElijah Newren-0/+17
2020-11-06strmap: split create_entry() out of strmap_put()Elijah Newren-14/+23
2020-11-04strmap: add functions facilitating use as a string->int mapElijah Newren-0/+11
2020-11-04strmap: enable faster clearing and reusing of strmapsElijah Newren-0/+6
2020-11-04strmap: add more utility functionsElijah Newren-0/+20
2020-11-02strmap: new utility functionsElijah Newren-0/+99