Age | Commit message (Expand) | Author | Files | Lines |
2018-10-29 | ewok_rlw.h: add missing 'inline' to function definition | Ramsay Jones | 1 | -1/+1 |
2018-09-20 | ewah/ewok_rlw.h: add missing include (hdr-check) | Ramsay Jones | 1 | -0/+2 |
2018-06-21 | ewah: delete unused 'rlwit_discharge_empty()' | Junio C Hamano | 4 | -23/+12 |
2018-06-18 | ewah: drop ewah_serialize_native function | Jeff King | 2 | -27/+0 |
2018-06-18 | ewah: drop ewah_deserialize function | Jeff King | 2 | -56/+0 |
2018-06-18 | ewah_io: delete unused 'ewah_serialize()' | Derrick Stolee | 2 | -11/+0 |
2018-06-18 | ewah_bitmap: delete unused 'ewah_or()' | Derrick Stolee | 2 | -74/+0 |
2018-06-18 | ewah_bitmap: delete unused 'ewah_not()' | Derrick Stolee | 2 | -26/+0 |
2018-06-18 | ewah_bitmap: delete unused 'ewah_and_not()' | Derrick Stolee | 2 | -78/+0 |
2018-06-18 | ewah_bitmap: delete unused 'ewah_and()' | Derrick Stolee | 2 | -73/+0 |
2018-06-18 | ewah/bitmap.c: delete unused 'bitmap_each_bit()' | Derrick Stolee | 2 | -25/+0 |
2018-06-18 | ewah/bitmap.c: delete unused 'bitmap_clear()' | Derrick Stolee | 2 | -9/+0 |
2018-06-18 | ewah_read_mmap: bounds-check mmap reads | Jeff King | 2 | -5/+22 |
2017-11-09 | Replace Free Software Foundation address in license notices | Todd Zullinger | 6 | -12/+6 |
2017-07-10 | use DIV_ROUND_UP | René Scharfe | 1 | -2/+2 |
2017-03-12 | Merge branch 'jk/ewah-use-right-type-in-sizeof' | Junio C Hamano | 1 | -2/+2 |
2017-03-06 | ewah: fix eword_t/uint64_t confusion | Jeff King | 1 | -2/+2 |
2016-02-22 | ewah: convert to REALLOC_ARRAY, etc | Jeff King | 3 | -19/+8 |
2016-02-22 | convert ewah/bitmap code to use xmalloc | Jeff King | 4 | -30/+11 |
2015-06-24 | Merge branch 'es/osx-header-pollutes-mask-macro' | Junio C Hamano | 3 | -24/+24 |
2015-06-03 | ewah: use less generic macro name | Jeff King | 3 | -18/+18 |
2015-06-03 | ewah/bitmap: silence warning about MASK macro redefinition | Eric Sunshine | 1 | -8/+8 |
2015-03-12 | ewah: add convenient wrapper ewah_serialize_strbuf() | Nguyễn Thái Ngọc Duy | 2 | -0/+15 |
2015-02-18 | Merge branch 'jk/pack-bitmap' | Junio C Hamano | 1 | -1/+2 |
2015-02-04 | ewah: fix building with gcc < 3.4.0 | Tom G. Christensen | 1 | -1/+2 |
2014-04-29 | ewah: delete unused ewah_read_mmap_native declaration | Nguyễn Thái Ngọc Duy | 1 | -1/+0 |
2014-04-29 | ewah: fix constness of ewah_read_mmap | Nguyễn Thái Ngọc Duy | 2 | -3/+3 |
2014-04-22 | ewah_bitmap.c: do not assume size_t and eword_t are the same size | Kyle J. McKay | 1 | -1/+1 |
2014-02-12 | ewah: unconditionally ntohll ewah data | Jeff King | 1 | -7/+3 |
2014-01-23 | ewah: support platforms that require aligned reads | Vicent Marti | 1 | -9/+24 |
2013-12-30 | ewah: compressed bitmap implementation | Vicent Marti | 6 | -0/+1590 |