summaryrefslogtreecommitdiff
path: root/ewah/bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-231-1/+2
* Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano2022-05-201-1/+1
|\
| * tree-wide: apply equals-null.cocciJunio C Hamano2022-05-021-1/+1
* | pack-bitmap-write: remove unused bitmap_reset() functionÆvar Arnfjörð Bjarmason2022-04-011-5/+0
|/
* use CALLOC_ARRAYRené Scharfe2021-03-131-1/+1
* bitmap: implement bitmap_is_subset()Derrick Stolee2020-12-081-0/+21
* ewah: add bitmap_dup() functionJeff King2020-12-081-0/+7
* ewah: implement bitmap_or()Jeff King2020-12-081-0/+9
* ewah: make bitmap growth less aggressiveJeff King2020-12-081-7/+4
* ewah: factor out bitmap growthJeff King2020-12-081-5/+9
* Merge branch 'jk/object-filter-with-bitmap'Junio C Hamano2020-03-021-0/+8
|\
| * bitmap: add bitmap_unset() functionJeff King2020-02-141-0/+8
* | ewah/bitmap: introduce bitmap_word_alloc()Jeff King2020-01-231-4/+9
|/
* ewah/bitmap.c: delete unused 'bitmap_each_bit()'Derrick Stolee2018-06-181-24/+0
* ewah/bitmap.c: delete unused 'bitmap_clear()'Derrick Stolee2018-06-181-8/+0
* Replace Free Software Foundation address in license noticesTodd Zullinger2017-11-091-2/+1
* ewah: convert to REALLOC_ARRAY, etcJeff King2016-02-221-12/+4
* convert ewah/bitmap code to use xmallocJeff King2016-02-221-6/+6
* ewah: use less generic macro namees/osx-header-pollutes-mask-macroJeff King2015-06-031-6/+6
* ewah/bitmap: silence warning about MASK macro redefinitionEric Sunshine2015-06-031-8/+8
* ewah: compressed bitmap implementationVicent Marti2013-12-301-0/+221