GoogleTest: import 1.17.0The changes between the two versions can be found in this diff of thetwo release tags:https://github.com/google/googletest/compare/v1.15.2...v1.17.0One notable change i
GoogleTest: import 1.17.0The changes between the two versions can be found in this diff of thetwo release tags:https://github.com/google/googletest/compare/v1.15.2...v1.17.0One notable change is that GoogleTest 1.17.0 now requires C++-17 tobuild.MFC after: 1 weekMerge commit '3a4c29b5bed4ea20266ad9371fbfdc6bca088f92'
show more ...
contrib/googletest: update from 1.14.0 to 1.15.2The changes between the two versions can be found in this diff of thetwo release tags:https://github.com/google/googletest/compare/v1.14.0...v1.15.
contrib/googletest: update from 1.14.0 to 1.15.2The changes between the two versions can be found in this diff of thetwo release tags:https://github.com/google/googletest/compare/v1.14.0...v1.15.2One notable change is that GoogleTest 1.15.x now officially requiresC++-14 (1.14.x required C++-11).MFC after: 1 weekDifferential Revision: https://reviews.freebsd.org/D47197Merge commit '14f7077fed7d82046bdcbe347004132f08aba886'
Import GoogleTest 1.14.0GoogleTest 1.14.0 now requires C++14 to build. Change`googletest.test.inc.mk` to reflect this requirement.Adjust the build integration logic to handle the new version of
Import GoogleTest 1.14.0GoogleTest 1.14.0 now requires C++14 to build. Change`googletest.test.inc.mk` to reflect this requirement.Adjust the build integration logic to handle the new version ofGoogleTest (add/remove headers/sources as needed).Tighten down warnings via `CXXFLAGS.clang` instead of ignoring allwarnings. Some new warnings snuck in after I did my last round of fixsubmissions upstream.Also address some overlinking added in the previous version import byremoving superfluous libraries.===============================Expect WhenDynamicCastToTest.AmbiguousCast to failThis change reapplies the expected failure from 1.10.0.Ref: https://github.com/google/googletest/issues/2172MFC after: 2 weeksReviewed by: asomers, emasteDifferential Revision: https://reviews.freebsd.org/D41399Merge commit '8ef491440fcaec96f899d73e08873426c78583a4' into googletest-v1.14.0-import
googletest: pick from upstream: Don't allow signed/unsigned wchar_t in gcc 9 and laterPick 711fccf8317b4fb7adc21c00fc1e20823c5d875f from upstream googletest: Don't allow signed/unsigned wchar_
googletest: pick from upstream: Don't allow signed/unsigned wchar_t in gcc 9 and laterPick 711fccf8317b4fb7adc21c00fc1e20823c5d875f from upstream googletest: Don't allow signed/unsigned wchar_t in gcc 9 and laterUpstream pull request: https://github.com/google/googletest/pull/2270Sponsored by: Dell EMC Isilon
Copy googletest 1.8.1 from ^/vendor/google/googletest/1.8.1 to .../contrib/googletest