aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-07-29Mock out GetCurrentDir in NaCl.kosak@google.com
2014-07-28Expand equality failure messages with a by-line diff.kosak@google.com
2014-06-18Reduce the number of occurrences of gendered pronouns in gtest.kosak@google.com
2014-06-17Disable asan instrumentation for StackGrowsDown().kosak@google.com
2014-05-15Push upstream to SVN.billydonahue@google.com
2014-03-24Implement threading support for gtest on Windows.kosak@google.com
2014-03-12Add annotations to suppress ThreadSanitizer failures due to gunit/gmock printer.kosak@google.com
2014-03-12Standards compliance changes to fix QNX build.kosak@google.com
2014-01-29Add GTEST_MOVE macro, to support mocking methods with move-only return types.kosak@google.com
2013-12-03Add MemorySanitizer annotations in gtest printers. Also remove unused variabl...kosak@google.com
2013-09-06supports a protocol for catching tests that prematurely exitzhanyong.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-05Implements support for calling Test::RecordProperty() outside of a test.vladlosev
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-28Removes an unused variable; also refactors to support an up-comingzhanyong.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
2012-11-15Unfortunately, the svn repo is a bit out of date. This commit contains 8jgm@google.com
2012-09-19Improves Android support (by David Turner).vladlosev
2012-08-14Fixed Native Client build of gtest when using glibc (by Ben Smith).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-03-09Misc small updates to some debug death code, and to messages streaming to macrosjgm@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-24Expressed the thread-safety annotations in code, replacing the existing comme...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-09-26Adds a new macro simplifying use of snprinf on MS platforms.vladlosev
2011-09-16Simplifies the implementatoin of the test result printer; by Ulfar Erlingssonzhanyong.wan
2011-09-09Ignore SIGPROF signal during clone()/fork() call. clone()/fork() call hangs p...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-05-20Adds support for building Google Mock as a shared library (DLL).vladlosev
2011-04-14fixes a problem caused by gcc 4.6 optimization (by Paul Pluzhnikov)zhanyong.wan
2011-04-12Fixes Sun C++ compiler errors (by Pasi Valminen)zhanyong.wan
2011-04-09Simplifies ASCII character detection in gtest-printers.h. This also makes it ...vladlosev
2011-04-08Fixes a compiler error when compiling with Visual Age (by Hady Zalek).vladlosev
2011-04-07makes gtest compatible with HP UX (by Pasi Valminen); fixes a typo in the nam...zhanyong.wan
2011-04-01Changes diagnostic output of the question mark from '\?' to '?'.vladlosev
2011-03-30Fixes Windows CE compatibility problem (issue http://code.google.com/p/google...vladlosev