summaryrefslogtreecommitdiff
path: root/ewah/ewok.h
Commit message (Expand)AuthorAgeFilesLines
* pack-bitmap-write: remove unused bitmap_reset() functionÆvar Arnfjörð Bjarmason2022-04-011-1/+0
* bitmap: implement bitmap_is_subset()Derrick Stolee2020-12-081-1/+1
* ewah: add bitmap_dup() functionJeff King2020-12-081-0/+1
* Merge branch 'jk/object-filter-with-bitmap'Junio C Hamano2020-03-021-0/+1
|\
| * bitmap: add bitmap_unset() functionJeff King2020-02-141-0/+1
* | ewah/bitmap: introduce bitmap_word_alloc()Jeff King2020-01-231-0/+1
|/
* ewah: delete unused 'rlwit_discharge_empty()'Junio C Hamano2018-06-211-6/+0
* ewah: drop ewah_serialize_native functionJeff King2018-06-181-1/+0
* ewah: drop ewah_deserialize functionJeff King2018-06-181-1/+0
* ewah_io: delete unused 'ewah_serialize()'Derrick Stolee2018-06-181-1/+0
* ewah_bitmap: delete unused 'ewah_or()'Derrick Stolee2018-06-181-5/+0
* ewah_bitmap: delete unused 'ewah_not()'Derrick Stolee2018-06-181-7/+0
* ewah_bitmap: delete unused 'ewah_and_not()'Derrick Stolee2018-06-181-5/+0
* ewah_bitmap: delete unused 'ewah_and()'Derrick Stolee2018-06-181-5/+0
* ewah/bitmap.c: delete unused 'bitmap_each_bit()'Derrick Stolee2018-06-181-1/+0
* ewah/bitmap.c: delete unused 'bitmap_clear()'Derrick Stolee2018-06-181-1/+0
* ewah_read_mmap: bounds-check mmap readsJeff King2018-06-181-1/+1
* Replace Free Software Foundation address in license noticesTodd Zullinger2017-11-091-2/+1
* convert ewah/bitmap code to use xmallocJeff King2016-02-221-10/+0
* Merge branch 'es/osx-header-pollutes-mask-macro'Junio C Hamano2015-06-241-1/+1
|\
| * ewah: use less generic macro namees/osx-header-pollutes-mask-macroJeff King2015-06-031-1/+1
* | ewah: add convenient wrapper ewah_serialize_strbuf()Nguyễn Thái Ngọc Duy2015-03-121-0/+2
* | 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-291-1/+1
|/
* ewah: compressed bitmap implementationVicent Marti2013-12-301-0/+233