summaryrefslogtreecommitdiff
path: root/src/oidmap.c
Commit message (Expand)AuthorAgeFilesLines
* oidmap: remove legacy low-level interfacePatrick Steinhardt2019-02-151-77/+9
* maps: provide high-level iteration interfacePatrick Steinhardt2019-02-151-0/+19
* maps: use high-level function to check existence of keysPatrick Steinhardt2019-02-151-5/+5
* maps: provide return value when deleting entriesPatrick Steinhardt2019-02-151-7/+9
* oidmap: introduce high-level setter for key/value pairsPatrick Steinhardt2019-02-151-0/+17
* oidmap: introduce high-level getter for valuesPatrick Steinhardt2019-02-151-0/+9
* maps: use uniform lifecycle management functionsPatrick Steinhardt2019-02-151-2/+5
* khash: move khash include into implementation filesPatrick Steinhardt2018-11-281-0/+9
* khash: implement begin/end via functions instead of macrosPatrick Steinhardt2018-11-281-0/+11
* map: remove `*map_free` macrosPatrick Steinhardt2017-03-201-1/+1
* oidmap: remove GIT__USE_OIDMAP macroPatrick Steinhardt2017-02-171-0/+7
* oidmap: convert macros to functionsPatrick Steinhardt2017-02-171-0/+98