summaryrefslogtreecommitdiffstats
path: root/ewah
Commit message (Expand)AuthorAgeFilesLines
* 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_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 confusionJeff 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 nameJeff 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.0Tom 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