summaryrefslogtreecommitdiff
path: root/src/gtest-printers.cc
Commit message (Expand)AuthorAge
* Add MemorySanitizer annotations in gtest printers. Also remove unused variabl...kosak@google.com2013-12-03
* Removes testing::internal::String::Format(), which causes problems as it trun...kosak@google.com2013-02-22
* Improves gtest's failure messages. In particulars, char pointers andzhanyong.wan2012-06-07
* Adds a new macro simplifying use of snprinf on MS platforms.vladlosev2011-09-26
* Simplifies ASCII character detection in gtest-printers.h. This also makes it ...vladlosev2011-04-09
* Fixes a compiler error when compiling with Visual Age (by Hady Zalek).vladlosev2011-04-08
* Changes diagnostic output of the question mark from '\?' to '?'.vladlosev2011-04-01
* Indents preprocessor directives.zhanyong.wan2011-02-22
* Renames some internal functions to avoid name clashes.vladlosev2011-01-29
* Makes gtest print string literals correctly when it contains \x escape sequen...zhanyong.wan2010-12-02
* 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
* Moves the universal printer from gmock to gtest and refactors the cmake scrip...zhanyong.wan2010-05-10