-
Notifications
You must be signed in to change notification settings - Fork 10.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Copy supported platforms from README onto https://google.github.io/go…
…ogletest/platforms.html PiperOrigin-RevId: 537016664 Change-Id: Ie62891a1061465a009b90feba0ccb91d85591160
- Loading branch information
1 parent
04cf298
commit 06f44bc
Showing
1 changed file
with
6 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |