summaryrefslogtreecommitdiff
path: root/src/oidmap.h
Commit message (Expand)AuthorAgeFilesLines
* map: remove `*map_free` macrosPatrick Steinhardt2017-03-201-2/+1
* oidmap: remove GIT__USE_OIDMAP macroPatrick Steinhardt2017-02-171-10/+0
* oidmap: convert macros to functionsPatrick Steinhardt2017-02-171-22/+17
* khash: avoid using macro magic to get return addressPatrick Steinhardt2017-02-171-3/+3
* khash: avoid using `kh_key`/`kh_val` as lvaluePatrick Steinhardt2017-02-171-3/+5
* khash: avoid using `kh_put` directlyPatrick Steinhardt2017-02-171-0/+2
* khash: avoid using `kh_del` directlyPatrick Steinhardt2017-02-171-2/+3
* khash: avoid using `kh_key` directlyPatrick Steinhardt2017-02-171-0/+1
* khash: avoid using `kh_exist` directlyPatrick Steinhardt2017-02-171-0/+1
* khash: avoid using `kh_end` directlyPatrick Steinhardt2017-02-171-0/+3
* khash: use `git_map_exists` where applicablePatrick Steinhardt2017-02-171-0/+2
* mempack: expose clear functionEdward Thomson2015-09-111-0/+2
* Remove extra semicolon outside of a functionStefan Widgren2015-02-151-1/+1
* Update `khash.h` to pull request 42Edward Thomson2015-02-121-0/+1
* object: introduce git_describe_object()nulltoken2014-04-301-0/+3
* oidmap: Enhance the khash wrappernulltoken2014-04-301-0/+13
* Add callback to git_objects_tableRussell Belfer2013-04-221-2/+2
* lol this worked first try wtfVicent Marti2013-04-221-4/+2
* update copyrightsEdward Thomson2013-01-081-1/+1
* git_oid_cmp: inline memcmp by hand to optimizeMichael Schubert2012-07-291-6/+1
* Missed a couple of khash inline dependenciesRussell Belfer2012-07-121-1/+1
* Rename git_khash_str to git_strmap, etc.Russell Belfer2012-04-251-0/+42