Age | Commit message (Expand) | Author | Files | Lines |
2020-12-08 | bitmap: implement bitmap_is_subset() | Derrick Stolee | 1 | -1/+1 |
2020-12-08 | ewah: add bitmap_dup() function | Jeff King | 1 | -0/+1 |
2020-03-02 | Merge branch 'jk/object-filter-with-bitmap' | Junio C Hamano | 1 | -0/+1 |
2020-02-14 | bitmap: add bitmap_unset() function | Jeff King | 1 | -0/+1 |
2020-01-23 | ewah/bitmap: introduce bitmap_word_alloc() | Jeff King | 1 | -0/+1 |
2018-06-21 | ewah: delete unused 'rlwit_discharge_empty()' | Junio C Hamano | 1 | -6/+0 |
2018-06-18 | ewah: drop ewah_serialize_native function | Jeff King | 1 | -1/+0 |
2018-06-18 | ewah: drop ewah_deserialize function | Jeff King | 1 | -1/+0 |
2018-06-18 | ewah_io: delete unused 'ewah_serialize()' | Derrick Stolee | 1 | -1/+0 |
2018-06-18 | ewah_bitmap: delete unused 'ewah_or()' | Derrick Stolee | 1 | -5/+0 |
2018-06-18 | ewah_bitmap: delete unused 'ewah_not()' | Derrick Stolee | 1 | -7/+0 |
2018-06-18 | ewah_bitmap: delete unused 'ewah_and_not()' | Derrick Stolee | 1 | -5/+0 |
2018-06-18 | ewah_bitmap: delete unused 'ewah_and()' | Derrick Stolee | 1 | -5/+0 |
2018-06-18 | ewah/bitmap.c: delete unused 'bitmap_each_bit()' | Derrick Stolee | 1 | -1/+0 |
2018-06-18 | ewah/bitmap.c: delete unused 'bitmap_clear()' | Derrick Stolee | 1 | -1/+0 |
2018-06-18 | ewah_read_mmap: bounds-check mmap reads | Jeff King | 1 | -1/+1 |
2017-11-09 | Replace Free Software Foundation address in license notices | Todd Zullinger | 1 | -2/+1 |
2016-02-22 | convert ewah/bitmap code to use xmalloc | Jeff King | 1 | -10/+0 |
2015-06-24 | Merge branch 'es/osx-header-pollutes-mask-macro' | Junio C Hamano | 1 | -1/+1 |
2015-06-03 | ewah: use less generic macro name | Jeff King | 1 | -1/+1 |
2015-03-12 | ewah: add convenient wrapper ewah_serialize_strbuf() | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
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 | 1 | -1/+1 |
2013-12-30 | ewah: compressed bitmap implementation | Vicent Marti | 1 | -0/+233 |