DescriptionRoll DEPS for gtest library.
From r643 to r677.
r644: Supports colored output on term type screen-256color.
r645: Prints a useful message when GetParam() is called in a non-parameterized test.
r646: Replaces unportable == with portable = in configure.ac.
r647: Fixes some compatibility issues with STLport.
r648: Implements support for calling Test::RecordProperty() outside of a test.
r649: Updates the list of reserved properties for RecordProperty.
r651: Updates the version number to 1.7.0
r652: prints type/value parameters when listing tests
r653: Fixes a thread annotation; updates CHANGES for 1.7.0
r654: When --gtest_filter is specified, XML report now doesn't contain information
r655: Fixes compatibility with C++11: (1 - 1) is no longer a NULL pointer constant.
r657: makes gtest-death-test_test.cc compile on platforms that don't support death
tests;
r658: allows gtest-config.in to work with an absoulte path for @top_srcdir@.
r659: fixes a typo in CMake script; h/t to Jay Mueller for reporting the issue
r661: Updates gtest.xcodeproj to be compatible with OS X 10.8.4 & Xcode 4.6.3
r662: supports a protocol for catching tests that prematurely exit
r663: avoids clash with the max() macro on Windows
r664: Cuts release 1.7.0
r668: Delete whitespace, and change the return type of
ImplicitlyConvertible::MakeFrom() to From&.
r669: Add MemorySanitizer annotations in gtest printers. Also remove unused variable
kPathSeparatorString.
r670: Fix warnings encountered with clang -Wall.
r671: Distinguish between C++11 language and library support for <initializer_list>.
r672: Improves documentation on gtest's macros.
r673: Define specialization of PrintTo(...) for ::std::tuple.
r674: Fix a couple of typos in Google Test's README.
r675: Make Google Test build cleanly on Visual Studio 2010, 2012, 2013.
r676: Add GTEST_MOVE macro, to support mocking methods with move-only return types.
r677: Suppress "Conditional expression is constant" warning on Visual Studio.
BUG=None
TEST=None
R=thakis@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=248285
Patch Set 1 #Messages
Total messages: 13 (0 generated)
|