aboutsummaryrefslogtreecommitdiff
path: root/ports/libgit2
AgeCommit message (Collapse)Author
2018-10-09Build static libgit2 with dynamic CRT on Windows (#4432)kjpus
* Build static libgit2 with dynamic CRT on Windows * [vcpkg-triplets] Revert changes to built-in triplets * [libgit2] Simplify computation of STATIC_CRT
2018-08-07[libgit2] update to 0.27.4 (#4021)Force.Charlie-I
* [libgit2] update to 0.27.3 * [libgit2] Allow vcpkg_configure_cmake() to control BUILD_SHARED_LIBS * [libgit2] update 0.27.4 see: https://github.com/libgit2/libgit2/releases/tag/v0.27.4 * [libgit2] Depend on openssl on non-windows platforms
2017-12-24[libgit2] Initial port.Force Charlie