- 18 Oct, 2018 1 commit
-
-
Abseil Team authored
C++11 code cleanup. PiperOrigin-RevId: 217364243
-
- 09 Oct, 2018 3 commits
-
-
misterg authored
PiperOrigin-RevId: 216411381
-
Abseil Team authored
Remove all mention of TR1 tuple and our own implementation of tuple. PiperOrigin-RevId: 216395043
-
misterg authored
PiperOrigin-RevId: 216389313
-
- 08 Oct, 2018 1 commit
-
-
misterg authored
PiperOrigin-RevId: 216183352
-
- 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
-
- 25 Sep, 2018 1 commit
-
-
misterg authored
Remove non-variadic pre C++11 ElementsAreMatcher and UnorderedElementsAreMatcher PiperOrigin-RevId: 214266944
-
- 14 Sep, 2018 1 commit
-
-
Abseil Team authored
Treat default-constructed string_view same as constructed from "". In the context of string comparison (e.g. HasSubstr, StartsWith, EndsWith, etc.), a default-constructed string_view (nullptr) should be semantically same as a empty string "". PiperOrigin-RevId: 212816839
-
- 31 Aug, 2018 2 commits
- 30 Aug, 2018 1 commit
-
-
Gennadiy Civil authored
-
- 27 Aug, 2018 1 commit
-
-
Abseil Team authored
This makes ResultOf more convenient to use. In particular, the matcher now accepts lambdas. PiperOrigin-RevId: 210118509
-
- 20 Aug, 2018 1 commit
-
-
misterg authored
- 209457654 Import of OSS PR, https://github.com/google/googletest/pu... by misterg <misterg@google.com> PiperOrigin-RevId: 209457654
-
- 14 Aug, 2018 2 commits
-
-
Gennadiy Civil authored
Comments changes, no functionality changes.
-
Gennadiy Civil authored
Comments changes, no functionality changes
-
- 27 Jul, 2018 1 commit
-
-
Gennadiy Civil authored
Formatting changes for automatic code management
-
- 20 Jul, 2018 1 commit
-
-
Gennadiy Civil authored
code merge
-
- 19 Jul, 2018 1 commit
-
-
Gennadiy Civil authored
code sync
-
- 02 May, 2018 1 commit
-
-
Scott Graham authored
Fixes issue #1554. This is internal cl/195020996.
-
- 25 Apr, 2018 1 commit
-
-
Gennadiy Civil authored
merging,
-
- 18 Apr, 2018 1 commit
-
-
Gennadiy Civil authored
-
- 17 Apr, 2018 1 commit
-
-
Gennadiy Civil authored
http://cl/193060888
-
- 16 Apr, 2018 1 commit
-
-
Gennadiy Civil authored
test-meerging
-
- 11 Apr, 2018 1 commit
-
-
Gennadiy Civil authored
Upstream cl/192179348
-
- 04 Apr, 2018 1 commit
-
-
Gennadiy Civil authored
merging gmock matchers 1
-
- 26 Mar, 2018 3 commits
-
-
Gennadiy Civil authored
-
Gennadiy Civil authored
-
Gennadiy Civil authored
-
- 23 Mar, 2018 2 commits
-
-
Gennadiy Civil authored
-
Gennadiy Civil authored
gmock-matchers merging -2
-
- 22 Mar, 2018 1 commit
-
-
Gennadiy Civil authored
-
- 27 Feb, 2018 2 commits
-
-
Gennadiy Civil authored
-
Xiaoyi Zhang authored
-
- 12 Feb, 2018 1 commit
-
-
Gennadiy Civil authored
-
- 08 Feb, 2018 1 commit
-
-
Troy Holsapple authored
-
- 26 Jan, 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.
-
- 22 Aug, 2017 1 commit
-
-
Roman Perepelitsa authored
-
- 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.
-