aboutsummaryrefslogtreecommitdiffstats
path: root/include/gtest/gtest-printers.h
Commit message (Expand)AuthorAgeFilesLines
* Fixes compiler warning when built with -std=c++0x.vladlosev2010-10-221-1/+1
* Include gtest headers as user headers instead of system headers.zhanyong.wan2010-09-141-2/+2
* Makes gtest print enums as integers instead of hex dumps (by Zhanyong Wan); i...zhanyong.wan2010-08-091-15/+41
* Allows EXPECT_EQ to accept arguments that don't have operator << (by Zhanyong...zhanyong.wan2010-07-211-13/+34
* Replaces UniversalPrinter<T>::Print(x, os) with UniversalPrint(x, os) as appr...vladlosev2010-05-131-5/+7
* Moves the universal printer from gmock to gtest and refactors the cmake scrip...zhanyong.wan2010-05-101-0/+730