summaryrefslogtreecommitdiff
path: root/test/gtest-printers_test.cc
Commit message (Expand)AuthorAge
* Fixes some compatibility issues with STLport.zhanyong.wan2013-04-04
* Improves gtest's failure messages. In particulars, char pointers andzhanyong.wan2012-06-07
* Improves conformance to the Google C++ Style Guide (by Greg Miller).vladlosev2011-11-04
* Changes to fix gtest-printers_test on VC++ 2010.vladlosev2011-10-24
* Fixes Sun C++ compiler errors (by Pasi Valminen)zhanyong.wan2011-04-12
* Changes diagnostic output of the question mark from '\?' to '?'.vladlosev2011-04-01
* Makes IsContainerTest compatible with Sun C++ and Visual Age C++, based on Ha...zhanyong.wan2011-03-09
* Fixes non-conforming uses of commas in enums s.t. the code compiles onzhanyong.wan2011-03-05
* Fixes PrintUnprintableTypeTest.InGlobalNamespace in gtest-printers_test on 64...vladlosev2011-02-28
* Indents preprocessor directives.zhanyong.wan2011-02-22
* Makes gtest print string literals correctly when it contains \x escape sequen...zhanyong.wan2010-12-02
* Makes gtest wokr on MinGW (by Vlad Losev); removes unused linked_ptr::release...zhanyong.wan2010-10-11
* Include gtest headers as user headers instead of system headers.zhanyong.wan2010-09-14
* Casts char to unsigned char before calling isspace() etc to avoid undefined b...zhanyong.wan2010-08-31
* 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
* Fixes issue 286.vladlosev2010-05-22
* Moves the universal printer from gmock to gtest and refactors the cmake scrip...zhanyong.wan2010-05-10