summaryrefslogtreecommitdiff
path: root/strmap.h
Commit message (Expand)AuthorAgeFilesLines
* strmap: make callers of strmap_remove() to call it in void contextJunio C Hamano2020-12-151-2/+2
* strmap: take advantage of FLEXPTR_ALLOC_STR when relevantElijah Newren2020-11-111-0/+1
* strmap: enable allocations to come from a mem_poolElijah Newren2020-11-111-3/+8
* strmap: add a strset sub-typeElijah Newren2020-11-061-0/+63
* strmap: add functions facilitating use as a string->int mapElijah Newren2020-11-041-0/+94
* strmap: enable faster clearing and reusing of strmapsElijah Newren2020-11-041-0/+6
* strmap: add more utility functionsElijah Newren2020-11-041-0/+34
* strmap: new utility functionsElijah Newren2020-11-021-0/+65