summary refs log tree commit diff
path: root/ewah/ewah_bitmap.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-08ewah/ewah_bitmap.c: avoid open-coding ALLOC_GROW()Taylor Blau1-11/+4
2018-06-21ewah: delete unused 'rlwit_discharge_empty()'Junio C Hamano1-8/+12
2018-06-18ewah_bitmap: delete unused 'ewah_or()'Derrick Stolee1-69/+0
2018-06-18ewah_bitmap: delete unused 'ewah_not()'Derrick Stolee1-19/+0
2018-06-18ewah_bitmap: delete unused 'ewah_and_not()'Derrick Stolee1-73/+0
2018-06-18ewah_bitmap: delete unused 'ewah_and()'Derrick Stolee1-68/+0
2017-11-09Replace Free Software Foundation address in license noticesTodd Zullinger1-2/+1
2017-07-10use DIV_ROUND_UPRené Scharfe1-2/+2
2016-02-22ewah: convert to REALLOC_ARRAY, etcJeff King1-3/+2
2016-02-22convert ewah/bitmap code to use xmallocJeff King1-6/+3
2015-06-03ewah: use less generic macro nameJeff King1-11/+11
2014-04-22ewah_bitmap.c: do not assume size_t and eword_t are the same sizeKyle J. McKay1-1/+1
2013-12-30ewah: compressed bitmap implementationVicent Marti1-0/+714