googletest/googlemock/test
Derek Mauro c00fd25b71 Require C++17
Policy information:
https://opensource.google/documentation/policies/cplusplus-support#c_language_standard
https://github.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.md

Some small fixes are included for C++17 compatibility.

We had no tests for MSVC C++17 or C++20, so those tests that failed
and had no obvious fix are disabled and a tracking bug has been filed.

PiperOrigin-RevId: 726090558
Change-Id: I4d37d47e87c11f85bfd572deb10f67ca3eb2a9b5
2025-02-12 09:44:07 -08:00
..
BUILD.bazel Split gmock-matchers_test into 4 smaller test #3653 2022-03-23 09:08:04 -07:00
gmock_all_test.cc Split gmock-matchers_test into 4 smaller test #3653 2022-03-23 09:08:04 -07:00
gmock_ex_test.cc Add missing std includes 2023-04-20 14:29:09 -07:00
gmock_leak_test_.cc Use '=default' to define trivial constructor/destructors 2023-04-21 10:41:25 -07:00
gmock_leak_test.py Fix formatting in subset of Python files 2023-01-25 09:14:26 -08:00
gmock_link2_test.cc Running clang-format over all of GoogleTest 2022-03-15 13:42:11 -07:00
gmock_link_test.cc Running clang-format over all of GoogleTest 2022-03-15 13:42:11 -07:00
gmock_link_test.h Run clang-format. 2024-07-23 03:57:23 -07:00
gmock_output_test_.cc Merge branch 'main' into fixes_std_pair_diff 2023-05-01 14:27:38 -04:00
gmock_output_test_golden.txt Merge pull request #4146 from lygstate:fixes_std_pair_diff 2023-05-02 07:52:02 -07:00
gmock_output_test.py Fix formatting in subset of Python files 2023-01-25 09:14:26 -08:00
gmock_stress_test.cc Running clang-format over all of GoogleTest 2022-03-15 13:42:11 -07:00
gmock_test_utils.py Remove pylint disable comments that no longer trigger warnings 2023-01-25 12:35:34 -08:00
gmock_test.cc Use the empty method to check for emptiness 2023-04-21 08:42:42 -07:00
gmock-actions_test.cc Require C++17 2025-02-12 09:44:07 -08:00
gmock-cardinalities_test.cc Use '=default' to define trivial constructor/destructors 2023-04-21 10:41:25 -07:00
gmock-function-mocker_test.cc Automated Code Change 2024-10-04 20:54:14 -07:00
gmock-internal-utils_test.cc Add missing std includes 2023-04-20 14:29:09 -07:00
gmock-matchers_test.h Fix formatting of C++ files 2023-01-24 11:10:09 -08:00
gmock-matchers-arithmetic_test.cc Use matcher's description in AnyOf when matcher has no explanation. 2024-09-16 14:49:27 -07:00
gmock-matchers-comparisons_test.cc Enable safe matcher casts from Matcher<const T&> to Matcher<T>. 2025-01-15 09:16:57 -08:00
gmock-matchers-containers_test.cc Use matcher's description in AnyOf when matcher has no explanation. 2024-09-16 14:49:27 -07:00
gmock-matchers-misc_test.cc Enable safe matcher casts from Matcher<const T&> to Matcher<T>. 2025-01-15 09:16:57 -08:00
gmock-more-actions_test.cc Add SaveArgByMove 2025-02-10 10:22:27 -08:00
gmock-nice-strict_test.cc Use '=default' to define trivial constructor/destructors 2023-04-21 10:41:25 -07:00
gmock-port_test.cc Running clang-format over all of GoogleTest 2022-03-15 13:42:11 -07:00
gmock-pp_test.cc Automated Code Change 2024-08-29 08:17:22 -07:00
gmock-pp-string_test.cc Running clang-format over all of GoogleTest 2022-03-15 13:42:11 -07:00
gmock-spec-builders_test.cc Require C++17 2025-02-12 09:44:07 -08:00