Googletest export

Add an announcement about taking a dep on Abseil soon

PiperOrigin-RevId: 272683117
This commit is contained in:
misterg 2019-10-03 12:58:38 -04:00 committed by Gennadiy Civil
parent 703bd9caab
commit 76a560c81c

View File

@ -5,24 +5,19 @@
[![Build Status](https://api.travis-ci.org/google/googletest.svg?branch=master)](https://travis-ci.org/google/googletest) [![Build Status](https://api.travis-ci.org/google/googletest.svg?branch=master)](https://travis-ci.org/google/googletest)
[![Build status](https://ci.appveyor.com/api/projects/status/4o38plt0xbo1ubc8/branch/master?svg=true)](https://ci.appveyor.com/project/GoogleTestAppVeyor/googletest/branch/master) [![Build status](https://ci.appveyor.com/api/projects/status/4o38plt0xbo1ubc8/branch/master?svg=true)](https://ci.appveyor.com/project/GoogleTestAppVeyor/googletest/branch/master)
### Future Plans ### Announcements:
#### 1.8.x Release: #### Release 1.10.x
[the 1.8.x](https://github.com/google/googletest/releases/tag/release-1.8.1) is [Release 1.10.x](https://github.com/google/googletest/releases/tag/v1.10.x) is
the last release that works with pre-C++11 compilers. The 1.8.x will not accept now available.
any requests for any new features and any bugfix requests will only be accepted
if proven "critical"
#### Post 1.8.x: #### Coming Soon
On-going work to improve/cleanup/pay technical debt. When this work is completed * Post 1.10.x googletest will follow
there will be a 1.9.x tagged release [Abseil Live at Head philosophy](https://abseil.io/about/philosophy)
* We are also planning to take a dependency on
#### Post 1.9.x [Abseil](https://github.com/abseil/abseil-cpp).
Post 1.9.x googletest will follow
[Abseil Live at Head philosophy](https://abseil.io/about/philosophy)
## Welcome to **Google Test**, Google's C++ test framework! ## Welcome to **Google Test**, Google's C++ test framework!