index
:
git
main
maint
master
next
seen
todo
Git: sistema de control de versiones
mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
khash.h
Age
Commit message (
Expand
)
Author
2023-02-24
treewide: remove unnecessary cache.h includes
Elijah Newren
2021-07-06
khash: clarify that allocations never fail
René Scharfe
2019-06-20
hashmap: convert sha1hash() to oidhash()
Jeff King
2019-06-20
khash: rename oid helper functions
Jeff King
2019-06-20
khash: drop sha1-specific map types
Jeff King
2019-06-20
khash: rename kh_oid_t to kh_oid_set
Jeff King
2019-06-20
khash: drop broken oid_map typedef
Jeff King
2019-05-13
Merge branch 'dl/no-extern-in-func-decl'
Junio C Hamano
2019-05-05
*.[ch]: manually align parameter lists
Denton Liu
2019-05-05
*.[ch]: remove extern from function declarations using sed
Denton Liu
2019-04-01
khash: move oid hash table definition
brian m. carlson
2018-10-24
khash: silence -Wunused-function for delta-islands
Carlo Marcelo Arenas Belón
2018-10-04
khash: factor out kh_release_*
René Scharfe
2018-08-15
Add missing includes and forward declarations
Elijah Newren
2016-02-22
convert trivial cases to ALLOC_ARRAY
Jeff King
2014-09-18
use REALLOC_ARRAY for changing the allocation size of arrays
René Scharfe
2014-07-07
hashmap: factor out getting a hash code from a SHA1
Karsten Blees
2013-12-30
pack-bitmap: add support for bitmap indexes
Vicent Marti