aboutsummaryrefslogtreecommitdiff
path: root/ports/gtest/CONTROL
AgeCommit message (Collapse)Author
2021-05-11[gtest] Update to the latest commit (#17709)JonLiu1993
* [gtest] Update to the latest commit * update version * update version-date * update version * modify version notes * update version
2021-02-08[gtest] fix builds when using --head (#16071)Charles Milette
* [gtest] fix builds when using --head * Update port version * Update hash
2021-01-15[gtest] Add a patch to fix build error in GCC 11 (#15661)Twice
* [gtest] Add a patch to fix build error in GCC 11 * [gtest] Bump port version to 3 * [gtest] Update version files
2020-09-11[gtest] Remove autodetectable usage information (#13442)ras0219
Co-authored-by: Stefano Sinigardi <stesinigardi@hotmail.com>
2020-08-19[gtest] Fix installed cmake file path (#12997)Jack·Boos·Yu
2020-05-06[gtest] Rollback to a release version. (#10963)LazyWolf Lin
2020-01-21Fix osx baseline build failures (#9726)Jack·Boos·Yu
* [xerces-c] Update REF and SHA512 * [sfml] re-trigger ci * [pcl] re-trigger ci * [boost-signals] re-trigger ci * [tmxparser] re-trigger ci * [soil2] switch repo to github * [gtest] re-trigger ci
2019-10-10[gtest/pmdk] Upgrade to new versionwangli28
2019-09-03[gtest]Re-fix gmock target. (#7887)JackBoosY
2019-08-16Merge branch 'master' into dev/jack/4167JackBoosY
2019-08-14[gtest] update to 90a443f9c2437ca8a682a1ac625eba64e1d74a8a (#7692)contre
Resolves #7690
2019-07-18[gtest]Re-fix port_main/port_maind libraries path and add gmock cmake files.JackBoosY
2019-06-15[WIP] Add a Homepage URL entry for vcpkg ports (#2933)pravic
* [vcpkg] Add "Homepage" field to the CONTROL files.
2019-03-04[gtest] Fix install src/gtest-matchers.cc (#5521)Tsukasa Sugiura
Fix install src/gtest-matchers.cc. It is included from Nov 21, 2018 in googletest.
2019-02-28Fix debug format patch for gtest. (#5494)Peter Bright
* Update 0002-Fix-z7-override.patch The current patch doesn't apply any more. This makes the same change to the right location. * Update CONTROL
2019-02-25Upgrade googletest to 2019-01-04 (b6cd405) version. (#5423)Carlos O'Ryan
2018-11-14[gtest] Update to version 1.8.1 (#4220)Arkady Shapkin
* [gtest] Update to version 1.8.1 * [gtest] Fix typo in cmake adjustment code. Revert usage to follow CMake official guidelines.
2018-07-03update gtest to latest commit to fix issues of google-cloud-cpp (#3836)LarryIII
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