summaryrefslogtreecommitdiff
path: root/strmap.c
Commit message (Expand)AuthorAgeFilesLines
* git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-2/+2
* hashmap: mark unused callback parametersJeff King2022-08-191-2/+2
* *.c *_init(): define in terms of corresponding *_INIT macroÆvar Arnfjörð Bjarmason2021-07-011-1/+2
* strmap: take advantage of FLEXPTR_ALLOC_STR when relevantElijah Newren2020-11-111-16/+19
* strmap: enable allocations to come from a mem_poolElijah Newren2020-11-111-9/+22
* strmap: add a strset sub-typeElijah Newren2020-11-061-0/+17
* strmap: split create_entry() out of strmap_put()Elijah Newren2020-11-061-14/+23
* strmap: add functions facilitating use as a string->int mapElijah Newren2020-11-041-0/+11
* strmap: enable faster clearing and reusing of strmapsElijah Newren2020-11-041-0/+6
* strmap: add more utility functionsElijah Newren2020-11-041-0/+20
* strmap: new utility functionsElijah Newren2020-11-021-0/+99