0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 3 days ago.
Jun 13, 2023 — Jun 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removes obsolete debug code. More... almost 12 years ago
Fixes gtest-tuple.h in Visual C++ 7.1. More... almost 12 years ago
Fixed Native Client build of gtest when using glibc (by Ben Smith). More... almost 12 years ago
Prevents pump.py from splitting long IWYU pragma lines. More... almost 12 years ago
fixes a problem in which we pass the address one byte ~/svn/googletest/trunk after the end of stack space in a call to clone(). According to Linux's man page on clone(), the 'stack' parameter usually points to the topmost address of the memory space set up for the child stack. The existing code points one byte after the end More... almost 12 years ago
added defines for iOS More... almost 12 years ago
Improves gtest's failure messages. In particulars, char pointers and char arrays are not escapped properly. More... about 12 years ago
Fixes threading annotations and compatibility with C++11, which doesn't allow exepctions to be thrown in a destructor. More... about 12 years ago
Teach gtest to autodetect rtti support with clang (by Nico Weber). More... about 12 years ago
Added support for platforms where pthread_t is a struct rather than an integral type. More... about 12 years ago
Misc small updates to some debug death code, and to messages streaming to macros More... over 12 years ago
Locking for Notification class. More... over 12 years ago
Adds file and line information to the "message", which is used as the summary of a failure. More... over 12 years ago
Removes spurious semicolon. More... over 12 years ago
Improves conformance to the Google C++ Style Guide (by Greg Miller). More... over 12 years ago
Adds support for detection of running in death test child processes. More... over 12 years ago
Adds empty methods to Mutex on platforms where Google Test is not thread-safe. This will support a reentrancy fix in Google Mock. More... over 12 years ago
Expressed the thread-safety annotations in code, replacing the existing comment-based system (by Aaron Jacobs). More... over 12 years ago
Changes to fix gtest-printers_test on VC++ 2010. More... over 12 years ago
Simplifies test assertions in sample5. More... over 12 years ago
Implements the timestamp attribute for the testsuites element in the output XML (external contribution by Dirk Meister). More... over 12 years ago
Adds ability to inject death test child arguments for test purposes. More... over 12 years ago
Fixes test failure on 32-bit Ubuntu. More... over 12 years ago
Adds a new macro simplifying use of snprinf on MS platforms. More... over 12 years ago
Fixes C++0x compatibility problems. More... over 12 years ago
Simplifies the implementatoin of the test result printer; by Ulfar Erlingsson More... over 12 years ago
Renames the license file. More... almost 13 years ago
Ignore SIGPROF signal during clone()/fork() call. clone()/fork() call hangs permanently if it consumes more cpu than the SIGPROF signal timer interval (by Nabeel Mian). More... almost 13 years ago
Adds explanation on how to build the Xcode project under Xcode 4+ to README. More... almost 13 years ago
Fixes a user reported test break (modifying a dict while iterating). More... almost 13 years ago