- 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
-
- 23 Oct, 2018 1 commit
-
-
Sergio Valverde authored
-
- 18 Oct, 2018 1 commit
-
-
Abseil Team authored
C++11 code cleanup. PiperOrigin-RevId: 217364243
-
- 16 Oct, 2018 4 commits
-
-
Jonathan Wendeborn authored
-
Jonathan Wendeborn authored
-
Jonathan Wendeborn authored
-
Jonathan Wendeborn authored
-
- 12 Oct, 2018 1 commit
-
-
Robert Woldberg authored
-
- 11 Oct, 2018 3 commits
-
-
Abseil Team authored
PiperOrigin-RevId: 216423319
-
misterg authored
PiperOrigin-RevId: 216417182
-
Filipp Andjelo authored
Using absolute paths in the pkg-config file makes it not relocatable and leads to problems, when trying to use it with precompiled cross toolchains. Setting prefix to relative path based on pcfiledir makes it more reliable for such cases.
-
- 09 Oct, 2018 4 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
-
Gennadiy Civil authored
We are not maintaining change log, it has not been touched for a long time
-
- 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 2 commits
-
-
Matthieu authored
Closes #1836 PiperOrigin-RevId: 215461025
-
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
-
- 18 Sep, 2018 1 commit
-
-
Matthieu Longo authored
-
- 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
-
- 13 Sep, 2018 3 commits
-
-
Gennadiy Civil authored
-
misterg authored
Project import generated by Copybara. PiperOrigin-RevId: 212656749
-
misterg authored
Internal Change PiperOrigin-RevId: 212656679
-
- 11 Sep, 2018 2 commits
- 09 Sep, 2018 1 commit
-
-
Romain Geissler authored
-
- 04 Sep, 2018 1 commit
-
-
Arkady Shapkin authored
-
- 03 Sep, 2018 1 commit
-
-
Arkady Shapkin authored
-
- 02 Sep, 2018 1 commit
-
-
David Seifert authored
* GTest is a required dependency for GMock, hence we always need to pull it in.
-
- 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
-
- 24 Aug, 2018 1 commit
-
-
Dakota Hawkins authored
To make sure packages are relocatable, use `$<INSTALL_PREFIX>` in `$<INSTALL_INTERFACE:...>` `target_include_directories`. `$<INSTALL_PREFIX>` was introduced in CMake 2.8.11, which is already being checked for locally. References: - https://cmake.org/cmake/help/latest/manual/cmake-packages.7.html#id19 - https://github.com/robotology/how-to-export-cpp-library/blob/claudio/headeronly/src/LibTemplateCMake/CMakeLists.txt#L42 Signed-off-by:
Dakota Hawkins <dakotahawkins@gmail.com>
-