aboutsummaryrefslogtreecommitdiffstats
path: root/strmap.h
AgeCommit message (Expand)AuthorFilesLines
2020-12-15strmap: make callers of strmap_remove() to call it in void contextJunio C Hamano1-2/+2
2020-11-11strmap: take advantage of FLEXPTR_ALLOC_STR when relevantElijah Newren1-0/+1
2020-11-11strmap: enable allocations to come from a mem_poolElijah Newren1-3/+8
2020-11-06strmap: add a strset sub-typeElijah Newren1-0/+63
2020-11-04strmap: add functions facilitating use as a string->int mapElijah Newren1-0/+94
2020-11-04strmap: enable faster clearing and reusing of strmapsElijah Newren1-0/+6
2020-11-04strmap: add more utility functionsElijah Newren1-0/+34
2020-11-02strmap: new utility functionsElijah Newren1-0/+65