aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2014-07-28Expand equality failure messages with a by-line diff.kosak@google.com
2014-05-15Push upstream to SVN.billydonahue@google.com
2014-04-02Export tuple and friends in the ::testing namespace.kosak@google.com
2014-03-24Implement threading support for gtest on Windows.kosak@google.com
2014-03-12Remove code referencing Google protocol buffers version 1.kosak@google.com
2014-01-29Suppress "Conditional expression is constant" warning on Visual Studio.kosak@google.com
2014-01-13Make Google Test build cleanly on Visual Studio 2010, 2012, 2013.kosak@google.com
2014-01-12Define specialization of PrintTo(...) for ::std::tuple.kosak@google.com
2013-12-03Fix warnings encountered with clang -Wall.kosak@google.com
2013-12-03Delete whitespace, and change the return type of ImplicitlyConvertible::MakeF...kosak@google.com
2013-09-18avoids clash with the max() macro on Windowszhanyong.wan
2013-09-06supports a protocol for catching tests that prematurely exitzhanyong.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-10prints type/value parameters when listing testszhanyong.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-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-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-09-06Removes obsolete debug code.vladlosev
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-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-24Changes to fix gtest-printers_test on VC++ 2010.vladlosev
2011-10-05Implements the timestamp attribute for the testsuites element in the output X...vladlosev
2011-10-05Fixes test failure on 32-bit Ubuntu.vladlosev
2011-09-26Fixes C++0x compatibility problems.vladlosev
2011-09-09Ignore SIGPROF signal during clone()/fork() call. clone()/fork() call hangs p...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-13Fixes broken build on VC++ 7.1.vladlosev
2011-04-12Fixes Sun C++ compiler errors (by Pasi Valminen)zhanyong.wan
2011-04-12Avoids iterator_traits, as it's not available in libCStd when compiled with S...zhanyong.wan
2011-04-08Removes commas from last items in enums (a C++ standard compliance fix).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
2011-03-09Makes IsContainerTest compatible with Sun C++ and Visual Age C++, based on Ha...zhanyong.wan
2011-03-05Fixes compatibility with Borland C++Builder. Original patch by Joshzhanyong.wan
2011-03-05Fixes non-conforming uses of commas in enums s.t. the code compiles onzhanyong.wan