| Commit message (Expand) | Author | Age | Files | Lines |
* | hashmap: provide deallocation function names | Elijah Newren | 2020-11-02 | 1 | -17/+27 |
* | hashmap: introduce a new hashmap_partial_clear() | Elijah Newren | 2020-11-02 | 1 | -1/+12 |
* | hashmap: allow re-use after hashmap_free() | Elijah Newren | 2020-11-02 | 1 | -0/+3 |
* | hashmap: adjust spacing to fix argument alignment | Elijah Newren | 2020-11-02 | 1 | -11/+11 |
* | hashmap: add usage documentation explaining hashmap_free[_entries]() | Elijah Newren | 2020-10-13 | 1 | -2/+29 |
* | hashmap_for_each_entry(): workaround MSVC's runtime check failure #3 | Junio C Hamano | 2020-09-30 | 1 | -1/+2 |
* | hashmap: fix typo in usage docs | Elijah Newren | 2020-07-28 | 1 | -1/+1 |
* | Merge branch 'en/doc-typofix' | Junio C Hamano | 2019-12-01 | 1 | -1/+1 |
|\ |
|
| * | Fix spelling errors in code comments | Elijah Newren | 2019-11-10 | 1 | -1/+1 |
* | | hashmap: fix documentation misuses of -> versus . | Elijah Newren | 2019-11-07 | 1 | -3/+3 |
|/ |
|
* | hashmap_entry: remove first member requirement from docs | Eric Wong | 2019-10-07 | 1 | -2/+2 |
* | hashmap: remove type arg from hashmap_{get,put,remove}_entry | Eric Wong | 2019-10-07 | 1 | -12/+33 |
* | OFFSETOF_VAR macro to simplify hashmap iterators | Eric Wong | 2019-10-07 | 1 | -14/+30 |
* | hashmap: introduce hashmap_free_entries | Eric Wong | 2019-10-07 | 1 | -6/+13 |
* | hashmap: hashmap_{put,remove} return hashmap_entry * | Eric Wong | 2019-10-07 | 1 | -3/+12 |
* | hashmap: use *_entry APIs for iteration | Eric Wong | 2019-10-07 | 1 | -2/+13 |
* | hashmap_cmp_fn takes hashmap_entry params | Eric Wong | 2019-10-07 | 1 | -4/+9 |
* | hashmap_get{,_from_hash} return "struct hashmap_entry *" | Eric Wong | 2019-10-07 | 1 | -5/+7 |
* | hashmap: use *_entry APIs to wrap container_of | Eric Wong | 2019-10-07 | 1 | -6/+34 |
* | hashmap_get_next returns "struct hashmap_entry *" | Eric Wong | 2019-10-07 | 1 | -4/+8 |
* | hashmap_put takes "struct hashmap_entry *" | Eric Wong | 2019-10-07 | 1 | -1/+1 |
* | hashmap_remove takes "const struct hashmap_entry *" | Eric Wong | 2019-10-07 | 1 | -1/+1 |
* | hashmap_get takes "const struct hashmap_entry *" | Eric Wong | 2019-10-07 | 1 | -3/+5 |
* | hashmap_add takes "struct hashmap_entry *" | Eric Wong | 2019-10-07 | 1 | -2/+2 |
* | hashmap_get_next takes "const struct hashmap_entry *" | Eric Wong | 2019-10-07 | 1 | -1/+2 |
* | hashmap_entry_init takes "struct hashmap_entry *" | Eric Wong | 2019-10-07 | 1 | -6/+6 |
* | hashmap: convert sha1hash() to oidhash() | Jeff King | 2019-06-20 | 1 | -3/+5 |
* | *.[ch]: remove extern from function declarations using spatch | Denton Liu | 2019-05-05 | 1 | -15/+15 |
* | Merge branch 'rb/hashmap-h-compilation-fix' | Junio C Hamano | 2018-02-13 | 1 | -2/+1 |
|\ |
|
| * | hashmap.h: remove unused variablerb/hashmap-h-compilation-fix | Randall S. Becker | 2018-01-16 | 1 | -2/+1 |
* | | hashmap: adjust documentation to reflect realityjs/hashmap-update-sample | Johannes Schindelin | 2017-12-05 | 1 | -31/+29 |
|/ |
|
* | hashmap: add API to disable item counting when threadedjh/hashmap-disable-counting | Jeff Hostetler | 2017-09-07 | 1 | -21/+51 |
* | hashmap: migrate documentation from Documentation/technical into headersb/hashmap-customize-comparison | Stefan Beller | 2017-06-30 | 1 | -32/+316 |
* | hashmap.h: compare function has access to a data field | Stefan Beller | 2017-06-30 | 1 | -4/+8 |
* | hashmap: add disallow_rehash setting | Jeff Hostetler | 2017-03-22 | 1 | -0/+24 |
* | hashmap: allow memihash computation to be continued | Jeff Hostetler | 2017-03-22 | 1 | -0/+1 |
* | hashmap: add string interning APIkb/hashmap-updates | Karsten Blees | 2014-07-07 | 1 | -0/+8 |
* | hashmap: add simplified hashmap_get_from_hash() API | Karsten Blees | 2014-07-07 | 1 | -0/+8 |
* | hashmap: factor out getting a hash code from a SHA1 | Karsten Blees | 2014-07-07 | 1 | -0/+11 |
* | hashmap.h: use 'unsigned int' for hash-codes everywhere | Karsten Blees | 2014-02-24 | 1 | -1/+1 |
* | add a hashtable implementation that supports O(1) removal | Karsten Blees | 2013-11-18 | 1 | -0/+71 |