index
:
googletest.git
05CC6081FCBD0071053DE78238E136B3
1278977C598F83A02A525FEA38941265
4422C11159FF3F7F49E4BC959EE89D06
498B35FA518A5E1CF8C95CE6D51091B2
77A9B20B4C1E02FAC90D1D942E1D4C18
8EA412EE54E54CAC6E49EE3B7C209DA1
9A681768AABE08D1EFA5CA77528236A4
B4DE7B5F4F45390ABCFB887AFADA9303
BC1EDD4B325FB2BF16E1EF6DF8EFC0DF
main
master
v1.10.x
v1.12.x
v1.13.x
v1.14.x
v1.15.x
v1.8.x
Google's C++ test framework: https://github.com/google/googletest
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gtest-printers.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move everything in googletest into googletest/googletest
Billy Donahue
2015-08-25
1
-373/+0
*
Add annotations to suppress ThreadSanitizer failures due to gunit/gmock printer.
kosak
2014-03-12
1
-0/+3
*
Standards compliance changes to fix QNX build.
kosak
2014-03-12
1
-1/+2
*
Add GTEST_MOVE macro, to support mocking methods with move-only return types.
kosak
2014-01-29
1
-0/+3
*
Add MemorySanitizer annotations in gtest printers. Also remove unused variabl...
kosak
2013-12-03
1
-0/+3
*
Removes testing::internal::String::Format(), which causes problems as it trun...
kosak
2013-02-22
1
-4/+3
*
Improves gtest's failure messages. In particulars, char pointers and
zhanyong.wan
2012-06-07
1
-34/+50
*
Adds a new macro simplifying use of snprinf on MS platforms.
vladlosev
2011-09-26
1
-9/+1
*
Simplifies ASCII character detection in gtest-printers.h. This also makes it ...
vladlosev
2011-04-09
1
-2/+1
*
Fixes a compiler error when compiling with Visual Age (by Hady Zalek).
vladlosev
2011-04-08
1
-1/+1
*
Changes diagnostic output of the question mark from '\?' to '?'.
vladlosev
2011-04-01
1
-3/+0
*
Indents preprocessor directives.
zhanyong.wan
2011-02-22
1
-3/+3
*
Renames some internal functions to avoid name clashes.
vladlosev
2011-01-29
1
-2/+2
*
Makes gtest print string literals correctly when it contains \x escape sequen...
zhanyong.wan
2010-12-02
1
-12/+29
*
Include gtest headers as user headers instead of system headers.
zhanyong.wan
2010-09-14
1
-2/+2
*
Makes gtest print enums as integers instead of hex dumps (by Zhanyong Wan); i...
zhanyong.wan
2010-08-09
1
-3/+4
*
Allows EXPECT_EQ to accept arguments that don't have operator << (by Zhanyong...
zhanyong.wan
2010-07-21
1
-45/+69
*
Moves the universal printer from gmock to gtest and refactors the cmake scrip...
zhanyong.wan
2010-05-10
1
-0/+318