summaryrefslogtreecommitdiff
path: root/ewah
Commit message (Expand)AuthorAgeFilesLines
* alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-232-2/+3
* Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano2022-05-202-2/+2
|\
| * tree-wide: apply equals-null.cocciJunio C Hamano2022-05-022-2/+2
* | pack-bitmap-write: remove unused bitmap_reset() functionÆvar Arnfjörð Bjarmason2022-04-012-6/+0
|/
* use CALLOC_ARRAYRené Scharfe2021-03-131-1/+1
* bitmap: implement bitmap_is_subset()Derrick Stolee2020-12-082-1/+22
* ewah: add bitmap_dup() functionJeff King2020-12-082-0/+8
* 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
* ewah/ewah_bitmap.c: avoid open-coding ALLOC_GROW()Taylor Blau2020-12-081-11/+4
* Merge branch 'jk/object-filter-with-bitmap'Junio C Hamano2020-03-022-0/+9
|\
| * bitmap: add bitmap_unset() functionJeff King2020-02-142-0/+9
* | ewah/bitmap: introduce bitmap_word_alloc()Jeff King2020-01-232-4/+10
|/
* ewok_rlw.h: add missing 'inline' to function definitionRamsay Jones2018-10-291-1/+1
* ewah/ewok_rlw.h: add missing include (hdr-check)Ramsay Jones2018-09-201-0/+2
* ewah: delete unused 'rlwit_discharge_empty()'Junio C Hamano2018-06-214-23/+12
* ewah: drop ewah_serialize_native functionJeff King2018-06-182-27/+0
* ewah: drop ewah_deserialize functionJeff King2018-06-182-56/+0
* ewah_io: delete unused 'ewah_serialize()'Derrick Stolee2018-06-182-11/+0
* ewah_bitmap: delete unused 'ewah_or()'Derrick Stolee2018-06-182-74/+0
* ewah_bitmap: delete unused 'ewah_not()'Derrick Stolee2018-06-182-26/+0
* ewah_bitmap: delete unused 'ewah_and_not()'Derrick Stolee2018-06-182-78/+0
* ewah_bitmap: delete unused 'ewah_and()'Derrick Stolee2018-06-182-73/+0
* ewah/bitmap.c: delete unused 'bitmap_each_bit()'Derrick Stolee2018-06-182-25/+0
* ewah/bitmap.c: delete unused 'bitmap_clear()'Derrick Stolee2018-06-182-9/+0
* ewah_read_mmap: bounds-check mmap readsJeff King2018-06-182-5/+22
* Replace Free Software Foundation address in license noticesTodd Zullinger2017-11-096-12/+6
* use DIV_ROUND_UPrs/use-div-round-upRené Scharfe2017-07-101-2/+2
* Merge branch 'jk/ewah-use-right-type-in-sizeof'Junio C Hamano2017-03-121-2/+2
|\
| * ewah: fix eword_t/uint64_t confusionjk/ewah-use-right-type-in-sizeofJeff King2017-03-061-2/+2
* | ewah: convert to REALLOC_ARRAY, etcJeff King2016-02-223-19/+8
* | convert ewah/bitmap code to use xmallocJeff King2016-02-224-30/+11
* | Merge branch 'es/osx-header-pollutes-mask-macro'Junio C Hamano2015-06-243-24/+24
|\ \
| * | ewah: use less generic macro namees/osx-header-pollutes-mask-macroJeff King2015-06-033-18/+18
| * | ewah/bitmap: silence warning about MASK macro redefinitionEric Sunshine2015-06-031-8/+8
* | | ewah: add convenient wrapper ewah_serialize_strbuf()Nguyễn Thái Ngọc Duy2015-03-122-0/+15
* | | Merge branch 'jk/pack-bitmap'Junio C Hamano2015-02-181-1/+2
|\ \ \
| * | | ewah: fix building with gcc < 3.4.0jk/pack-bitmapTom G. Christensen2015-02-041-1/+2
| |/ /
* | | ewah: delete unused ewah_read_mmap_native declarationNguyễn Thái Ngọc Duy2014-04-291-1/+0
* | | ewah: fix constness of ewah_read_mmapNguyễn Thái Ngọc Duy2014-04-292-3/+3
|/ /
* | ewah_bitmap.c: do not assume size_t and eword_t are the same sizeKyle J. McKay2014-04-221-1/+1
|/
* ewah: unconditionally ntohll ewah dataJeff King2014-02-121-7/+3
* ewah: support platforms that require aligned readsVicent Marti2014-01-231-9/+24
* ewah: compressed bitmap implementationVicent Marti2013-12-306-0/+1590