summaryrefslogtreecommitdiff
path: root/ewah/bitmap.c
AgeCommit message (Expand)Author
2023-12-14ewah: implement `bitmap_is_empty()`Taylor Blau
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-02-24alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2022-05-20Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano
2022-04-01pack-bitmap-write: remove unused bitmap_reset() functionÆvar Arnfjörð Bjarmason
2021-03-14use CALLOC_ARRAYRené Scharfe
2020-12-08bitmap: implement bitmap_is_subset()Derrick Stolee
2020-12-08ewah: add bitmap_dup() functionJeff King
2020-12-08ewah: implement bitmap_or()Jeff King
2020-12-08ewah: make bitmap growth less aggressiveJeff King
2020-12-08ewah: factor out bitmap growthJeff King
2020-03-02Merge branch 'jk/object-filter-with-bitmap'Junio C Hamano
2020-02-14bitmap: add bitmap_unset() functionJeff King
2020-01-23ewah/bitmap: introduce bitmap_word_alloc()Jeff King
2018-06-18ewah/bitmap.c: delete unused 'bitmap_each_bit()'Derrick Stolee
2018-06-18ewah/bitmap.c: delete unused 'bitmap_clear()'Derrick Stolee
2017-11-09Replace Free Software Foundation address in license noticesTodd Zullinger
2016-02-22ewah: convert to REALLOC_ARRAY, etcJeff King
2016-02-22convert ewah/bitmap code to use xmallocJeff King
2015-06-03ewah: use less generic macro nameJeff King
2015-06-03ewah/bitmap: silence warning about MASK macro redefinitionEric Sunshine
2013-12-30ewah: compressed bitmap implementationVicent Marti