summaryrefslogtreecommitdiffstats
path: root/test/gtest-printers_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixes Sun C++ compiler errors (by Pasi Valminen)zhanyong.wan2011-04-121-4/+10
* Changes diagnostic output of the question mark from '\?' to '?'.vladlosev2011-04-011-14/+14
* Makes IsContainerTest compatible with Sun C++ and Visual Age C++, based on Ha...zhanyong.wan2011-03-091-0/+22
* Fixes non-conforming uses of commas in enums s.t. the code compiles onzhanyong.wan2011-03-051-2/+2
* Fixes PrintUnprintableTypeTest.InGlobalNamespace in gtest-printers_test on 64...vladlosev2011-02-281-1/+1
* Indents preprocessor directives.zhanyong.wan2011-02-221-4/+4
* Makes gtest print string literals correctly when it contains \x escape sequen...zhanyong.wan2010-12-021-0/+24
* Makes gtest wokr on MinGW (by Vlad Losev); removes unused linked_ptr::release...zhanyong.wan2010-10-111-11/+10
* Include gtest headers as user headers instead of system headers.zhanyong.wan2010-09-141-2/+2
* Casts char to unsigned char before calling isspace() etc to avoid undefined b...zhanyong.wan2010-08-311-1/+1
* Makes gtest print enums as integers instead of hex dumps (by Zhanyong Wan); i...zhanyong.wan2010-08-091-9/+73
* Allows EXPECT_EQ to accept arguments that don't have operator << (by Zhanyong...zhanyong.wan2010-07-211-32/+62
* Fixes issue 286.vladlosev2010-05-221-3/+2
* Moves the universal printer from gmock to gtest and refactors the cmake scrip...zhanyong.wan2010-05-101-0/+1163