summaryrefslogtreecommitdiff
path: root/test/gtest-printers_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Determine the existence of hash_map/hash_set in gtest-port.h.kosak@google.com2015-07-171-5/+5
* Add support for gtest custom printers.kosak@google.com2015-07-141-31/+15
* Distinguish between C++11 language and library support for std::function, std...kosak@google.com2014-11-171-1/+1
* Push upstream to SVN.billydonahue@google.com2014-05-151-3/+4
* Remove code referencing Google protocol buffers version 1.kosak@google.com2014-03-121-7/+0
* Define specialization of PrintTo(...) for ::std::tuple.kosak@google.com2014-01-121-28/+120
* Fix warnings encountered with clang -Wall.kosak@google.com2013-12-031-0/+1
* Delete whitespace, and change the return type of ImplicitlyConvertible::MakeF...kosak@google.com2013-12-031-2/+0
* Fixes some compatibility issues with STLport.zhanyong.wan2013-04-041-4/+9
* Improves gtest's failure messages. In particulars, char pointers andzhanyong.wan2012-06-071-10/+260
* Improves conformance to the Google C++ Style Guide (by Greg Miller).vladlosev2011-11-041-1/+1
* Changes to fix gtest-printers_test on VC++ 2010.vladlosev2011-10-241-1/+5
* Fixes Sun C++ compiler errors (by Pasi Valminen)zhanyong.wan2011-04-121-4/+10
* Changes diagnostic output of the question mark from '\?' to '?'.vladlosev2011-04-011-14/+14
* Makes IsContainerTest compatible with Sun C++ and Visual Age C++, based on Ha...zhanyong.wan2011-03-091-0/+22
* Fixes non-conforming uses of commas in enums s.t. the code compiles onzhanyong.wan2011-03-051-2/+2
* Fixes PrintUnprintableTypeTest.InGlobalNamespace in gtest-printers_test on 64...vladlosev2011-02-281-1/+1
* Indents preprocessor directives.zhanyong.wan2011-02-221-4/+4
* Makes gtest print string literals correctly when it contains \x escape sequen...zhanyong.wan2010-12-021-0/+24
* Makes gtest wokr on MinGW (by Vlad Losev); removes unused linked_ptr::release...zhanyong.wan2010-10-111-11/+10
* Include gtest headers as user headers instead of system headers.zhanyong.wan2010-09-141-2/+2
* Casts char to unsigned char before calling isspace() etc to avoid undefined b...zhanyong.wan2010-08-311-1/+1
* Makes gtest print enums as integers instead of hex dumps (by Zhanyong Wan); i...zhanyong.wan2010-08-091-9/+73
* Allows EXPECT_EQ to accept arguments that don't have operator << (by Zhanyong...zhanyong.wan2010-07-211-32/+62
* Fixes issue 286.vladlosev2010-05-221-3/+2
* Moves the universal printer from gmock to gtest and refactors the cmake scrip...zhanyong.wan2010-05-101-0/+1163