summaryrefslogtreecommitdiff
path: root/ewah
AgeCommit message (Expand)AuthorFilesLines
2015-03-05Merge branch 'jk/pack-bitmap' into maintJunio C Hamano1-1/+2
2015-02-04ewah: fix building with gcc < 3.4.0Tom G. Christensen1-1/+2
2014-04-29ewah: delete unused ewah_read_mmap_native declarationNguyễn Thái Ngọc Duy1-1/+0
2014-04-29ewah: fix constness of ewah_read_mmapNguyễn Thái Ngọc Duy2-3/+3
2014-04-22ewah_bitmap.c: do not assume size_t and eword_t are the same sizeKyle J. McKay1-1/+1
2014-02-12ewah: unconditionally ntohll ewah dataJeff King1-7/+3
2014-01-23ewah: support platforms that require aligned readsVicent Marti1-9/+24
2013-12-30ewah: compressed bitmap implementationVicent Marti6-0/+1590