summaryrefslogtreecommitdiffstats
path: root/ewah
AgeCommit message (Expand)AuthorLines
2015-06-24Merge branch 'es/osx-header-pollutes-mask-macro'Junio C Hamano-24/+24
2015-06-03ewah: use less generic macro nameJeff King-18/+18
2015-06-03ewah/bitmap: silence warning about MASK macro redefinitionEric Sunshine-8/+8
2015-03-12ewah: add convenient wrapper ewah_serialize_strbuf()Nguyễn Thái Ngọc Duy-0/+15
2015-02-18Merge branch 'jk/pack-bitmap'Junio C Hamano-1/+2
2015-02-04ewah: fix building with gcc < 3.4.0Tom G. Christensen-1/+2
2014-04-29ewah: delete unused ewah_read_mmap_native declarationNguyễn Thái Ngọc Duy-1/+0
2014-04-29ewah: fix constness of ewah_read_mmapNguyễn Thái Ngọc Duy-3/+3
2014-04-22ewah_bitmap.c: do not assume size_t and eword_t are the same sizeKyle J. McKay-1/+1
2014-02-12ewah: unconditionally ntohll ewah dataJeff King-7/+3
2014-01-23ewah: support platforms that require aligned readsVicent Marti-9/+24
2013-12-30ewah: compressed bitmap implementationVicent Marti-0/+1590