summaryrefslogtreecommitdiff
path: root/ewah/bitmap.c
AgeCommit message (Expand)Author
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