aboutsummaryrefslogtreecommitdiff
path: root/test/gtest-printers_test.cc
AgeCommit message (Expand)Author
2011-04-01Changes diagnostic output of the question mark from '\?' to '?'.vladlosev
2011-03-09Makes IsContainerTest compatible with Sun C++ and Visual Age C++, based on Ha...zhanyong.wan
2011-03-05Fixes non-conforming uses of commas in enums s.t. the code compiles onzhanyong.wan
2011-02-28Fixes PrintUnprintableTypeTest.InGlobalNamespace in gtest-printers_test on 64...vladlosev
2011-02-22Indents preprocessor directives.zhanyong.wan
2010-12-02Makes gtest print string literals correctly when it contains \x escape sequen...zhanyong.wan
2010-10-11Makes gtest wokr on MinGW (by Vlad Losev); removes unused linked_ptr::release...zhanyong.wan
2010-09-14Include gtest headers as user headers instead of system headers.zhanyong.wan
2010-08-31Casts char to unsigned char before calling isspace() etc to avoid undefined b...zhanyong.wan
2010-08-09Makes gtest print enums as integers instead of hex dumps (by Zhanyong Wan); i...zhanyong.wan
2010-07-21Allows EXPECT_EQ to accept arguments that don't have operator << (by Zhanyong...zhanyong.wan
2010-05-22Fixes issue 286.vladlosev
2010-05-10Moves the universal printer from gmock to gtest and refactors the cmake scrip...zhanyong.wan