aboutsummaryrefslogtreecommitdiff
path: root/ports/gtest/CONTROL
AgeCommit message (Collapse)Author
2018-04-02[gtest] Fix missing debug information (#3148)Koby Kahane
* [gtest] Fix missing debug information Patch a CMake file in gtest not to override the /Z7 compiler option that embeds debug info in the .lib with /Zi that places it in a .pdb. This fixes linker warning LNK4099 when linking with gmock.lib. * [gtest] Bump version to include Zi change
2018-03-12Update versionsYury Bura
2018-01-29Fix error C4996 of GTest in VS2017.LazyWolf Lin
2017-12-14[gtest] Fix issue with renaming gtest DLLs in debug modeRobert Schumacher
2017-12-12Fix Gtest port fails install when one of the configuration is set to ↵Tsukasa Sugiura
VCPKG_BUILD_TYPE (#2359) * Support build with master/HEAD Gtest will be able to build with master/HEAD. * Fix install when one of the configuration is set to VCPKG_BUILD_TYPE Fix install when one of the configuration is set to VCPKG_BUILD_TYPE.
2017-12-08[gtest] Remove renaming of DLLs -- only the import libs need renaming.Robert Schumacher
2017-11-27Add install googletest/srcTsukasa Sugiura
Add install googletest/src directory for project that desirable to build Google Test by compiling a single file.
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2016-09-22[gtest] Initial addition (googletest and googlemock)Arkadiy Shapkin