- 19 Jun, 2019 1 commit
-
-
Gennadiy Civil authored
Renaming doc files to make the file names more palatable and in preparation for including documentation in sync process
-
- 03 Jan, 2019 1 commit
-
-
misterg authored
TestCase->TestSuite refactoring PiperOrigin-RevId: 227702164
-
- 02 Jan, 2019 2 commits
-
-
misterg authored
Internal Change PiperOrigin-RevId: 227575279
-
Abseil Team authored
Remove the #ifs for old, unsupported and buggy compilers: * old versions of GCC & MSVC * Symbian PiperOrigin-RevId: 227116941
-
- 13 Dec, 2018 1 commit
-
-
misterg authored
Internal Change PiperOrigin-RevId: 225231727
-
- 20 Nov, 2018 1 commit
-
-
misterg authored
Internal Change PiperOrigin-RevId: 222123106
-
- 10 Nov, 2018 1 commit
-
-
Robin Lindén authored
-
- 29 Oct, 2018 1 commit
-
-
misterg authored
Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 219129336
-
- 28 Oct, 2018 1 commit
-
-
Vadim Barkov authored
-
- 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
-
- 16 Oct, 2018 3 commits
-
-
Jonathan Wendeborn authored
-
Jonathan Wendeborn authored
-
Jonathan Wendeborn 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
-
- 14 Aug, 2018 3 commits
-
-
Gennadiy Civil authored
more comments changes
-
Gennadiy Civil authored
-
Gennadiy Civil authored
Comments changes, no functionality changes
-
- 10 Apr, 2018 3 commits
-
-
Gennadiy Civil authored
-
Gennadiy Civil authored
RE-Doing the merge, this time with gcc on mac in the PR so I can catch errors before merging the PR
-
Gennadiy Civil authored
-
- 09 Apr, 2018 6 commits
-
-
Gennadiy Civil authored
formatting
-
Gennadiy Civil authored
And also silence for MSVS14
-
Gennadiy Civil authored
preproc syntax ( I can never remember it)
-
Gennadiy Civil authored
syntax
-
Gennadiy Civil authored
cont.
-
Gennadiy Civil authored
continued
-
- 06 Apr, 2018 1 commit
-
-
Gennadiy Civil authored
more mcvs fixing
-
- 05 Apr, 2018 1 commit
-
-
Gennadiy Civil authored
-
- 03 Jan, 2018 1 commit
-
-
David Benjamin authored
This makes it easier to use GTest in projects that build with the -Wmissing-declarations warning. This fixes the warning in headers and source files, though not GTest's own tests as it is rather noisy there.
-
- 27 Sep, 2017 1 commit
-
-
Jonathan Wakely authored
-
- 16 Aug, 2017 2 commits
-
-
Alyssa Wilk authored
-
Maurice Gilden authored
-
- 10 Aug, 2017 1 commit
-
-
Alyssa Wilk authored
-
- 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.
-
- 17 Feb, 2016 1 commit
-
-
Jacob Meacham authored
-
- 25 Aug, 2015 1 commit
-
-
Billy Donahue authored
-
- 14 Feb, 2015 1 commit
-
-
kosak authored
Suppresses the stack trace in a warning for uninteresting call by default; the stack trace will still be printed when --gmock_verbose=info is printed.
-
- 29 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.
-