aboutsummaryrefslogtreecommitdiffstats
path: root/ewah/ewah_bitmap.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren1-1/+1
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano1-1/+1
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