aboutsummaryrefslogtreecommitdiff
path: root/ewah
Commit message (Expand)AuthorAge
* Replace Free Software Foundation address in license noticesTodd Zullinger2017-11-09
* use DIV_ROUND_UPRené Scharfe2017-07-10
* Merge branch 'jk/ewah-use-right-type-in-sizeof'Junio C Hamano2017-03-12
|\
| * ewah: fix eword_t/uint64_t confusionJeff King2017-03-06
* | ewah: convert to REALLOC_ARRAY, etcJeff King2016-02-22
* | convert ewah/bitmap code to use xmallocJeff King2016-02-22
* | Merge branch 'es/osx-header-pollutes-mask-macro'Junio C Hamano2015-06-24
|\ \
| * | ewah: use less generic macro nameJeff King2015-06-03
| * | ewah/bitmap: silence warning about MASK macro redefinitionEric Sunshine2015-06-03
* | | ewah: add convenient wrapper ewah_serialize_strbuf()Nguyễn Thái Ngọc Duy2015-03-12
* | | Merge branch 'jk/pack-bitmap'Junio C Hamano2015-02-18
|\ \ \
| * | | ewah: fix building with gcc < 3.4.0Tom G. Christensen2015-02-04
| |/ /
* | | ewah: delete unused ewah_read_mmap_native declarationNguyễn Thái Ngọc Duy2014-04-29
* | | ewah: fix constness of ewah_read_mmapNguyễn Thái Ngọc Duy2014-04-29
|/ /
* | ewah_bitmap.c: do not assume size_t and eword_t are the same sizeKyle J. McKay2014-04-22
|/
* ewah: unconditionally ntohll ewah dataJeff King2014-02-12
* ewah: support platforms that require aligned readsVicent Marti2014-01-23
* ewah: compressed bitmap implementationVicent Marti2013-12-30