- 28 Oct, 2018 1 commit
-
-
Vadim Barkov authored
-
- 05 Oct, 2018 1 commit
-
-
Abseil Team authored
Now that googletest has moved to C++11, it should no longer use NULL or 0 for the null pointer. This patch converts all such usages to nullptr using clang-tidy. This prevents LLVM from issuing -Wzero-as-null-pointer-constant warnings. PiperOrigin-RevId: 215814400
-
- 02 Oct, 2018 1 commit
-
-
Marco Bubke authored
Closes #1867 PiperOrigin-RevId: 215392714
-
- 14 Aug, 2018 1 commit
-
-
Gennadiy Civil authored
Comments changes, no functionality changes
-
- 12 Apr, 2018 1 commit
-
-
Gennadiy Civil authored
merging
-
- 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
-
- 24 Jul, 2015 1 commit
-
-
kosak authored
works properly where return type is a reference.
-
- 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. Bring in gtest 694.
-
- 17 Jun, 2014 1 commit
-
-
kosak authored
-
- 13 Jan, 2014 1 commit
-
-
kosak authored
-
- 01 Mar, 2013 1 commit
-
-
zhanyong.wan authored
-
- 10 Apr, 2012 1 commit
-
-
jgm authored
Reduced template instantiation depth for the AllOf and AnyOf matchers. Also some formatting changes.
-
- 24 Feb, 2011 1 commit
-
-
zhanyong.wan authored
-
- 14 Sep, 2010 1 commit
-
-
zhanyong.wan authored
-
- 23 Dec, 2009 1 commit
-
-
zhanyong.wan authored
-
- 25 Sep, 2009 1 commit
-
-
zhanyong.wan authored
-
- 25 Mar, 2009 1 commit
-
-
zhanyong.wan authored
Allows mock methods overloaded on argument number or the const-ness of this object to appear on the same source line.
-
- 23 Feb, 2009 1 commit
-
-
zhanyong.wan authored
-
- 10 Dec, 2008 1 commit
-
-
shiqian authored
-