Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-03-02 | Merge branch 'jk/object-filter-with-bitmap' | Junio C Hamano | 1 | -0/+8 |
2020-02-14 | bitmap: add bitmap_unset() function | Jeff King | 1 | -0/+8 |
2020-01-23 | ewah/bitmap: introduce bitmap_word_alloc() | Jeff King | 1 | -4/+9 |
2018-06-18 | ewah/bitmap.c: delete unused 'bitmap_each_bit()' | Derrick Stolee | 1 | -24/+0 |
2018-06-18 | ewah/bitmap.c: delete unused 'bitmap_clear()' | Derrick Stolee | 1 | -8/+0 |
2017-11-09 | Replace Free Software Foundation address in license notices | Todd Zullinger | 1 | -2/+1 |
2016-02-22 | ewah: convert to REALLOC_ARRAY, etc | Jeff King | 1 | -12/+4 |
2016-02-22 | convert ewah/bitmap code to use xmalloc | Jeff King | 1 | -6/+6 |
2015-06-03 | ewah: use less generic macro name | Jeff King | 1 | -6/+6 |
2015-06-03 | ewah/bitmap: silence warning about MASK macro redefinition | Eric Sunshine | 1 | -8/+8 |
2013-12-30 | ewah: compressed bitmap implementation | Vicent Marti | 1 | -0/+221 |