Junio C Hamano
5efabc7ed9
Merge branch 'ew/hashmap'
Code clean-up of the hashmap API, both users and implementation.
* ew/hashmap:
hashmap_entry: remove first member requirement from docs
hashmap: remove type arg from hashmap_{get,put,remove}_entry
OFFSETOF_VAR macro to simplify hashmap iterators
hashmap: introduce hashmap_free_entries
hashmap: hashmap_{put,remove} return hashmap_entry *
hashmap: use *_entry APIs for iteration
hashmap_cmp_fn takes hashmap_entry params
hashmap_get{,_from_hash} return "struct hashmap_entry *"
hashmap: use *_entry APIs to wrap container_of
hashmap_get_next returns "struct hashmap_entry *"
introduce container_of macro
hashmap_put takes "struct hashmap_entry *"
hashmap_remove takes "const struct hashmap_entry *"
hashmap_get takes "const struct hashmap_entry *"
hashmap_add takes "struct hashmap_entry *"
hashmap_get_next takes "const struct hashmap_entry *"
hashmap_entry_init takes "struct hashmap_entry *"
packfile: use hashmap_entry in delta_base_cache_entry
coccicheck: detect hashmap_entry.hash assignment
diff: use hashmap_entry_init on moved_entry.ent
2019-10-15 13:48:02 +09:00
..
2019-09-20 11:13:13 -07:00
2019-09-18 14:15:01 -07:00
2019-08-09 10:13:14 -07:00
2019-01-24 11:55:06 -08:00
2019-01-24 11:55:06 -08:00
2019-06-20 10:06:19 -07:00
2019-02-19 10:22:21 -08:00
2018-11-14 16:54:52 +09:00
2018-11-14 16:54:52 +09:00
2019-10-07 10:20:12 +09:00
2019-10-07 10:20:11 +09:00
2019-06-27 12:45:17 -07:00
2019-07-01 10:26:28 -07:00
2019-05-07 12:23:22 +09:00
2019-01-29 09:26:47 -08:00
2019-04-12 13:34:17 +09:00
2019-09-17 09:39:16 -07:00
2018-11-03 00:12:06 +09:00
2019-09-06 11:03:39 -07:00
2019-02-05 14:26:13 -08:00
2018-12-28 10:06:33 -08:00
2019-10-06 09:07:44 +09:00
2019-04-19 14:03:24 +09:00
2018-11-14 16:54:52 +09:00
2018-11-14 16:54:53 +09:00
2018-12-10 15:41:09 +09:00
2018-12-05 11:42:32 +09:00
2019-09-17 09:39:16 -07:00
2019-09-17 09:39:16 -07:00
2019-02-22 15:28:22 -08:00
2018-09-11 13:54:25 -07:00
2019-01-29 09:26:46 -08:00