Skip to Content

abseil v20240722.0

Created
Updated

Abseil is an open-source collection of C++ library code designed to augment the C++ standard library. The Abseil library code is collected from Google's own C++ code base, has been extensively tested and used in production, and is the same code we depend on in our daily coding lives.
In some cases, Abseil provides pieces missing from the C++ standard; in others, Abseil provides alternatives to the standard for special needs we've found through usage in the Google code base. We denote those cases clearly within the library code we provide you.
Abseil is not meant to be a competitor to the standard library; we've just found that many of these utilities serve a purpose within our code base, and we now want to provide those resources to the C++ community as a whole.

# License

# Supported Platforms

All platforms are supported

# Features

No default features set.

# cxx17

Enable compiler C++17.

Dependencies:

No dependencies.

Host Dependencies:

No dependencies.

# Dependencies

No dependencies.

# Host Dependencies

No transitive dependencies.

# Dependents

# Host Dependents

No dependents.

# Contributors

  • Robert Schumacher's avatar Robert Schumacher
  • kjpus's avatar kjpus
  • Phil Christensen's avatar Phil Christensen
  • CJ Johnson's avatar CJ Johnson
  • Jack·Boos·Yu's avatar Jack·Boos·Yu
  • Victor Romero's avatar Victor Romero
  • pravic's avatar pravic
  • Cloud Han's avatar Cloud Han
  • Phoebe's avatar Phoebe
  • NancyLi1013's avatar NancyLi1013
  • nicole mazzuca's avatar nicole mazzuca
  • Lily's avatar Lily
  • Carsten Neumann's avatar Carsten Neumann
  • Dico's avatar Dico
  • xyb's avatar xyb
  • Christian Fersch's avatar Christian Fersch
  • Alexander Neumann's avatar Alexander Neumann
  • Sergii Baitala's avatar Sergii Baitala
  • Jia Yue Hua's avatar Jia Yue Hua
  • Dennis's avatar Dennis
  • Carlos O'Ryan's avatar Carlos O'Ryan
  • pigeon's avatar pigeon
  • Daniel Schürmann's avatar Daniel Schürmann
  • Weihang Ding's avatar Weihang Ding
  • jim wang's avatar jim wang
  • wtz's avatar wtz
  • Lily Wang's avatar Lily Wang
  • therselman's avatar therselman
  • Kai Pastor's avatar Kai Pastor
  • c8ef's avatar c8ef

# Changelog

  • 4327b9c [abseil] update to 20240722.0 (#40297)
  • 47c736a [abseil] Fix port bugs (#39664)
  • 513ccfb [abseil] Fix missing #include <random> for std::uniform_int_distribution (#39522)
  • 561d171 [grpc/protobuf] Update grpc to 1.60.0 and update protobuf to 3.25.1 (#35781)
  • cd57207 [abseil] Update to 20240116.2 (#38379)
  • 50ca160 [multiple ports] Keep description consistent with upstream (#37998)
  • 2639f60 [abseil] Update to 20240116.1 (#37461)
  • be1e1b7 [abseil]: update to 2023.08.02.1 (#33975)
  • d36252e [abseil] Bump to 20230802.0 (#33099)
  • 8184c5e [abseil] Add patch that fixed the CoreFoundation linkage (#32781)
and 80 more commits:

# Source