Commit message (Collapse) | 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, ↵ | kosak | 2014-11-17 | 1 | -1/+1 |
| | | | | std::begin, std::end, and std::move in gtest and gmock. | ||||
* | 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 ↵ | kosak | 2013-12-03 | 1 | -2/+0 |
| | | | | ImplicitlyConvertible::MakeFrom() to From&. | ||||
* | 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 |
| | | | | char arrays are not escapped properly. | ||||
* | 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 ↵ | zhanyong.wan | 2011-03-09 | 1 | -0/+22 |
| | | | | Hady Zalek's report and experiment; also fixes a bug that causes it to think that a class named const_iterator is a container; also clarifies the Borland C++ compatibility fix in the comments based on Josh Kelley's suggestion. | ||||
* | Fixes non-conforming uses of commas in enums s.t. the code compiles on | zhanyong.wan | 2011-03-05 | 1 | -2/+2 |
| | | | | Sun OS. Patch by Hady Zalek. | ||||
* | Fixes PrintUnprintableTypeTest.InGlobalNamespace in gtest-printers_test on ↵ | vladlosev | 2011-02-28 | 1 | -1/+1 |
| | | | | 64bit PowerPCs. | ||||
* | Indents preprocessor directives. | zhanyong.wan | 2011-02-22 | 1 | -4/+4 |
| | |||||
* | Makes gtest print string literals correctly when it contains \x escape ↵ | zhanyong.wan | 2010-12-02 | 1 | -0/+24 |
| | | | | sequences. Contributed by Yair Chuchem. | ||||
* | Makes gtest wokr on MinGW (by Vlad Losev); removes unused ↵ | zhanyong.wan | 2010-10-11 | 1 | -11/+10 |
| | | | | linked_ptr::release() method (by Zhanyong Wan). | ||||
* | 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 ↵ | zhanyong.wan | 2010-08-31 | 1 | -1/+1 |
| | | | | behavior (by Zhanyong Wan); removes conditional #includes keyed on GTEST_HAS_PROTOBUF_ (by Zhanyong Wan); publishes GTEST_HAS_STREAM_REDIRECTION (by Vlad Losev); forward declares some classes properly (by Samuel Benzaquen); honors the --gtest_catch_exceptions flag (by Vlad Losev). | ||||
* | Makes gtest print enums as integers instead of hex dumps (by Zhanyong Wan); ↵ | zhanyong.wan | 2010-08-09 | 1 | -9/+73 |
| | | | | improves the hex dump format (by Zhanyong Wan); gets rid of class TestInfoImpl (by Zhanyong Wan); adds exception handling (by Vlad Losev). | ||||
* | Allows EXPECT_EQ to accept arguments that don't have operator << (by ↵ | zhanyong.wan | 2010-07-21 | 1 | -32/+62 |
| | | | | | | | Zhanyong Wan). Allows a user to customize how the universal printer prints a pointer of a specific type by overloading << (by Zhanyong Wan). Works around a bug in Cymbian's C++ compiler (by Vlad Losev). | ||||
* | Fixes issue 286. | vladlosev | 2010-05-22 | 1 | -3/+2 |
| | |||||
* | Moves the universal printer from gmock to gtest and refactors the cmake ↵ | zhanyong.wan | 2010-05-10 | 1 | -0/+1163 |
script for reusing in gmock (by Vlad Losev). |