Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-11-11 | strmap: take advantage of FLEXPTR_ALLOC_STR when relevant | Elijah Newren | 1 | -16/+19 |
2020-11-11 | strmap: enable allocations to come from a mem_pool | Elijah Newren | 1 | -9/+22 |
2020-11-06 | strmap: add a strset sub-type | Elijah Newren | 1 | -0/+17 |
2020-11-06 | strmap: split create_entry() out of strmap_put() | Elijah Newren | 1 | -14/+23 |
2020-11-04 | strmap: add functions facilitating use as a string->int map | Elijah Newren | 1 | -0/+11 |
2020-11-04 | strmap: enable faster clearing and reusing of strmaps | Elijah Newren | 1 | -0/+6 |
2020-11-04 | strmap: add more utility functions | Elijah Newren | 1 | -0/+20 |
2020-11-02 | strmap: new utility functions | Elijah Newren | 1 | -0/+99 |