summaryrefslogtreecommitdiff
path: root/src/idxmap.c
Commit message (Expand)AuthorAgeFilesLines
* idxmap: safely cast down to khiter_tEdward Thomson2019-06-241-2/+4
* idxmap: remove legacy low-level interfacePatrick Steinhardt2019-02-151-57/+10
* maps: provide return value when deleting entriesPatrick Steinhardt2019-02-151-13/+18
* idxmap: have `resize` functions return proper error codePatrick Steinhardt2019-02-151-10/+18
* idxmap: introduce high-level setter for key/value pairsPatrick Steinhardt2019-02-151-0/+34
* idxmap: introduce high-level getter for valuesPatrick Steinhardt2019-02-151-0/+28
* maps: use uniform lifecycle management functionsPatrick Steinhardt2019-02-151-30/+26
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-2/+2
* index: use new enum and structure namesEdward Thomson2018-12-011-3/+3
* khash: move khash include into implementation filesPatrick Steinhardt2018-11-281-0/+20
* map: remove `*map_free` macrosPatrick Steinhardt2017-03-201-1/+1
* idxmap: remove GIT__USE_IDXMAPPatrick Steinhardt2017-02-171-2/+14
* idxmap: convert to use functions instead of macrosPatrick Steinhardt2017-02-171-0/+121