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-04-10 12:52:50 +09:00
2019-10-15 13:47:59 +09:00
2018-08-13 14:14:44 -07:00
2019-01-02 13:05:30 -08:00
2019-05-28 10:51:01 -07:00
2019-10-11 14:24:48 +09:00
2019-07-29 12:38:16 -07:00
2019-01-24 12:35:44 -08:00
2019-09-18 11:50:09 -07:00
2019-01-24 11:55:06 -08:00
2019-09-05 14:05:12 -07:00
2019-02-06 22:05:23 -08:00
2019-10-15 13:47:59 +09:00
2019-10-11 14:24:46 +09:00
2019-10-11 14:24:48 +09:00
2019-05-13 14:22:53 +09:00
2019-10-15 13:48:00 +09:00
2019-03-08 10:31:24 +09:00
2019-08-19 15:04:59 -07:00
2019-01-29 12:47:54 -08:00
2018-11-13 14:22:02 +09:00
2019-10-15 13:48:02 +09:00
2019-01-24 11:55:06 -08:00
2019-01-24 11:55:06 -08:00
2019-03-07 09:59:54 +09:00
2019-04-25 16:41:12 +09:00
2019-10-07 10:20:12 +09:00
2019-07-11 14:31:04 -07:00
2019-10-15 13:48:02 +09:00
2019-03-20 18:34:09 +09:00
2019-10-15 13:48:02 +09:00
2018-10-19 13:34:02 +09:00
2019-03-21 12:03:35 +09:00
2019-06-20 10:18:09 -07:00
2019-09-18 11:50:09 -07:00
2019-04-01 11:57:39 +09:00
2019-08-26 11:32:28 -07:00
2019-05-13 14:22:53 +09:00
2019-02-20 12:31:56 -08:00
2019-10-11 14:24:46 +09:00
2019-07-25 14:27:06 -07:00
2019-06-19 07:12:49 -07:00
2019-09-05 14:11:34 -07:00
2019-09-30 13:19:32 +09:00
2019-03-21 12:03:35 +09:00
2019-01-14 15:29:28 -08:00
2018-11-02 11:04:55 +09:00
2018-11-06 12:56:29 +09:00
2019-01-24 11:55:06 -08:00
2019-01-24 11:55:06 -08:00
2019-08-19 10:08:03 -07:00
2019-08-22 12:34:10 -07:00
2019-10-07 11:32:53 +09:00
2018-05-16 11:42:03 +09:00
2019-05-13 14:22:54 +09:00
2019-06-11 10:34:40 -07:00
2019-01-24 11:55:06 -08:00
2019-09-28 13:36:04 +09:00
2019-01-15 15:38:29 -08:00
2019-09-30 13:19:30 +09:00
2019-04-01 11:57:38 +09:00
2019-04-26 10:54:03 +09:00
2019-08-19 15:04:57 -07:00
2019-03-07 09:59:55 +09:00
2019-06-20 10:18:09 -07:00
2019-08-19 13:05:58 -07:00
2019-10-15 13:48:00 +09:00
2019-05-13 14:22:53 +09:00
2019-05-13 14:22:53 +09:00
2019-09-30 13:19:32 +09:00
2019-08-19 15:04:59 -07:00
2019-02-06 22:05:27 -08:00
2019-05-13 14:22:54 +09:00
2019-10-11 14:24:46 +09:00
2019-10-11 14:24:46 +09:00
2019-01-15 15:38:29 -08:00
2019-07-19 11:30:21 -07:00
2019-10-11 14:24:48 +09:00
2019-08-19 15:04:57 -07:00
2019-07-19 11:30:21 -07:00
2019-07-29 12:38:17 -07:00
2019-01-02 13:05:30 -08:00
2018-12-15 12:24:33 +09:00
2019-05-13 14:22:54 +09:00
2019-08-19 15:04:59 -07:00
2019-05-19 16:45:30 +09:00
2019-10-15 13:47:59 +09:00
2018-12-26 15:41:47 -08:00
2019-10-11 14:24:46 +09:00
2019-06-05 14:39:28 -07:00
2018-05-16 11:42:03 +09:00
2019-06-20 10:18:09 -07:00
2019-08-13 13:33:55 -07:00
2018-09-12 15:17:17 -07:00
2018-10-26 10:17:59 +09:00
2019-05-13 14:22:53 +09:00
2019-07-31 14:38:56 -07:00
2019-06-19 08:19:21 -07:00
2019-10-11 14:24:48 +09:00
2019-05-13 14:22:53 +09:00