summaryrefslogtreecommitdiff
path: root/strmap.h
AgeCommit message (Expand)Author
2020-12-15strmap: make callers of strmap_remove() to call it in void contextJunio C Hamano
2020-11-11strmap: take advantage of FLEXPTR_ALLOC_STR when relevantElijah Newren
2020-11-11strmap: enable allocations to come from a mem_poolElijah Newren
2020-11-06strmap: add a strset sub-typeElijah Newren
2020-11-05strmap: add functions facilitating use as a string->int mapElijah Newren
2020-11-05strmap: enable faster clearing and reusing of strmapsElijah Newren
2020-11-05strmap: add more utility functionsElijah Newren
2020-11-02strmap: new utility functionsElijah Newren