summaryrefslogtreecommitdiff
path: root/ewah
AgeCommit message (Expand)Author
2021-03-14use CALLOC_ARRAYRené Scharfe
2020-12-08bitmap: implement bitmap_is_subset()Derrick Stolee
2020-12-08ewah: add bitmap_dup() functionJeff King
2020-12-08ewah: implement bitmap_or()Jeff King
2020-12-08ewah: make bitmap growth less aggressiveJeff King
2020-12-08ewah: factor out bitmap growthJeff King
2020-12-08ewah/ewah_bitmap.c: avoid open-coding ALLOC_GROW()Taylor Blau
2020-03-02Merge branch 'jk/object-filter-with-bitmap'Junio C Hamano
2020-02-14bitmap: add bitmap_unset() functionJeff King
2020-01-23ewah/bitmap: introduce bitmap_word_alloc()Jeff King
2018-10-29ewok_rlw.h: add missing 'inline' to function definitionRamsay Jones
2018-09-20ewah/ewok_rlw.h: add missing include (hdr-check)Ramsay Jones
2018-06-21ewah: delete unused 'rlwit_discharge_empty()'Junio C Hamano
2018-06-18ewah: drop ewah_serialize_native functionJeff King
2018-06-18ewah: drop ewah_deserialize functionJeff King
2018-06-18ewah_io: delete unused 'ewah_serialize()'Derrick Stolee
2018-06-18ewah_bitmap: delete unused 'ewah_or()'Derrick Stolee
2018-06-18ewah_bitmap: delete unused 'ewah_not()'Derrick Stolee
2018-06-18ewah_bitmap: delete unused 'ewah_and_not()'Derrick Stolee
2018-06-18ewah_bitmap: delete unused 'ewah_and()'Derrick Stolee
2018-06-18ewah/bitmap.c: delete unused 'bitmap_each_bit()'Derrick Stolee
2018-06-18ewah/bitmap.c: delete unused 'bitmap_clear()'Derrick Stolee
2018-06-18ewah_read_mmap: bounds-check mmap readsJeff King
2017-11-09Replace Free Software Foundation address in license noticesTodd Zullinger
2017-07-10use DIV_ROUND_UPRené Scharfe
2017-03-13Merge branch 'jk/ewah-use-right-type-in-sizeof'Junio C Hamano
2017-03-06ewah: fix eword_t/uint64_t confusionJeff King
2016-02-22ewah: convert to REALLOC_ARRAY, etcJeff King
2016-02-22convert ewah/bitmap code to use xmallocJeff King
2015-06-24Merge branch 'es/osx-header-pollutes-mask-macro'Junio C Hamano
2015-06-03ewah: use less generic macro nameJeff King
2015-06-03ewah/bitmap: silence warning about MASK macro redefinitionEric Sunshine
2015-03-12ewah: add convenient wrapper ewah_serialize_strbuf()Nguyễn Thái Ngọc Duy
2015-02-18Merge branch 'jk/pack-bitmap'Junio C Hamano
2015-02-04ewah: fix building with gcc < 3.4.0Tom G. Christensen
2014-04-29ewah: delete unused ewah_read_mmap_native declarationNguyễn Thái Ngọc Duy
2014-04-29ewah: fix constness of ewah_read_mmapNguyễn Thái Ngọc Duy
2014-04-22ewah_bitmap.c: do not assume size_t and eword_t are the same sizeKyle J. McKay
2014-02-12ewah: unconditionally ntohll ewah dataJeff King
2014-01-23ewah: support platforms that require aligned readsVicent Marti
2013-12-30ewah: compressed bitmap implementationVicent Marti