Roll libc++ from 7a36df3acb83 to f0f0465d77a2 (37 revisions) https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/7a36df3acb83..f0f0465d77a2 2025-07-08 i.trofimow@yandex.ru [libc++] Fix std::make_exception_ptr interaction with ObjC (#135386) 2025-07-08 164661612+egorshamshura@users.noreply.github.com [libc++][Clang] Added explanation why is_constructible evaluated to false. Updated the diagnostics checks in libc++ tests. (#144220) 2025-07-06 hui.xie1990@gmail.com [libc++] P2655R3 common_reference_t of reference_wrapper Should Be a Reference Type (#141408) 2025-07-06 hui.xie1990@gmail.com [libc++] LWG 3987 provide iterator.range access from flat_{map,set} (#137524) 2025-07-06 hui.xie1990@gmail.com [libc++][doc][NFC] update release notes on P3372R3 (#147161) 2025-07-06 hui.xie1990@gmail.com [libc++] fix atomic::wait memory order (#146267) 2025-07-05 hui.xie1990@gmail.com [libc++] constexpr `flat_set` (#140360) 2025-07-05 nikolasklauser@berlin.de [libc++] Granularize <locale> (#146650) 2025-07-05 nikolasklauser@berlin.de [libc++][NFC] Merge add_{r,l}value_reference.h (#147022) 2025-07-05 nikolasklauser@berlin.de [libc++] default some special members in map and set (#147081) 2025-07-05 nikolasklauser@berlin.de [libc++] Add the thread safety annotations unconditionally (#117497) 2025-07-04 david.spickett@linaro.org [libcxx][test] Correct syntax of lit directives in some tests (#146886) 2025-07-04 nikolasklauser@berlin.de [libc++][NFC] Remove __remove_uncvref (#140531) 2025-07-04 ldionne.2@gmail.com [libc++] Fix tests broken on the Buildkite CI (#146733) 2025-07-04 hghristov.rmm@gmail.com [libc++][NFC] Fixed some wrongly spelled `_LIBCPP_STD_VER` in comments (#147008) 2025-07-03 raul@tambre.ee [libcxxabi][cmake] Account for LIBCXXABI_TARGET_SUBDIR in test config (#138527) 2025-07-03 30337500+xbcnn@users.noreply.github.com [libcxx] Avoid hash key in __hash_table::find() if it is empty. (#126837) 2025-07-02 nikolasklauser@berlin.de [libc++] Remove dead code from <type_traits> (#143854) 2025-07-02 nikolasklauser@berlin.de [libc++] Avoid including vector in <functional> (#144310) 2025-07-02 nikolasklauser@berlin.de [libc++] Make libcxx/selftest a top-level test directory (#144852) 2025-07-02 ldionne.2@gmail.com [libc++] Re-add a script to trigger the libc++ Buildkite pipeline (#146730) 2025-07-02 ashwinkbanwari@gmail.com [clang] [modules] Implement P3618R0: Allow attaching main to the global module (#146461) 2025-06-30 eric@efcs.ca Address formatting mistake in libc++ test 2025-06-30 eric@efcs.ca [libc++] Fix wait_on_destruct.pass.cpp hanging sometimes (#146240) 2025-06-30 nikolasklauser@berlin.de [libc++] Add missing _LIBCPP_NODEBUG in <__type_traits/invoke.h> 2025-06-30 nikolasklauser@berlin.de [libc++] Fix <charconv> not exporting std::errc (#146268) 2025-06-29 nikolasklauser@berlin.de [Clang] Add __builtin_invoke and use it in libc++ (#116709) 2025-06-29 hghristov.rmm@gmail.com [libc++][NFC] Refactored equality comparisons tests for `pair` and `expected` (#145668) 2025-06-28 hui.xie1990@gmail.com [libc++] Introduce `__product_iterator_traits` and optimise `flat_map::insert` (#139454) 2025-06-27 hghristov.rmm@gmail.com [libc++] P2944R3: Constrained comparisions - `tuple` (#145677) 2025-06-27 nikolasklauser@berlin.de [libc++] Move libcxx/test/libcxx/extensions to libcxx/test/extensions and update the tests (#145476) 2025-06-27 nikolasklauser@berlin.de [libc++] Remove a bunch of unnecessary type indirections from __tree (#145295) 2025-06-26 nikolasklauser@berlin.de [libc++] Avoid type-punning between __hash_value_type and pair (#143501) 2025-06-26 qinkun@google.com Disable HWSan for thread_creae_failure.pass. 2025-06-26 qinkun@google.com Disable HWSan for thread_creae_failure.pass. 2025-06-26 nikolasklauser@berlin.de [libc++] Address remaining comments from #130145 2025-06-26 nikolasklauser@berlin.de [libc++] Don't try to wait on a thread that hasn't started in std::async, take 2 (#130145) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/libcxx-chromium Please CC hans@chromium.org,thakis@chromium.org on the revert to ensure that a human is aware of the problem. To file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md Bug: 428050052 Change-Id: I959aea6c3ded6fa2db2c876bd4b6815cbf74e6fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6715982 Reviewed-by: Nico Weber <thakis@chromium.org> Commit-Queue: Devon Loehr <dloehr@google.com> Cr-Commit-Position: refs/heads/main@{#1487875} NOKEYCHECK=True GitOrigin-RevId: b6afa00c8aecdb5fe427b02bec5ed5d543498661
The repository contains the Abseil C++ library code. Abseil is an open-source collection of C++ code (compliant to C++17) designed to augment the C++ standard library.
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.
If you want to just get started, make sure you at least run through the Abseil Quickstart. The Quickstart contains information about setting up your development environment, downloading the Abseil code, running tests, and getting a simple binary working.
Bazel and CMake are the official build systems for Abseil. See the quickstart for more information on building Abseil using the Bazel build system. If you require CMake support, please check the CMake build instructions and CMake Quickstart.
Abseil follows Google's Foundational C++ Support Policy. See this table for a list of currently supported versions compilers, platforms, and build tools.
Abseil contains the following C++ library components:
base base library contains initialization code and other code which all other Abseil code depends on. Code within base may not depend on any other code (other than the C++ standard library).algorithm algorithm library contains additions to the C++ <algorithm> library and container-based versions of such algorithms.cleanup cleanup library contains the control-flow-construct-like type absl::Cleanup which is used for executing a callback on scope exit.container container library contains additional STL-style containers, including Abseil's unordered “Swiss table” containers.crc The crc library contains code for computing error-detecting cyclic redundancy checks on data.debugging debugging library contains code useful for enabling leak checks, and stacktrace and symbolization utilities.flags flags library contains code for handling command line flags for libraries and binaries built with Abseil.hash hash library contains the hashing framework and default hash functor implementations for hashable types in Abseil.log log library contains LOG and CHECK macros and facilities for writing logged messages out to disk, stderr, or user-extensible destinations.memory memory library contains memory management facilities that augment C++'s <memory> library.meta meta library contains type checks similar to those available in the C++ <type_traits> library.numeric numeric library contains 128-bit integer types as well as implementations of C++20's bitwise math functions.profiling profiling library contains utility code for profiling C++ entities. It is currently a private dependency of other Abseil libraries.random random library contains functions for generating pseudorandom values.status status library contains abstractions for error handling, specifically absl::Status and absl::StatusOr<T>.strings strings library contains a variety of strings routines and utilities.synchronization synchronization library contains concurrency primitives (Abseil's absl::Mutex class, an alternative to std::mutex) and a variety of synchronization abstractions.time time library contains abstractions for computing with absolute points in time, durations of time, and formatting and parsing time within time zones.types types library contains non-container utility types.utility utility library contains utility and helper code.Abseil recommends users “live-at-head” (update to the latest commit from the master branch as often as possible). However, we realize this philosophy doesn't work for every project, so we also provide Long Term Support Releases to which we backport fixes for severe bugs. See our release management document for more details.
The Abseil C++ library is licensed under the terms of the Apache license. See LICENSE for more information.
For more information about Abseil: