aboutsummaryrefslogtreecommitdiff
path: root/ports/gtest
AgeCommit message (Collapse)Author
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-05-23Only check CRT on gtest_force_shared_crt.Yuxuan He
2017-05-23Add support for gtest's dynamic CRT + static linkiing.Yuxuan He
2017-05-03[gtest] Use vcpkg_from_githubRobert Schumacher
2017-02-21[gtest] Support static buildMax Smolens
2016-11-25[vcpkg-integrate] Provide an opt-out for autolinking. Properly suppress ↵Robert Schumacher
integration via MSBuild when using CMake. Add lib\ and lib\manual-link\ to additional library paths. [gtest] Because the four libraries provided by gtest supply redundant symbols and define main, opt them all out. Addresses #306.
2016-11-08If portfile is not static-enabled yet, warn and then build dynamicAlexander Karatarakis
The opposite if portfile is not dynamic enabled
2016-11-08triplet is now automatically included before portfiles.Alexander Karatarakis
Also remove trailing whitespaces from portfiles
2016-10-26[gtest] Mark as not supporting static yetAlexander Karatarakis
2016-10-06Remove use of vcpkg_build_cmake() across all portfiles. Fixes #123Robert Schumacher
2016-09-22[gtest] Initial addition (googletest and googlemock)Arkadiy Shapkin