aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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)
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
2012-09-19Improves Android support (by David Turner).vladlosev
2012-09-06Removes obsolete debug code.vladlosev
2012-09-06Fixes gtest-tuple.h in Visual C++ 7.1.vladlosev
2012-08-14Fixed Native Client build of gtest when using glibc (by Ben Smith).vladlosev
2012-08-14Prevents pump.py from splitting long IWYU pragma lines.vladlosev
2012-07-12fixes a problem in which we pass the address one byte ...jgm@google.com
2012-07-09added defines for iOSjgm@google.com
2012-06-07Improves gtest's failure messages. In particulars, char pointers andzhanyong.wan
2012-05-31Fixes threading annotations and compatibility with C++11, which doesn'tzhanyong.wan
2012-05-02Teach gtest to autodetect rtti support with clang (by Nico Weber).vladlosev
2012-04-02Added support for platforms where pthread_t is a struct rather than an integraljgm@google.com
2012-03-09Misc small updates to some debug death code, and to messages streaming to macrosjgm@google.com
2012-01-27Locking for Notification class.jgm@google.com
2012-01-17Adds file and line information to the "message", which is used as the summaryjgm@google.com
2011-11-28Removes spurious semicolon.vladlosev
2011-11-04Improves conformance to the Google C++ Style Guide (by Greg Miller).vladlosev
2011-10-28Adds support for detection of running in death test child processes.vladlosev
2011-10-24Adds empty methods to Mutex on platforms where Google Test is not thread-safe...vladlosev
2011-10-24Expressed the thread-safety annotations in code, replacing the existing comme...vladlosev
2011-10-24Changes to fix gtest-printers_test on VC++ 2010.vladlosev
2011-10-14Simplifies test assertions in sample5.vladlosev
2011-10-05Implements the timestamp attribute for the testsuites element in the output X...vladlosev
2011-10-05Adds ability to inject death test child arguments for test purposes.vladlosev
2011-10-05Fixes test failure on 32-bit Ubuntu.vladlosev
2011-09-26Adds a new macro simplifying use of snprinf on MS platforms.vladlosev
2011-09-26Fixes C++0x compatibility problems.vladlosev
2011-09-16Simplifies the implementatoin of the test result printer; by Ulfar Erlingssonzhanyong.wan
2011-09-09Renames the license file.vladlosev
2011-09-09Ignore SIGPROF signal during clone()/fork() call. clone()/fork() call hangs p...vladlosev
2011-08-22Adds explanation on how to build the Xcode project under Xcode 4+ to README.vladlosev
2011-08-16Fixes a user reported test break (modifying a dict while iterating).vladlosev
2011-07-11Fixes a resource leak in gtest-port_test (by Haruka Iwao).vladlosev
2011-06-20QNX compatibility patch (by Haruka Iwao).vladlosev
2011-06-13Suppresses the tail-call optimization of StackGrowsDown() in GCC4.6 (by Paul ...vladlosev
2011-06-13Fixes broken build on VC++ 7.1.vladlosev
2011-05-20Adds support for building Google Mock as a shared library (DLL).vladlosev
2011-05-12Simplifies the code by removing condfitional section that is no longer necess...vladlosev
2011-05-03Adds support for death tests in OpenBSD (by Paweł Hajdan Jr.)vladlosev
2011-04-21Makes generation of fused sources contingent on availability of Python.vladlosev
2011-04-15Fixes XL C++ 10.1 compiler errors (based on patch by Hady Zalek); cleans up f...zhanyong.wan
2011-04-14fixes a problem caused by gcc 4.6 optimization (by Paul Pluzhnikov)zhanyong.wan
2011-04-14Adds Pasi to CONTRIBUTORS and documents the latest changes.zhanyong.wan
2011-04-12Fixes Sun C++ compiler errors (by Pasi Valminen)zhanyong.wan