| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
This test ensures Debian’s Abseil doesn’t fall prey to
https://github.com/abseil/abseil-cpp/issues/1407.
|
|
|
|
|
|
|
| |
Debian 12’s GCC will default to C++17, so start building Abseil in
C++17 mode. To maximize compatibility, continue to treat absl::any,
absl::optional, absl::string_view, and absl::variant as distinct types
rather than aliases for C++17 types in the std namespace.
|
|
|
|
|
| |
Backport a patch from upstream to make CMake generate pkg-config files
correctly. Add an autopkgtest to ensure this doesn’t regress.
|
|
|
|
|
|
|
| |
Install Abseil’s CMake support files. Some of these files are
autogenerated, and the generator produces files with a googletest
dependency if Abseil is built with unit tests enabled; to prevent this,
turn off unit tests.
|
|
Create a basic autopkgtest to ensure that Abseil got installed and
links correctly.
|