hashmap: use *_entry APIs to wrap container_of

Eric Wong committed almost 7 years ago

hashmap_get_next returns "struct hashmap_entry *"

Eric Wong committed almost 7 years ago

introduce container_of macro

Eric Wong committed almost 7 years ago

hashmap_put takes "struct hashmap_entry *"

Eric Wong committed almost 7 years ago

hashmap_remove takes "const struct hashmap_entry *"

Eric Wong committed almost 7 years ago

hashmap_get takes "const struct hashmap_entry *"

Eric Wong committed almost 7 years ago

hashmap_add takes "struct hashmap_entry *"

Eric Wong committed almost 7 years ago

hashmap_get_next takes "const struct hashmap_entry *"

Eric Wong committed almost 7 years ago

hashmap_entry_init takes "struct hashmap_entry *"

Eric Wong committed almost 7 years ago

packfile: use hashmap_entry in delta_base_cache_entry

Eric Wong committed almost 7 years ago

coccicheck: detect hashmap_entry.hash assignment

Eric Wong committed almost 7 years ago

diff: use hashmap_entry_init on moved_entry.ent

Eric Wong committed almost 7 years ago

tests: remove "cat foo" before "test_i18ngrep bar foo"

René Scharfe committed almost 7 years ago

git-p4: auto-delete named temporary file

Philip.McGraw committed about 7 years ago

Fifth batch

Junio C Hamano committed almost 7 years ago

Merge branch 'cb/skip-utf8-check-with-pcre1'

Junio C Hamano committed almost 7 years ago

Merge branch 'ma/user-manual-markup-update'

Junio C Hamano committed almost 7 years ago

Merge branch 'bc/doc-use-docbook-5'

Junio C Hamano committed almost 7 years ago

Merge branch 'ma/asciidoctor-more-fixes'

Junio C Hamano committed almost 7 years ago

← Newer Page 1245 of 4099 Older →