summaryrefslogtreecommitdiff
path: root/ewah/bitmap.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-13use CALLOC_ARRAYLibravatar René Scharfe1-1/+1
2020-12-08bitmap: implement bitmap_is_subset()Libravatar Derrick Stolee1-0/+21
2020-12-08ewah: add bitmap_dup() functionLibravatar Jeff King1-0/+7
2020-12-08ewah: implement bitmap_or()Libravatar Jeff King1-0/+9
2020-12-08ewah: make bitmap growth less aggressiveLibravatar Jeff King1-7/+4
2020-12-08ewah: factor out bitmap growthLibravatar Jeff King1-5/+9
2020-03-02Merge branch 'jk/object-filter-with-bitmap'Libravatar Junio C Hamano1-0/+8
2020-02-14bitmap: add bitmap_unset() functionLibravatar Jeff King1-0/+8
2020-01-23ewah/bitmap: introduce bitmap_word_alloc()Libravatar Jeff King1-4/+9
2018-06-18ewah/bitmap.c: delete unused 'bitmap_each_bit()'Libravatar Derrick Stolee1-24/+0
2018-06-18ewah/bitmap.c: delete unused 'bitmap_clear()'Libravatar Derrick Stolee1-8/+0
2017-11-09Replace Free Software Foundation address in license noticesLibravatar Todd Zullinger1-2/+1
2016-02-22ewah: convert to REALLOC_ARRAY, etcLibravatar Jeff King1-12/+4
2016-02-22convert ewah/bitmap code to use xmallocLibravatar Jeff King1-6/+6
2015-06-03ewah: use less generic macro nameLibravatar Jeff King1-6/+6
2015-06-03ewah/bitmap: silence warning about MASK macro redefinitionLibravatar Eric Sunshine1-8/+8
2013-12-30ewah: compressed bitmap implementationLibravatar Vicent Marti1-0/+221