summaryrefslogtreecommitdiff
path: root/ewah
AgeCommit message (Expand)AuthorFilesLines
2015-06-03ewah: use less generic macro nameLibravatar Jeff King3-18/+18
2015-06-03ewah/bitmap: silence warning about MASK macro redefinitionLibravatar Eric Sunshine1-8/+8
2014-04-22ewah_bitmap.c: do not assume size_t and eword_t are the same sizeLibravatar Kyle J. McKay1-1/+1
2014-02-12ewah: unconditionally ntohll ewah dataLibravatar Jeff King1-7/+3
2014-01-23ewah: support platforms that require aligned readsLibravatar Vicent Marti1-9/+24
2013-12-30ewah: compressed bitmap implementationLibravatar Vicent Marti6-0/+1590