Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2018-06-21 | ewah: delete unused 'rlwit_discharge_empty()' | Junio C Hamano | 1 | -8/+12 |
2018-06-18 | ewah_bitmap: delete unused 'ewah_or()' | Derrick Stolee | 1 | -69/+0 |
2018-06-18 | ewah_bitmap: delete unused 'ewah_not()' | Derrick Stolee | 1 | -19/+0 |
2018-06-18 | ewah_bitmap: delete unused 'ewah_and_not()' | Derrick Stolee | 1 | -73/+0 |
2018-06-18 | ewah_bitmap: delete unused 'ewah_and()' | Derrick Stolee | 1 | -68/+0 |
2017-11-09 | Replace Free Software Foundation address in license notices | Todd Zullinger | 1 | -2/+1 |
2017-07-10 | use DIV_ROUND_UP | René Scharfe | 1 | -2/+2 |
2016-02-22 | ewah: convert to REALLOC_ARRAY, etc | Jeff King | 1 | -3/+2 |
2016-02-22 | convert ewah/bitmap code to use xmalloc | Jeff King | 1 | -6/+3 |
2015-06-03 | ewah: use less generic macro name | Jeff King | 1 | -11/+11 |
2014-04-22 | ewah_bitmap.c: do not assume size_t and eword_t are the same size | Kyle J. McKay | 1 | -1/+1 |
2013-12-30 | ewah: compressed bitmap implementation | Vicent Marti | 1 | -0/+714 |