aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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