index
:
avr/qmk/googletest
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
gtest-printers_test.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move everything in googletest into googletest/googletest
Billy Donahue
2015-08-25
1
-1635
/
+0
*
Determine the existence of hash_map/hash_set in gtest-port.h.
kosak
2015-07-17
1
-5
/
+5
*
Add support for gtest custom printers.
kosak
2015-07-14
1
-31
/
+15
*
Distinguish between C++11 language and library support for std::function, std...
kosak
2014-11-17
1
-1
/
+1
*
Push upstream to SVN.
billydonahue
2014-05-15
1
-3
/
+4
*
Remove code referencing Google protocol buffers version 1.
kosak
2014-03-12
1
-7
/
+0
*
Define specialization of PrintTo(...) for ::std::tuple.
kosak
2014-01-12
1
-28
/
+120
*
Fix warnings encountered with clang -Wall.
kosak
2013-12-03
1
-0
/
+1
*
Delete whitespace, and change the return type of ImplicitlyConvertible::MakeF...
kosak
2013-12-03
1
-2
/
+0
*
Fixes some compatibility issues with STLport.
zhanyong.wan
2013-04-04
1
-4
/
+9
*
Improves gtest's failure messages. In particulars, char pointers and
zhanyong.wan
2012-06-07
1
-10
/
+260
*
Improves conformance to the Google C++ Style Guide (by Greg Miller).
vladlosev
2011-11-04
1
-1
/
+1
*
Changes to fix gtest-printers_test on VC++ 2010.
vladlosev
2011-10-24
1
-1
/
+5
*
Fixes Sun C++ compiler errors (by Pasi Valminen)
zhanyong.wan
2011-04-12
1
-4
/
+10
*
Changes diagnostic output of the question mark from '\?' to '?'.
vladlosev
2011-04-01
1
-14
/
+14
*
Makes IsContainerTest compatible with Sun C++ and Visual Age C++, based on Ha...
zhanyong.wan
2011-03-09
1
-0
/
+22
*
Fixes non-conforming uses of commas in enums s.t. the code compiles on
zhanyong.wan
2011-03-05
1
-2
/
+2
*
Fixes PrintUnprintableTypeTest.InGlobalNamespace in gtest-printers_test on 64...
vladlosev
2011-02-28
1
-1
/
+1
*
Indents preprocessor directives.
zhanyong.wan
2011-02-22
1
-4
/
+4
*
Makes gtest print string literals correctly when it contains \x escape sequen...
zhanyong.wan
2010-12-02
1
-0
/
+24
*
Makes gtest wokr on MinGW (by Vlad Losev); removes unused linked_ptr::release...
zhanyong.wan
2010-10-11
1
-11
/
+10
*
Include gtest headers as user headers instead of system headers.
zhanyong.wan
2010-09-14
1
-2
/
+2
*
Casts char to unsigned char before calling isspace() etc to avoid undefined b...
zhanyong.wan
2010-08-31
1
-1
/
+1
*
Makes gtest print enums as integers instead of hex dumps (by Zhanyong Wan); i...
zhanyong.wan
2010-08-09
1
-9
/
+73
*
Allows EXPECT_EQ to accept arguments that don't have operator << (by Zhanyong...
zhanyong.wan
2010-07-21
1
-32
/
+62
*
Fixes issue 286.
vladlosev
2010-05-22
1
-3
/
+2
*
Moves the universal printer from gmock to gtest and refactors the cmake scrip...
zhanyong.wan
2010-05-10
1
-0
/
+1163