- 17 Jul, 2015 1 commit
-
-
kosak authored
-
- 14 Jul, 2015 1 commit
-
-
kosak authored
-
- 17 Nov, 2014 1 commit
-
-
kosak authored
Distinguish between C++11 language and library support for std::function, std::begin, std::end, and std::move in gtest and gmock.
-
- 15 May, 2014 1 commit
-
-
billydonahue authored
-
- 12 Mar, 2014 1 commit
-
-
kosak authored
-
- 12 Jan, 2014 1 commit
-
-
kosak authored
-
- 03 Dec, 2013 2 commits
- 04 Apr, 2013 1 commit
-
-
zhanyong.wan authored
-
- 07 Jun, 2012 1 commit
-
-
zhanyong.wan authored
char arrays are not escapped properly.
-
- 04 Nov, 2011 1 commit
-
-
vladlosev authored
-
- 24 Oct, 2011 1 commit
-
-
vladlosev authored
-
- 12 Apr, 2011 1 commit
-
-
zhanyong.wan authored
-
- 01 Apr, 2011 1 commit
-
-
vladlosev authored
-
- 09 Mar, 2011 1 commit
-
-
zhanyong.wan authored
Makes IsContainerTest compatible with Sun C++ and Visual Age C++, based on 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.
-
- 05 Mar, 2011 1 commit
-
-
zhanyong.wan authored
Sun OS. Patch by Hady Zalek.
-
- 28 Feb, 2011 1 commit
-
-
vladlosev authored
-
- 22 Feb, 2011 1 commit
-
-
zhanyong.wan authored
-
- 02 Dec, 2010 1 commit
-
-
zhanyong.wan authored
Makes gtest print string literals correctly when it contains \x escape sequences. Contributed by Yair Chuchem.
-
- 11 Oct, 2010 1 commit
-
-
zhanyong.wan authored
Makes gtest wokr on MinGW (by Vlad Losev); removes unused linked_ptr::release() method (by Zhanyong Wan).
-
- 14 Sep, 2010 1 commit
-
-
zhanyong.wan authored
-
- 31 Aug, 2010 1 commit
-
-
zhanyong.wan authored
Casts char to unsigned char before calling isspace() etc to avoid undefined 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).
-
- 09 Aug, 2010 1 commit
-
-
zhanyong.wan authored
Makes gtest print enums as integers instead of hex dumps (by Zhanyong Wan); improves the hex dump format (by Zhanyong Wan); gets rid of class TestInfoImpl (by Zhanyong Wan); adds exception handling (by Vlad Losev).
-
- 21 Jul, 2010 1 commit
-
-
zhanyong.wan authored
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).
-
- 22 May, 2010 1 commit
-
-
vladlosev authored
-
- 10 May, 2010 1 commit
-
-
zhanyong.wan authored
Moves the universal printer from gmock to gtest and refactors the cmake script for reusing in gmock (by Vlad Losev).
-