Commit 861d535e by Abseil Team Committed by Dino Radaković

Googletest export

Update READMEs and issue template PiperOrigin-RevId: 361931644
parent 763eaa43
...@@ -19,9 +19,11 @@ problem, including your `BUILD`/`CMakeLists.txt` file and build commands. Links ...@@ -19,9 +19,11 @@ problem, including your `BUILD`/`CMakeLists.txt` file and build commands. Links
to a GitHub branch or [godbolt.org](https://godbolt.org/) that demonstrate the to a GitHub branch or [godbolt.org](https://godbolt.org/) that demonstrate the
problem are also helpful. problem are also helpful.
**What version of GoogleTest are you using?** **Does the bug persist in the most recent commit?**
**What operating system and version are you using** We recommend using the latest commit in the master branch in your projects.
**What operating system and version are you using?**
If you are using a Linux distribution please include the name and version of the If you are using a Linux distribution please include the name and version of the
distribution as well. distribution as well.
......
...@@ -6,6 +6,18 @@ ...@@ -6,6 +6,18 @@
### Announcements ### Announcements
#### Live at Head
GoogleTest now follows the
[Abseil Live at Head philosophy](https://abseil.io/about/philosophy#upgrade-support).
We recommend using the latest commit in the `master` branch in your projects.
#### Documentation Updates
Our documentation is now live on GitHub Pages at
https://google.github.io/googletest/. We recommend browsing the documentation on
GitHub Pages rather than directly in the repository.
#### Release 1.10.x #### Release 1.10.x
[Release 1.10.x](https://github.com/google/googletest/releases/tag/release-1.10.0) [Release 1.10.x](https://github.com/google/googletest/releases/tag/release-1.10.0)
...@@ -13,10 +25,9 @@ is now available. ...@@ -13,10 +25,9 @@ is now available.
#### Coming Soon #### Coming Soon
* Post 1.10.x googletest will follow * We are planning to take a dependency on
[Abseil Live at Head philosophy](https://abseil.io/about/philosophy)
* We are also planning to take a dependency on
[Abseil](https://github.com/abseil/abseil-cpp). [Abseil](https://github.com/abseil/abseil-cpp).
* More documentation improvements are planned.
## Welcome to **GoogleTest**, Google's C++ test framework! ## Welcome to **GoogleTest**, Google's C++ test framework!
...@@ -26,14 +37,12 @@ release them together. ...@@ -26,14 +37,12 @@ release them together.
### Getting Started ### Getting Started
The information for **GoogleTest** is available in the See the [GoogleTest User's Guide](https://google.github.io/googletest/) for
[GoogleTest Primer](docs/primer.md) documentation. documentation. We recommend starting with the
[GoogleTest Primer](https://google.github.io/googletest/primer.html).
**GoogleMock** is an extension to GoogleTest for writing and using C++ mock
classes. See the separate [GoogleMock documentation](googlemock/README.md).
More detailed documentation for googletest is in its interior More information about building GoogleTest can be found at
[googletest/README.md](googletest/README.md) file. [googletest/README.md](googletest/README.md).
## Features ## Features
......
...@@ -30,10 +30,10 @@ gMock: ...@@ -30,10 +30,10 @@ gMock:
Details and examples can be found here: Details and examples can be found here:
* [gMock for Dummies](../docs/gmock_for_dummies.md) * [gMock for Dummies](https://google.github.io/googletest/gmock_for_dummies.html)
* [Legacy gMock FAQ](../docs/gmock_faq.md) * [Legacy gMock FAQ](https://google.github.io/googletest/gmock_faq.html)
* [gMock Cookbook](../docs/gmock_cook_book.md) * [gMock Cookbook](https://google.github.io/googletest/gmock_cook_book.html)
* [gMock Cheat Sheet](../docs/gmock_cheat_sheet.md) * [gMock Cheat Sheet](https://google.github.io/googletest/gmock_cheat_sheet.html)
Please note that code under scripts/generator/ is from the Please note that code under scripts/generator/ is from the
[cppclean project](http://code.google.com/p/cppclean/) and under the Apache [cppclean project](http://code.google.com/p/cppclean/) and under the Apache
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment