- 29 Jan, 2014 2 commits
- 13 Jan, 2014 1 commit
-
-
kosak authored
-
- 12 Jan, 2014 1 commit
-
-
kosak authored
Adds a note in the "uninteresting mock method call" warning to advise people how to handle the warning. Clarifies the purpose of utilities in gmock-port.h and adds guidance w.r.t. gmock-port.h vs gtest-port.h. Pulls in gtest r674.
-
- 04 Dec, 2013 1 commit
-
-
kosak authored
Fix spelling: repositary -> repository. Pull in gtest 671.
-
- 03 Dec, 2013 3 commits
- 21 Nov, 2013 1 commit
-
-
zhanyong.wan authored
-
- 18 Sep, 2013 1 commit
-
-
zhanyong.wan authored
-
- 16 Sep, 2013 1 commit
-
-
zhanyong.wan authored
-
- 06 Sep, 2013 1 commit
-
-
zhanyong.wan authored
-
- 27 Aug, 2013 3 commits
-
-
zhanyong.wan authored
-
zhanyong.wan authored
-
zhanyong.wan authored
-
- 08 Aug, 2013 1 commit
-
-
zhanyong.wan authored
Makes some container matchers accept initializer lists in C++11 mode and work with stream-like containers that don't have size() or empty(); exposes StringMatchResultListener for defining composite matchers.
-
- 30 Jul, 2013 1 commit
-
-
zhanyong.wan authored
-
- 28 Jul, 2013 1 commit
-
-
zhanyong.wan authored
gtest r660.
-
- 20 Jun, 2013 1 commit
-
-
zhanyong.wan authored
-
- 18 Jun, 2013 1 commit
-
-
zhanyong.wan authored
AllOf() and AnyOf() can accept any number of arguments now in C++11 mode.
-
- 24 Apr, 2013 1 commit
-
-
zhanyong.wan authored
-
- 07 Apr, 2013 1 commit
-
-
zhanyong.wan authored
-
- 04 Apr, 2013 1 commit
-
-
zhanyong.wan authored
-
- 27 Mar, 2013 1 commit
-
-
zhanyong.wan authored
-
- 25 Mar, 2013 1 commit
-
-
zhanyong.wan authored
-
- 08 Mar, 2013 1 commit
-
-
zhanyong.wan authored
-
- 01 Mar, 2013 8 commits
-
-
zhanyong.wan authored
-
zhanyong.wan authored
-
zhanyong.wan authored
-
zhanyong.wan authored
-
zhanyong.wan authored
-
zhanyong.wan authored
-
zhanyong.wan authored
-
zhanyong.wan authored
-
- 28 Feb, 2013 1 commit
-
-
zhanyong.wan authored
method with no default value is invoked (if exceptions are enabled).
-
- 27 Feb, 2013 1 commit
-
-
zhanyong.wan authored
also pulls in the latest gtest revision (r638).
-
- 31 Jan, 2013 1 commit
-
-
vladlosev authored
-
- 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.
-
- 14 Aug, 2012 1 commit
-
-
vladlosev authored
-
- 31 May, 2012 1 commit
-
-
zhanyong.wan authored
Renames internal enums to the kFoo naming style. Fixes gmock doctor to work with newer versions of Clang.
-