Lines Matching +full:adopt +full:- +full:info
1 # Abseil - C++ Common Libraries
3 The repository contains the Abseil C++ library code. Abseil is an open-source
9 - [About Abseil](#about)
10 - [Quickstart](#quickstart)
11 - [Building Abseil](#build)
12 - [Support](#support)
13 - [Codemap](#codemap)
14 - [Releases](#releases)
15 - [License](#license)
16 - [Links](#links)
21 Abseil is an open-source collection of C++ library code designed to augment
53 Quickstart](https://abseil.io/docs/cpp/quickstart-cmake).
59 Policy](https://opensource.google/documentation/policies/cplusplus-support). See
61 table](https://github.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.md)
76 library and container-based versions of such algorithms.
78 <br /> The `cleanup` library contains the control-flow-construct-like type
81 <br /> The `container` library contains additional STL-style containers,
84 computing error-detecting cyclic redundancy checks on data.
96 for writing logged messages out to disk, `stderr`, or user-extensible
105 <br /> The `numeric` library contains 128-bit integer types as well as
118 utilities, including a C++14-compatible version of the C++17
129 <br /> The `types` library contains non-container utility types, like a
130 C++14-compatible version of the C++17 `std::optional` type.
137 Abseil recommends users "live-at-head" (update to the latest commit from the
140 Releases](https://github.com/abseil/abseil-cpp/releases) to which we backport
156 * Read [Why Adopt Abseil](https://abseil.io/about/philosophy) to understand our