index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ewah
/
bitmap.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-24
ewah: `bitmap_equals_ewah()`
Taylor Blau
1
-0
/
+19
2024-05-24
ewah: implement `ewah_bitmap_popcount()`
Taylor Blau
1
-0
/
+14
2024-05-24
ewah: implement `ewah_bitmap_is_subset()`
Taylor Blau
1
-0
/
+43
2023-12-14
ewah: implement `bitmap_is_empty()`
Taylor Blau
1
-0
/
+9
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
1
-1
/
+0
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
1
-1
/
+2
2022-05-20
Merge branch 'ep/maint-equals-null-cocci'
Junio C Hamano
1
-1
/
+1
2022-05-02
tree-wide: apply equals-null.cocci
Junio C Hamano
1
-1
/
+1
2022-04-01
pack-bitmap-write: remove unused bitmap_reset() function
Ævar Arnfjörð Bjarmason
1
-5
/
+0
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