aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDerek Mauro <dmauro@google.com>2022-08-16 10:23:11 -0700
committerCopybara-Service <copybara-worker@google.com>2022-08-16 10:23:59 -0700
commitc0e032efe587efa99413dd9ac54c3953a7915588 (patch)
tree64c976c969b5e5bcd5c1149aaa0ed851a7c7c904 /README.md
parent7274ec186442c96e4c7dcc99c684a03e5db2ff48 (diff)
downloadgoogletest-c0e032efe587efa99413dd9ac54c3953a7915588.zip
googletest-c0e032efe587efa99413dd9ac54c3953a7915588.tar.gz
googletest-c0e032efe587efa99413dd9ac54c3953a7915588.tar.bz2
Update README.md to point to the Foundational C++ Support Policy
PiperOrigin-RevId: 467959285 Change-Id: Ibd92b3a278f293736b31bd7e07fe502241bb1f05
Diffstat (limited to 'README.md')
-rw-r--r--README.md39
1 files changed, 6 insertions, 33 deletions
diff --git a/README.md b/README.md
index 5061357..cd89abb 100644
--- a/README.md
+++ b/README.md
@@ -59,39 +59,12 @@ More information about building GoogleTest can be found at
## Supported Platforms
-GoogleTest requires a codebase and compiler compliant with the C++14 standard or
-newer.
-
-The GoogleTest code is officially supported on the following platforms.
-Operating systems or tools not listed below are community-supported. For
-community-supported platforms, patches that do not complicate the code may be
-considered.
-
-If you notice any problems on your platform, please file an issue on the
-[GoogleTest GitHub Issue Tracker](https://github.com/google/googletest/issues).
-Pull requests containing fixes are welcome!
-
-### Operating Systems
-
-* Linux
-* macOS
-* Windows
-
-### Compilers
-
-* gcc 5.0+
-* clang 5.0+
-* MSVC 2015+
-
-**macOS users:** Xcode 9.3+ provides clang 5.0+.
-
-### Build Systems
-
-* [Bazel](https://bazel.build/)
-* [CMake](https://cmake.org/)
-
-**Note:** Bazel is the build system used by the team internally and in tests.
-CMake is supported on a best-effort basis and by the community.
+GoogleTest follows Google's
+[Foundational C++ Support Policy](https://opensource.google/documentation/policies/cplusplus-support).
+See
+[this table](https://github.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.md)
+for a list of currently supported versions compilers, platforms, and build
+tools.
## Who Is Using GoogleTest?