summaryrefslogtreecommitdiff
path: root/ewah/ewah_bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-231-1/+1
* tree-wide: apply equals-null.cocciJunio C Hamano2022-05-021-1/+1
* ewah/ewah_bitmap.c: avoid open-coding ALLOC_GROW()Taylor Blau2020-12-081-11/+4
* ewah: delete unused 'rlwit_discharge_empty()'Junio C Hamano2018-06-211-8/+12
* ewah_bitmap: delete unused 'ewah_or()'Derrick Stolee2018-06-181-69/+0
* ewah_bitmap: delete unused 'ewah_not()'Derrick Stolee2018-06-181-19/+0
* ewah_bitmap: delete unused 'ewah_and_not()'Derrick Stolee2018-06-181-73/+0
* ewah_bitmap: delete unused 'ewah_and()'Derrick Stolee2018-06-181-68/+0
* Replace Free Software Foundation address in license noticesTodd Zullinger2017-11-091-2/+1
* use DIV_ROUND_UPrs/use-div-round-upRené Scharfe2017-07-101-2/+2
* ewah: convert to REALLOC_ARRAY, etcJeff King2016-02-221-3/+2
* convert ewah/bitmap code to use xmallocJeff King2016-02-221-6/+3
* ewah: use less generic macro namees/osx-header-pollutes-mask-macroJeff King2015-06-031-11/+11
* ewah_bitmap.c: do not assume size_t and eword_t are the same sizeKyle J. McKay2014-04-221-1/+1
* ewah: compressed bitmap implementationVicent Marti2013-12-301-0/+714