- 20 Nov, 2018 2 commits
-
-
Abseil Team authored
Validate spec modifiers. PiperOrigin-RevId: 221810235
-
Abseil Team authored
Upgrade WithArgs family of actions to C++11. PiperOrigin-RevId: 221671690
-
- 15 Nov, 2018 1 commit
-
-
Abseil Team authored
One macro to rule them all. PiperOrigin-RevId: 221462515
-
- 10 Nov, 2018 1 commit
-
-
Robin Lindén authored
-
- 07 Nov, 2018 1 commit
-
-
krzysio authored
Improve Bazel build files. New target gtest_prod allows access to the FRIEND_TEST macro without depending on the entirety of GTest in production executables. Additionally, duplicate config_setting rules were removed and formatting was adjusted. PiperOrigin-RevId: 220279205
-
- 31 Oct, 2018 1 commit
-
-
misterg authored
Remove scoped_ptr replace with std::unique_ptr PiperOrigin-RevId: 219291284
-
- 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
-
- 11 Oct, 2018 2 commits
-
-
Abseil Team authored
PiperOrigin-RevId: 216423319
-
misterg authored
PiperOrigin-RevId: 216417182
-
- 09 Oct, 2018 2 commits
-
-
misterg authored
PiperOrigin-RevId: 216411381
-
Abseil Team authored
Remove all mention of TR1 tuple and our own implementation of tuple. PiperOrigin-RevId: 216395043
-
- 08 Oct, 2018 2 commits
- 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 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
-
- 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
-
- 14 Aug, 2018 2 commits
-
-
Gennadiy Civil authored
Comments changes, no functionality changes.
-
Gennadiy Civil authored
Comments changes, no functionality changes
-
- 09 Aug, 2018 2 commits
-
-
Gennadiy Civil authored
-
Gennadiy Civil authored
Merge branch 'master' of https://github.com/google/googletest
-
- 07 Aug, 2018 1 commit
-
-
Gennadiy Civil authored
-
- 06 Aug, 2018 1 commit
-
-
Gennadiy Civil authored
-
- 01 Aug, 2018 1 commit
-
-
Gennadiy Civil authored
-
- 25 Jul, 2018 1 commit
-
-
Gennadiy Civil authored
Formatting changes, code sync
-
- 20 Jul, 2018 1 commit
-
-
Gennadiy Civil authored
code merge
-
- 19 Jul, 2018 1 commit
-
-
Gennadiy Civil authored
code sync
-
- 18 Jul, 2018 2 commits
-
-
Gennadiy Civil authored
Code sync
-
Gennadiy Civil authored
Code sync, mostly formatting and removing outdates
-
- 13 Jul, 2018 1 commit
-
-
Adrian Moran authored
Signed-off-by:Adrian Moran <amoran@ikerlan.es>
-
- 12 Jul, 2018 1 commit
-
-
Adrian Moran authored
Signed-off-by:Adrian Moran <amoran@ikerlan.es>
-
- 11 Jul, 2018 1 commit
-
-
Adrian Moran authored
Signed-off-by:Adrian Moran <amoran@ikerlan.es>
-
- 23 May, 2018 2 commits
-
-
Gennadiy Civil authored
formatting changes
-
Gennadiy Civil authored
-