summaryrefslogtreecommitdiff
path: root/khash.h
Commit message (Expand)AuthorAgeFilesLines
* hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren2023-04-241-0/+1
* treewide: remove unnecessary cache.h includesElijah Newren2023-02-231-1/+0
* khash: clarify that allocations never failRené Scharfe2021-07-061-9/+5
* hashmap: convert sha1hash() to oidhash()Jeff King2019-06-201-1/+1
* khash: rename oid helper functionsJeff King2019-06-201-5/+5
* khash: drop sha1-specific map typesJeff King2019-06-201-8/+0
* khash: rename kh_oid_t to kh_oid_setJeff King2019-06-201-1/+1
* khash: drop broken oid_map typedefJeff King2019-06-201-2/+0
* Merge branch 'dl/no-extern-in-func-decl'Junio C Hamano2019-05-131-8/+8
|\
| * *.[ch]: manually align parameter listsDenton Liu2019-05-051-3/+3
| * *.[ch]: remove extern from function declarations using sedDenton Liu2019-05-051-7/+7
* | khash: move oid hash table definitionbrian m. carlson2019-04-011-0/+18
|/
* khash: silence -Wunused-function for delta-islandsCarlo Marcelo Arenas Belón2018-10-241-1/+1
* khash: factor out kh_release_*René Scharfe2018-10-041-2/+7
* Add missing includes and forward declarationsElijah Newren2018-08-151-0/+3
* convert trivial cases to ALLOC_ARRAYJeff King2016-02-221-1/+1
* use REALLOC_ARRAY for changing the allocation size of arraysrs/realloc-arrayRené Scharfe2014-09-181-8/+4
* hashmap: factor out getting a hash code from a SHA1Karsten Blees2014-07-071-9/+2
* pack-bitmap: add support for bitmap indexesVicent Marti2013-12-301-0/+338