summaryrefslogtreecommitdiff
path: root/include/gtest/gtest-printers.h
Commit message (Expand)AuthorAge
* Improves gtest's failure messages. In particulars, char pointers andzhanyong.wan2012-06-07
* Fixes broken build on VC++ 7.1.vladlosev2011-06-13
* Makes IsContainerTest compatible with Sun C++ and Visual Age C++, based on Ha...zhanyong.wan2011-03-09
* Fixes compatibility with Borland C++Builder. Original patch by Joshzhanyong.wan2011-03-05
* Indents preprocessor directives.zhanyong.wan2011-02-22
* Renames some internal functions to avoid name clashes.vladlosev2011-01-29
* Fixes compiler warning when built with -std=c++0x.vladlosev2010-10-22
* Include gtest headers as user headers instead of system headers.zhanyong.wan2010-09-14
* Makes gtest print enums as integers instead of hex dumps (by Zhanyong Wan); i...zhanyong.wan2010-08-09
* Allows EXPECT_EQ to accept arguments that don't have operator << (by Zhanyong...zhanyong.wan2010-07-21
* Replaces UniversalPrinter<T>::Print(x, os) with UniversalPrint(x, os) as appr...vladlosev2010-05-13
* Moves the universal printer from gmock to gtest and refactors the cmake scrip...zhanyong.wan2010-05-10