- 20 Dec, 2018 1 commit
-
-
Abseil Team authored
Unifdef c++11-related macros from googletest now that it requires C++11. PiperOrigin-RevId: 225905601
-
- 17 Dec, 2018 1 commit
-
-
Abseil Team authored
Replace pump'd code for DoAll with variadic templates. PiperOrigin-RevId: 225584656
-
- 03 Dec, 2018 1 commit
-
-
Abseil Team authored
Applied fixes for ClangTidy modernize-use-override and modernize-use-using. PiperOrigin-RevId: 223800219
-
- 20 Nov, 2018 2 commits
-
-
misterg authored
Silence C4100 msvc warning PiperOrigin-RevId: 222242329
-
Abseil Team authored
Upgrade WithArgs family of actions to C++11. PiperOrigin-RevId: 221671690
-
- 29 Oct, 2018 1 commit
-
-
misterg authored
Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 219129336
-
- 26 Oct, 2018 2 commits
-
-
Abseil Team authored
Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 218618184
-
misterg authored
Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 218571466
-
- 18 Oct, 2018 1 commit
-
-
Abseil Team authored
C++11 code cleanup. PiperOrigin-RevId: 217364243
-
- 09 Oct, 2018 1 commit
-
-
Abseil Team authored
Remove all mention of TR1 tuple and our own implementation of tuple. PiperOrigin-RevId: 216395043
-
- 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
-
- 14 Aug, 2018 1 commit
-
-
Gennadiy Civil authored
Comments changes, no functionality changes
-
- 27 Jul, 2018 1 commit
-
-
Gennadiy Civil authored
Formatting changes for automatic code management
-
- 11 Apr, 2018 1 commit
-
-
Gennadiy Civil authored
-
- 10 Apr, 2018 1 commit
-
-
Gennadiy Civil authored
-
- 06 Apr, 2018 1 commit
-
-
Gennadiy Civil authored
-
- 13 Mar, 2018 1 commit
-
-
Gennadiy Civil authored
-
- 19 Jun, 2017 1 commit
-
-
Hector Dearman authored
This upstreams a Google-internal change (141765019).
-
- 12 Oct, 2015 1 commit
-
-
Mark Mentovai authored
This guards use of <type_traits> and its features with GTEST_HAS_STD_TYPE_TRAITS_, and std::function with GTEST_HAS_STD_FUNCTION_.
-
- 25 Aug, 2015 1 commit
-
-
Billy Donahue authored
-
- 14 Feb, 2015 1 commit
-
-
kosak authored
constructible return a default-constructed value by default.
-
- 08 Jan, 2015 1 commit
-
-
kosak authored
-
- 17 Nov, 2014 3 commits
- 02 Apr, 2014 1 commit
-
-
kosak authored
-
- 29 Jan, 2014 1 commit
-
-
kosak authored
-
- 10 Apr, 2012 1 commit
-
-
jgm authored
Reduced template instantiation depth for the AllOf and AnyOf matchers. Also some formatting changes.
-
- 09 Mar, 2011 1 commit
-
-
zhanyong.wan authored
adds support for SetArgPointee(L"wide string literal") -- by Vlad Losev.
-
- 24 Feb, 2011 1 commit
-
-
zhanyong.wan authored
-
- 23 Feb, 2011 1 commit
-
-
zhanyong.wan authored
Makes Google Mock compile much faster and use much less memory; reviewed by Nico Weber. This fixes issue 68.
-
- 01 Feb, 2011 1 commit
-
-
zhanyong.wan authored
Picks up gtest r536; renames implicit_cast and down_cast to reduce the chance of clash (by Roman Perepelitsa); enables gmock_gen.py to handle storage specifiers (by Steve Fox).
-
- 02 Dec, 2010 1 commit
-
-
zhanyong.wan authored
Enables SetArgPointee<>() to accept a string literal; removes a self-assignment warning; teaches gmock doctor to diagnose TTB with Clang; picks up gtest r525.
-
- 05 Oct, 2010 1 commit
-
-
zhanyong.wan authored
-
- 14 Sep, 2010 1 commit
-
-
zhanyong.wan authored
-
- 03 Jul, 2010 1 commit
-
-
zhanyong.wan authored
-
- 10 May, 2010 1 commit
-
-
zhanyong.wan authored
-
- 23 Dec, 2009 1 commit
-
-
zhanyong.wan authored
-
- 16 Dec, 2009 1 commit
-
-
zhanyong.wan authored
-
- 18 Nov, 2009 1 commit
-
-
vladlosev authored
-