| Age | Commit 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-12 | Update versions | Yury Bura | |
| 2018-03-12 | [gtest] Fix issue #2373 | yurybura | |
| 2018-01-29 | Fix error C4996 of GTest in VS2017. | LazyWolf Lin | |
| 2017-12-14 | [gtest] Fix issue with renaming gtest DLLs in debug mode | Robert Schumacher | |
| 2017-12-12 | Fix 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-29 | Enable Ninja build | Tsukasa Sugiura | |
| Enable Ninja build. | |||
| 2017-11-29 | Fix find Gtest | Tsukasa Sugiura | |
| FindGtest.cmake that include in CMake finds the debug libraries that file name with postfix "d". | |||
| 2017-11-27 | Add install googletest/src | Tsukasa Sugiura | |
| Add install googletest/src directory for project that desirable to build Google Test by compiling a single file. | |||
| 2017-11-16 | [vcpkg] Support \share\<port>\usage to handle libraries which are found ↵ | Robert Schumacher | |
| through built-in Find Modules. | |||
| 2017-10-03 | [gtest] Silence TR1 deprecation warning | Robert Schumacher | |
| 2017-09-09 | vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵ | Alexander Karatarakis | |
| libs (/Z7) | |||
| 2017-05-23 | Only check CRT on gtest_force_shared_crt. | Yuxuan He | |
| 2017-05-23 | Add support for gtest's dynamic CRT + static linkiing. | Yuxuan He | |
| 2017-05-03 | [gtest] Use vcpkg_from_github | Robert Schumacher | |
| 2017-02-21 | [gtest] Support static build | Max 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-08 | If portfile is not static-enabled yet, warn and then build dynamic | Alexander Karatarakis | |
| The opposite if portfile is not dynamic enabled | |||
| 2016-11-08 | triplet is now automatically included before portfiles. | Alexander Karatarakis | |
| Also remove trailing whitespaces from portfiles | |||
| 2016-10-26 | [gtest] Mark as not supporting static yet | Alexander Karatarakis | |
| 2016-10-06 | Remove use of vcpkg_build_cmake() across all portfiles. Fixes #123 | Robert Schumacher | |
| 2016-09-22 | [gtest] Initial addition (googletest and googlemock) | Arkadiy Shapkin | |
