summaryrefslogtreecommitdiff
path: root/ewah/ewok.h
AgeCommit message (Expand)AuthorFilesLines
2025-03-21ewah: implement `struct ewah_or_iterator`Taylor Blau1-0/+12
2024-05-24ewah: `bitmap_equals_ewah()`Taylor Blau1-0/+1
2024-05-24ewah: implement `ewah_bitmap_popcount()`Taylor Blau1-0/+1
2024-05-24ewah: implement `ewah_bitmap_is_subset()`Taylor Blau1-0/+6
2023-12-14ewah: implement `bitmap_is_empty()`Taylor Blau1-0/+1
2022-04-01pack-bitmap-write: remove unused bitmap_reset() functionÆvar Arnfjörð Bjarmason1-1/+0
2020-12-08bitmap: implement bitmap_is_subset()Derrick Stolee1-1/+1
2020-12-08ewah: add bitmap_dup() functionJeff King1-0/+1
2020-03-02Merge branch 'jk/object-filter-with-bitmap'Junio C Hamano1-0/+1
2020-02-14bitmap: add bitmap_unset() functionJeff King1-0/+1
2020-01-23ewah/bitmap: introduce bitmap_word_alloc()Jeff King1-0/+1
2018-06-21ewah: delete unused 'rlwit_discharge_empty()'Junio C Hamano1-6/+0
2018-06-18ewah: drop ewah_serialize_native functionJeff King1-1/+0
2018-06-18ewah: drop ewah_deserialize functionJeff King1-1/+0
2018-06-18ewah_io: delete unused 'ewah_serialize()'Derrick Stolee1-1/+0
2018-06-18ewah_bitmap: delete unused 'ewah_or()'Derrick Stolee1-5/+0
2018-06-18ewah_bitmap: delete unused 'ewah_not()'Derrick Stolee1-7/+0
2018-06-18ewah_bitmap: delete unused 'ewah_and_not()'Derrick Stolee1-5/+0
2018-06-18ewah_bitmap: delete unused 'ewah_and()'Derrick Stolee1-5/+0
2018-06-18ewah/bitmap.c: delete unused 'bitmap_each_bit()'Derrick Stolee1-1/+0
2018-06-18ewah/bitmap.c: delete unused 'bitmap_clear()'Derrick Stolee1-1/+0
2018-06-18ewah_read_mmap: bounds-check mmap readsJeff King1-1/+1
2017-11-09Replace Free Software Foundation address in license noticesTodd Zullinger1-2/+1
2016-02-22convert ewah/bitmap code to use xmallocJeff King1-10/+0
2015-06-24Merge branch 'es/osx-header-pollutes-mask-macro'Junio C Hamano1-1/+1
2015-06-03ewah: use less generic macro nameJeff King1-1/+1
2015-03-12ewah: add convenient wrapper ewah_serialize_strbuf()Nguyễn Thái Ngọc Duy1-0/+2
2015-02-18Merge branch 'jk/pack-bitmap'Junio C Hamano1-1/+2
2015-02-04ewah: fix building with gcc < 3.4.0Tom G. Christensen1-1/+2
2014-04-29ewah: delete unused ewah_read_mmap_native declarationNguyễn Thái Ngọc Duy1-1/+0
2014-04-29ewah: fix constness of ewah_read_mmapNguyễn Thái Ngọc Duy1-1/+1
2013-12-30ewah: compressed bitmap implementationVicent Marti1-0/+233