summaryrefslogtreecommitdiff
path: root/ewah
Commit message (Expand)AuthorAgeFilesLines
* 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