Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-28khash: move khash include into implementation filesPatrick Steinhardt
2018-11-28khash: remove intricate knowledge of khash typesPatrick Steinhardt
2018-11-28khash: implement map-specific foreach macrosPatrick Steinhardt
2018-11-28khash: implement begin/end via functions instead of macrosPatrick Steinhardt
2017-03-20map: remove `*map_free` macrosPatrick Steinhardt
2017-02-17strmap: remove GIT__USE_STRMAP macroPatrick Steinhardt
2017-02-17strmap: convert macros to functionsPatrick Steinhardt
2017-02-17khash: avoid using macro magic to get return addressPatrick Steinhardt
2017-02-17khash: avoid using `kh_key`/`kh_val` as lvaluePatrick Steinhardt
2017-02-17khash: avoid using `kh_put` directlyPatrick Steinhardt
2017-02-17strmap: remove unused macro `git_strmap_insert2`Patrick Steinhardt
2015-02-15Remove extra semicolon outside of a functionStefan Widgren
2015-02-13Update `khash.h` to pull request 42Edward Thomson
2014-04-18Add diff threading tests and attr file cache locksRussell Belfer
2013-08-12config: get rid of a useless asignmentCarlos Martín Nieto
2013-08-08added new type and several functions to git_strmapNico von Geyso
2013-01-09update copyrightsEdward Thomson
2012-07-12Missed a couple of khash inline dependenciesRussell Belfer
2012-05-04Fix memory leaks and use after freeRussell Belfer
2012-04-26Rename git_khash_str to git_strmap, etc.Russell Belfer