| Commit message (Expand) | Author | Age | Files | Lines |
* | Move everything in googletest into googletest/googletest | Billy Donahue | 2015-08-25 | 1 | -993/+0 |
* | Introduce FormatForComparison to format values that are operands of compariso... | kosak | 2015-07-28 | 1 | -0/+97 |
* | Add support for gtest custom printers. | kosak | 2015-07-14 | 1 | -0/+5 |
* | Push upstream to SVN. | billydonahue | 2014-05-15 | 1 | -16/+6 |
* | Suppress "Conditional expression is constant" warning on Visual Studio. | kosak | 2014-01-29 | 1 | -0/+2 |
* | Define specialization of PrintTo(...) for ::std::tuple. | kosak | 2014-01-12 | 1 | -39/+83 |
* | Improves gtest's failure messages. In particulars, char pointers and | zhanyong.wan | 2012-06-07 | 1 | -15/+71 |
* | Fixes broken build on VC++ 7.1. | vladlosev | 2011-06-13 | 1 | -1/+4 |
* | Makes IsContainerTest compatible with Sun C++ and Visual Age C++, based on Ha... | zhanyong.wan | 2011-03-09 | 1 | -1/+2 |
* | Fixes compatibility with Borland C++Builder. Original patch by Josh | zhanyong.wan | 2011-03-05 | 1 | -6/+22 |
* | Indents preprocessor directives. | zhanyong.wan | 2011-02-22 | 1 | -6/+6 |
* | Renames some internal functions to avoid name clashes. | vladlosev | 2011-01-29 | 1 | -6/+6 |
* | Fixes compiler warning when built with -std=c++0x. | vladlosev | 2010-10-22 | 1 | -1/+1 |
* | Include gtest headers as user headers instead of system headers. | zhanyong.wan | 2010-09-14 | 1 | -2/+2 |
* | Makes gtest print enums as integers instead of hex dumps (by Zhanyong Wan); i... | zhanyong.wan | 2010-08-09 | 1 | -15/+41 |
* | Allows EXPECT_EQ to accept arguments that don't have operator << (by Zhanyong... | zhanyong.wan | 2010-07-21 | 1 | -13/+34 |
* | Replaces UniversalPrinter<T>::Print(x, os) with UniversalPrint(x, os) as appr... | vladlosev | 2010-05-13 | 1 | -5/+7 |
* | Moves the universal printer from gmock to gtest and refactors the cmake scrip... | zhanyong.wan | 2010-05-10 | 1 | -0/+730 |