- 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
-
- 02 Oct, 2018 1 commit
-
-
Marco Bubke authored
Closes #1867 PiperOrigin-RevId: 215392714
-
- 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
-
- 11 Sep, 2018 2 commits
- 09 Sep, 2018 1 commit
-
-
Romain Geissler authored
-
- 31 Aug, 2018 2 commits
- 30 Aug, 2018 1 commit
-
-
Gennadiy Civil authored
-
- 28 Aug, 2018 1 commit
-
-
Abseil Team authored
Fix line that was wrapping in the middle of a link This looks uglier, but has the advantage that the link is kept in one piece. PiperOrigin-RevId: 210537337
-
- 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
-
- 15 Aug, 2018 1 commit
-
-
Abseil Team authored
- 208874130 Copybara tweaks, testing various round-trip sutuations(fu... by misterg <misterg@google.com> - 208880646 Fix header guards and remove special case copybara by misterg <misterg@google.com> - 208874252 Copybara tweaks for googletest reversible transform by misterg <misterg@google.com> - 208853103 Adding a flow to export PR from GitHub into Google3 and a... by misterg <misterg@google.com> - 208708150 Removing leakr-sensitive words. by misterg <misterg@google.com> - 208672083 Import of OSS PR 1665 by misterg <misterg@google.com> - 208663904 Remove LEAKR "author" warnings for googletest copybara ex... by misterg <misterg@google.com> - 208646244 Incrementally finalizing OSS<->google3 transforms by misterg <misterg@google.com> - 208548323 Move custom google3 only code to custom/ by misterg <misterg@google.com> - 208234974 Removed scrubs, replaced with reversible transforms by misterg <misterg@google.com> - 208211213 Move custom tests under custom by misterg <m...
-
- 14 Aug, 2018 4 commits
-
-
Gennadiy Civil authored
Comments changes, no functionality changes.
-
Gennadiy Civil authored
Comments changes, no functionality changes
-
Gennadiy Civil authored
-
Gennadiy Civil authored
-
- 13 Aug, 2018 3 commits
-
-
Gennadiy Civil authored
-
Gennadiy Civil authored
-
Gennadiy Civil authored
-
- 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 2 commits
-
-
杜修杏 authored
-
Gennadiy Civil authored
code sync
-
- 18 Jul, 2018 1 commit
-
-
Gennadiy Civil authored
Formatting and a link
-
- 17 Jul, 2018 1 commit
-
-
duxiuxing authored
Fix warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
-
- 30 Jun, 2018 1 commit
-
-
Masaru Tsuchiyama authored
non-ASCII charactors are interpreted as Shift-JIS on the environment. But the charators in the files are non Shift-JIS charactors and the compiler stops compiling with C4819. To fix the errors, remove non-ASCII charactors.
-
- 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,
-
- 19 Apr, 2018 4 commits
-
-
David Sunderland authored
-
David Sunderland authored
-
David Sunderland authored
-
David Sunderland authored
-
- 18 Apr, 2018 2 commits
-
-
David Sunderland authored
-
Gennadiy Civil authored
-