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