Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | git-compat-util.h: use "UNUSED", not "UNUSED(var)" | Ævar Arnfjörð Bjarmason | 2022-09-01 | 1 | -2/+2 |
* | hashmap: mark unused callback parameters | Jeff King | 2022-08-19 | 1 | -2/+2 |
* | *.c *_init(): define in terms of corresponding *_INIT macro | Ævar Arnfjörð Bjarmason | 2021-07-01 | 1 | -1/+2 |
* | strmap: take advantage of FLEXPTR_ALLOC_STR when relevant | Elijah Newren | 2020-11-11 | 1 | -16/+19 |
* | strmap: enable allocations to come from a mem_pool | Elijah Newren | 2020-11-11 | 1 | -9/+22 |
* | strmap: add a strset sub-type | Elijah Newren | 2020-11-06 | 1 | -0/+17 |
* | strmap: split create_entry() out of strmap_put() | Elijah Newren | 2020-11-06 | 1 | -14/+23 |
* | strmap: add functions facilitating use as a string->int map | Elijah Newren | 2020-11-04 | 1 | -0/+11 |
* | 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/+20 |
* | strmap: new utility functions | Elijah Newren | 2020-11-02 | 1 | -0/+99 |