index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ewah
/
bitmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-13
use CALLOC_ARRAY
René Scharfe
1
-1
/
+1
2020-12-08
bitmap: implement bitmap_is_subset()
Derrick Stolee
1
-0
/
+21
2020-12-08
ewah: add bitmap_dup() function
Jeff King
1
-0
/
+7
2020-12-08
ewah: implement bitmap_or()
Jeff King
1
-0
/
+9
2020-12-08
ewah: make bitmap growth less aggressive
Jeff King
1
-7
/
+4
2020-12-08
ewah: factor out bitmap growth
Jeff King
1
-5
/
+9
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