26 Commits (e54b2715295df8d7174fe5be67b4459fd5b438f8)

Author SHA1 Message Date
René Scharfe ca56dadb4b use CALLOC_ARRAY 4 years ago
Elijah Newren 6da1a25814 hashmap: provide deallocation function names 4 years ago
Elijah Newren 33f20d8217 hashmap: introduce a new hashmap_partial_clear() 4 years ago
Elijah Newren b7879b0ba6 hashmap: allow re-use after hashmap_free() 4 years ago
Elijah Newren 97a39a4a93 hashmap: adjust spacing to fix argument alignment 4 years ago
Elijah Newren 15beaaa3d1 Fix spelling errors in code comments 5 years ago
Eric Wong 404ab78e39 hashmap: remove type arg from hashmap_{get,put,remove}_entry 5 years ago
Eric Wong c8e424c9c9 hashmap: introduce hashmap_free_entries 5 years ago
Eric Wong 8a973d0bb3 hashmap: hashmap_{put,remove} return hashmap_entry * 5 years ago
Eric Wong 87571c3f71 hashmap: use *_entry APIs for iteration 5 years ago
Eric Wong 939af16eac hashmap_cmp_fn takes hashmap_entry params 5 years ago
Eric Wong f23a465132 hashmap_get{,_from_hash} return "struct hashmap_entry *" 5 years ago
Eric Wong 6bcbdfb277 hashmap_get_next returns "struct hashmap_entry *" 5 years ago
Eric Wong 26b455f21e hashmap_put takes "struct hashmap_entry *" 5 years ago
Eric Wong 28ee794128 hashmap_remove takes "const struct hashmap_entry *" 5 years ago
Eric Wong b6c5241606 hashmap_get takes "const struct hashmap_entry *" 5 years ago
Eric Wong b94e5c1df6 hashmap_add takes "struct hashmap_entry *" 5 years ago
Eric Wong f6eb6bdcf2 hashmap_get_next takes "const struct hashmap_entry *" 5 years ago
Eric Wong d22245a2e3 hashmap_entry_init takes "struct hashmap_entry *" 5 years ago
Jeff Hostetler 8b604d1951 hashmap: add API to disable item counting when threaded 8 years ago
Stefan Beller 7663cdc86c hashmap.h: compare function has access to a data field 8 years ago
Jeff Hostetler 0607e10009 hashmap: add disallow_rehash setting 8 years ago
Jeff Hostetler f75619bd6d hashmap: allow memihash computation to be continued 8 years ago
Jeff King 96ffc06f72 convert trivial cases to FLEX_ARRAY macros 9 years ago
Karsten Blees 7b64d42d22 hashmap: add string interning API 11 years ago
Karsten Blees 6a364ced49 add a hashtable implementation that supports O(1) removal 11 years ago