Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
googletest
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
googletest
Commits
de41f822
Commit
de41f822
authored
Mar 01, 2021
by
Abseil Team
Committed by
CJ Johnson
Mar 04, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Googletest export
Add Supported Platforms page to docs PiperOrigin-RevId: 360307129
parent
e8b478a7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
39 additions
and
0 deletions
+39
-0
navigation.yml
docs/_data/navigation.yml
+4
-0
platforms.md
docs/platforms.md
+35
-0
No files found.
docs/_data/navigation.yml
View file @
de41f822
nav
:
nav
:
-
section
:
"
Get
Started"
items
:
-
title
:
"
Supported
Platforms"
url
:
"
/platforms.html"
-
section
:
"
Guides"
-
section
:
"
Guides"
items
:
items
:
-
title
:
"
GoogleTest
Primer"
-
title
:
"
GoogleTest
Primer"
...
...
docs/platforms.md
0 → 100644
View file @
de41f822
# 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.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment