vpx/third_party/googletest
Johann aa5e9c6a7c third_part/googletest: update to release-1.8.0-742-g7857975
Address std::tr1::tuple warnings:
https://github.com/google/googletest/issues/1111

The unsigned overflow fix has been superseded by:
https://github.com/google/googletest/pull/1180

Change-Id: I92dc0ba08a4d0d63f5e5b2da7b64f4a4642ed9ab
2018-03-26 11:29:11 -07:00
..
src third_part/googletest: update to release-1.8.0-742-g7857975 2018-03-26 11:29:11 -07:00
gtest.mk fix file permissions 2011-11-04 18:50:35 -07:00
README.libvpx third_part/googletest: update to release-1.8.0-742-g7857975 2018-03-26 11:29:11 -07:00

URL: https://github.com/google/googletest.git
Version: release-1.8.0-742-g7857975
License: BSD
License File: LICENSE

Description:
Google's framework for writing C++ tests on a variety of platforms
(Linux, Mac OS X, Windows, Windows CE, Symbian, etc).  Based on the
xUnit architecture.  Supports automatic test discovery, a rich set of
assertions, user-defined assertions, death tests, fatal and non-fatal
failures, various options for running the tests, and XML test report
generation.

Local Modifications:
- Remove everything but:
  googletest-release-1.8.0/googletest/
   CHANGES
   CONTRIBUTORS
   include
   LICENSE
   README.md
   src