- 24 Jul, 2015 1 commit
-
-
kosak authored
-
- 19 Jul, 2015 1 commit
-
-
kosak authored
-
- 17 Jul, 2015 2 commits
- 14 Jul, 2015 2 commits
- 13 Jul, 2015 1 commit
-
-
kosak authored
-
- 28 Apr, 2015 1 commit
-
-
kosak authored
-
- 28 Jul, 2014 1 commit
-
-
kosak authored
-
- 15 May, 2014 1 commit
-
-
billydonahue authored
-
- 18 Jun, 2013 1 commit
-
-
zhanyong.wan authored
-
- 05 Apr, 2013 1 commit
-
-
vladlosev authored
-
- 04 Apr, 2013 1 commit
-
-
zhanyong.wan authored
-
- 11 Mar, 2013 1 commit
-
-
zhanyong.wan authored
Proposed as a one-line patch by Tom Jakubowski (tom@crystae.net); finished by Zhanyong Wan.
-
- 22 Feb, 2013 2 commits
- 15 Nov, 2012 1 commit
-
-
jgm authored
changes that haven't made it to svn. The descriptions of each change are listed below. - Fixes some python shebang lines. - Add ElementsAreArray overloads to gmock. ElementsAreArray now makes a copy of its input elements before the conversion to a Matcher. ElementsAreArray can now take a vector as input. ElementsAreArray can now take an iterator pair as input. - Templatize MatchAndExplain to allow independent string types for the matcher and matchee. I also templatized the ConstCharPointer version of MatchAndExplain to avoid calls with "char*" from using the new templated MatchAndExplain. - Fixes the bug where the constructor of the return type of ElementsAre() saves a reference instead of a copy of the arguments. - Extends ElementsAre() to accept arrays whose sizes aren't known. - Switches gTest's internal FilePath class from testing::internal::String to std::string. testing::internal::String was introduced when gTest couldn't depend on std::string. It's now deprecated. - Switches gTest & gMock from using testing::internal::String objects to std::string. Some static methods of String are still in use. We may be able to remove some but not all of them. In particular, String::Format() should eventually be removed as it truncates the result at 4096 characters, often causing problems.
-
- 19 Sep, 2012 1 commit
-
-
vladlosev authored
-
- 07 Jun, 2012 1 commit
-
-
zhanyong.wan authored
char arrays are not escapped properly.
-
- 09 Mar, 2012 1 commit
-
-
jgm authored
-
- 04 Nov, 2011 1 commit
-
-
vladlosev authored
-
- 05 Oct, 2011 1 commit
-
-
vladlosev authored
Implements the timestamp attribute for the testsuites element in the output XML (external contribution by Dirk Meister).
-
- 08 Apr, 2011 1 commit
-
-
vladlosev authored
-
- 07 Apr, 2011 1 commit
-
-
zhanyong.wan authored
makes gtest compatible with HP UX (by Pasi Valminen); fixes a typo in the name of xlC (by Hady Zalek).
-
- 05 Mar, 2011 2 commits
-
-
zhanyong.wan authored
Kelley. Simplified by Zhanyong Wan.
-
zhanyong.wan authored
Sun OS. Patch by Hady Zalek.
-
- 22 Feb, 2011 1 commit
-
-
zhanyong.wan authored
-
- 10 Jan, 2011 1 commit
-
-
zhanyong.wan authored
-
- 07 Jan, 2011 1 commit
-
-
zhanyong.wan authored
-
- 22 Oct, 2010 1 commit
-
-
vladlosev authored
-
- 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).
-
- 27 Sep, 2010 1 commit
-
-
zhanyong.wan authored
-
- 15 Sep, 2010 1 commit
-
-
zhanyong.wan authored
-
- 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).
-
- 19 Aug, 2010 1 commit
-
-
zhanyong.wan authored
Removes the Windows golden file (by Vlad Losev); implements test result streaming (by Nikhil Jindal and cleaned up by Zhanyong Wan).
-
- 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).
-
- 26 Jul, 2010 1 commit
-
-
zhanyong.wan authored
-
- 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).
-
- 08 Jun, 2010 1 commit
-
-
zhanyong.wan authored
-