Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | strmap: make callers of strmap_remove() to call it in void context | Junio C Hamano | 2020-12-15 | 1 | -2/+2 |
* | strmap: take advantage of FLEXPTR_ALLOC_STR when relevant | Elijah Newren | 2020-11-11 | 1 | -0/+1 |
* | strmap: enable allocations to come from a mem_pool | Elijah Newren | 2020-11-11 | 1 | -3/+8 |
* | strmap: add a strset sub-type | Elijah Newren | 2020-11-06 | 1 | -0/+63 |
* | strmap: add functions facilitating use as a string->int map | Elijah Newren | 2020-11-04 | 1 | -0/+94 |
* | strmap: enable faster clearing and reusing of strmaps | Elijah Newren | 2020-11-04 | 1 | -0/+6 |
* | strmap: add more utility functions | Elijah Newren | 2020-11-04 | 1 | -0/+34 |
* | strmap: new utility functions | Elijah Newren | 2020-11-02 | 1 | -0/+65 |