summaryrefslogtreecommitdiff
path: root/src/idxmap.h
Commit message (Expand)AuthorAgeFilesLines
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-1/+2
* map: remove `*map_free` macrosPatrick Steinhardt2017-03-201-2/+1
* idxmap: remove GIT__USE_IDXMAPPatrick Steinhardt2017-02-171-18/+0
* idxmap: convert to use functions instead of macrosPatrick Steinhardt2017-02-171-43/+22
* khash: avoid using `kh_resize` directlyPatrick Steinhardt2017-02-171-0/+1
* khash: avoid using macro magic to get return addressPatrick Steinhardt2017-02-171-6/+6
* index: Also size-hint the hash tablevmg/index-fill-2Vicent Marti2015-12-161-0/+1
* Add a hashmap for index entriesCarlos Martín Nieto2015-08-141-0/+92