- 19 Jun, 2017 1 commit
-
-
Hector Dearman authored
This upstreams a Google-internal change (146491438).
-
- 15 May, 2017 1 commit
-
-
Nico Weber authored
This merges a Google-internal change (117235625). Original CL description: This CL was created manually in about an hour with sed, a Python script to find all the places unqualified 'string' was mentioned, and some help from Emacs to add the "std::" qualifications, plus a few manual tweaks.
-
- 25 Aug, 2015 1 commit
-
-
Billy Donahue authored
-
- 27 Jul, 2015 1 commit
-
-
kosak authored
-
- 13 Jul, 2015 1 commit
-
-
kosak authored
This prevents implicitly constructing a matcher from {}.
-
- 28 Apr, 2015 2 commits
- 14 Feb, 2015 1 commit
-
-
kosak authored
in VC++'s /analyze compiler that was causing build errors in Chrome: https://code.google.com/p/googlemock/issues/detail?id=172
-
- 08 Jan, 2015 1 commit
-
-
kosak authored
Also fix bogus MSVC warning about "alignment of a member was sensitive to packing". Also bring in gtest 701.
-
- 17 Nov, 2014 2 commits
- 28 Jul, 2014 2 commits
- 19 May, 2014 1 commit
-
-
billydonahue authored
Make single argument constructors explicit in macros. Remove NOMINMAX macro. Add macros for disabling Microsoft Visual C++ warnings. Add WhenDynamicCastTo<T> matcher. A matcher that matches a pointer that matches inner_matcher when dynamic_cast<T> is applied. Add IWYU export pragmas to the tuple include lines. Fix NativeArray to not require a copy constructor unless we ask for one. This allows ElementsAre() to support non-copyable types. Examine WINAPI_FAMILY_PARTITION macros to better distinguish windows platforms. Author: martin@martin.st From: https://codereview.appspot.com/57220043/
-
- 02 Apr, 2014 1 commit
-
-
kosak authored
-
- 12 Mar, 2014 1 commit
-
-
kosak authored
which lack a size() member. Also pull in gtest 678.
-
- 04 Dec, 2013 1 commit
-
-
kosak authored
Fix spelling: repositary -> repository. Pull in gtest 671.
-
- 03 Dec, 2013 1 commit
-
-
kosak 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
-
- 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 2 commits
-
-
zhanyong.wan authored
-
zhanyong.wan 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.
-
- 10 Apr, 2012 1 commit
-
-
jgm authored
Reduced template instantiation depth for the AllOf and AnyOf matchers. Also some formatting changes.
-
- 16 Sep, 2011 1 commit
-
-
zhanyong.wan authored
-
- 20 May, 2011 1 commit
-
-
vladlosev authored
-
- 14 Apr, 2011 2 commits
-
-
zhanyong.wan authored
-
vladlosev authored
-
- 13 Apr, 2011 1 commit
-
-
vladlosev authored
-
- 24 Feb, 2011 1 commit
-
-
zhanyong.wan authored
-
- 17 Nov, 2010 1 commit
-
-
vladlosev authored
-
- 27 Sep, 2010 1 commit
-
-
zhanyong.wan authored
-
- 14 Sep, 2010 1 commit
-
-
zhanyong.wan authored
-