aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-21Merge from Chromium at DEPS revision 251904android-wear-5.0.0_r1android-l-preview_r2android-cts-5.0_r9android-cts-5.0_r8android-cts-5.0_r7android-cts-5.0_r6android-cts-5.0_r5android-cts-5.0_r4android-cts-5.0_r3android-5.0.2_r3android-5.0.2_r1android-5.0.1_r1android-5.0.0_r7android-5.0.0_r6android-5.0.0_r5.1android-5.0.0_r5android-5.0.0_r4android-5.0.0_r3android-5.0.0_r2android-5.0.0_r1lollipop-wear-releaselollipop-releaselollipop-devlollipop-cts-releasel-previewidea133-weekly-releaseTorne (Richard Coles)
2014-01-31Merge testing/gtest from https://chromium.googlesource.com/external/googletes...Android Chromium Automerger
2014-01-29Suppress "Conditional expression is constant" warning on Visual Studio.kosak@google.com
2014-01-29Add GTEST_MOVE macro, to support mocking methods with move-only return types.kosak@google.com
2014-01-13Make Google Test build cleanly on Visual Studio 2010, 2012, 2013.kosak@google.com
2014-01-12Fix a couple of typos in Google Test's README.kosak@google.com
2014-01-12Define specialization of PrintTo(...) for ::std::tuple.kosak@google.com
2014-01-12Improves documentation on gtest's macros.kosak@google.com
2013-12-10am fbf423ac: (-s ours) Merge remote-tracking branch \'origin/kitkat-dev\'android-4.4w_r1android-4.4.4_r2.0.1android-4.4.4_r2android-4.4.4_r1.0.1android-4.4.4_r1android-4.4.3_r1.1.0.1android-4.4.3_r1.1android-4.4.3_r1.0.1android-4.4.3_r1kitkat-wearkitkat-mr2.2-releasekitkat-mr2.1-releasekitkat-mr2-releasekitkat-devBaligh Uddin
2013-12-04Distinguish between C++11 language and library support for <initializer_list>.kosak@google.com
2013-12-03Fix warnings encountered with clang -Wall.kosak@google.com
2013-12-03Add MemorySanitizer annotations in gtest printers. Also remove unused variabl...kosak@google.com
2013-12-03Delete whitespace, and change the return type of ImplicitlyConvertible::MakeF...kosak@google.com
2013-11-28Merge from Chromium at DEPS revision 237746Torne (Richard Coles)
2013-11-20Merge testing/gtest from https://chromium.googlesource.com/external/googletes...Android Chromium Automerger
2013-11-01Merge remote-tracking branch 'origin/kitkat-dev'chromium_org-pre-replicationidea133Baligh Uddin
2013-10-31Initial empty repositoryBaligh Uddin
2013-09-18avoids clash with the max() macro on Windowszhanyong.wan
2013-09-06supports a protocol for catching tests that prematurely exitzhanyong.wan
2013-08-27Updates gtest.xcodeproj to be compatible with OS X 10.8.4 & Xcode 4.6.3zhanyong.wan
2013-07-09fixes a typo in CMake script; h/t to Jay Mueller for reporting the issuezhanyong.wan
2013-07-08allows gtest-config.in to work with an absoulte path for @top_srcdir@. h/t to...zhanyong.wan
2013-07-08makes gtest-death-test_test.cc compile on platforms that don't support death ...zhanyong.wan
2013-06-18Fixes compatibility with C++11: (1 - 1) is no longer a NULL pointer constant.zhanyong.wan
2013-04-25When --gtest_filter is specified, XML report now doesn't contain information ...vladlosev
2013-04-24Fixes a thread annotation; updates CHANGES for 1.7.0zhanyong.wan
2013-04-10prints type/value parameters when listing testszhanyong.wan
2013-04-07Updates the version number to 1.7.0zhanyong.wan
2013-04-05Implements support for calling Test::RecordProperty() outside of a test.vladlosev
2013-04-04Fixes some compatibility issues with STLport.zhanyong.wan
2013-03-28Merge from Chromium at DEPS revision r190564android-sdk-4.4.2_r1.0.1android-sdk-4.4.2_r1android-cts-4.4_r4android-cts-4.4_r1android-4.4_r1.2.0.1android-4.4_r1.2android-4.4_r1.1.0.1android-4.4_r1.1android-4.4_r1.0.1android-4.4_r1android-4.4_r0.9android-4.4_r0.8android-4.4_r0.7android-4.4.2_r2.0.1android-4.4.2_r2android-4.4.2_r1.0.1android-4.4.2_r1android-4.4.1_r1.0.1android-4.4.1_r1kitkat-releasekitkat-mr1.1-releasekitkat-mr1-releasekitkat-cts-releasekitkat-cts-devTorne (Richard Coles)
2013-03-19Replaces unportable == with portable = in configure.ac.zhanyong.wan
2013-03-12Prints a useful message when GetParam() is called in a non-parameterized test.zhanyong.wan
2013-03-11Supports colored output on term type screen-256color.zhanyong.wan
2013-02-28Fixes unused function warning on Mac, and fixes compatibility with newer GCC.zhanyong.wan
2013-02-28Fixes a nasty issue in gtest's template instantiation.zhanyong.wan
2013-02-28Implements RUN_ALL_TESTS() as a function.zhanyong.wan
2013-02-28Removes an unused variable; also refactors to support an up-comingzhanyong.wan
2013-02-27Removes dangling references in make/cmake files.zhanyong.wan
2013-02-27Adds -pthread and changes -I to -isystem in gtest's build instructions.zhanyong.wan
2013-02-22Fixes gUnit streaming output format.kosak@google.com
2013-02-22Removes testing::internal::String::Format(), which causes problems as it trun...kosak@google.com
2013-02-02Fixes an out-dated URL.zhanyong.wan
2013-01-29Adds the LICENSE file to the distribution.vladlosev
2012-12-04Merge testing/gtest from https://chromium.googlesource.com/external/googletes...Torne (Richard Coles)
2012-12-03Unbreak building gtest with -std=c++11 on Mac OS X 10.6. Also, better support...jgm@google.com
2012-11-15Unfortunately, the svn repo is a bit out of date. This commit contains 8jgm@google.com
2012-11-14Merge from Chromium at DEPS revision r167172Torne (Richard Coles)
2012-10-08Merge testing/gtest from http://git.chromium.org/external/googletest.git at a...Torne (Richard Coles)
2012-10-03Initial empty repositoryChad Jones