aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDino Radakovic <dinor@google.com>2023-06-01 07:28:00 -0700
committerCopybara-Service <copybara-worker@google.com>2023-06-01 07:28:42 -0700
commit06f44bc951046150f1348598854b211afdcf37fc (patch)
tree170097a72e6b830c7089fc39c864fff5990fea85 /docs
parent04cf2989168a3f9218d463bea6f15f8ade2032fd (diff)
downloadgoogletest-06f44bc951046150f1348598854b211afdcf37fc.zip
googletest-06f44bc951046150f1348598854b211afdcf37fc.tar.gz
googletest-06f44bc951046150f1348598854b211afdcf37fc.tar.bz2
Copy supported platforms from README onto https://google.github.io/googletest/platforms.html
PiperOrigin-RevId: 537016664 Change-Id: Ie62891a1061465a009b90feba0ccb91d85591160
Diffstat (limited to 'docs')
-rw-r--r--docs/platforms.md39
1 files changed, 6 insertions, 33 deletions
diff --git a/docs/platforms.md b/docs/platforms.md
index eba6ef8..d35a7be 100644
--- a/docs/platforms.md
+++ b/docs/platforms.md
@@ -1,35 +1,8 @@
# Supported Platforms
-GoogleTest requires a codebase and compiler compliant with the C++11 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/)
-
-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.