0

Roll libc++ from 74dd76082606 to 2e25154d49c2 (27 revisions)

74dd760826..2e25154d49

2025-01-11 ldionne.2@gmail.com [libc++] Improve diagnostic when failing to parse the tzdb ()
2025-01-10 dalg24@gmail.com [libc++] Fix bug in tests for std::atomic_ref<T*> increment and decrement operators ()
2025-01-10 ldionne.2@gmail.com [libc++] Add missing iswctype_l in posix_l_fallbacks ()
2025-01-10 ldionne.2@gmail.com [libc++] Implement a libc++ private version of isascii ()
2025-01-10 mazkuba3@gmail.com [libc++] Implement std::not_fn<NTTP> ()
2025-01-10 kaffedesk@gmail.com [libc++] Remove duplicated _LIBCPP_HIDE_FROM_ABI from a few declarations ()
2025-01-10 ldionne.2@gmail.com [libc++] Remove obsolete bsd_locale_defaults.h ()
2025-01-10 de34@live.cn [libc++][chrono] Entirely remove relational operators for `std::chrono::weekday` ()
2025-01-10 nikolasklauser@berlin.de [libc++] Disable _LIBCPP_NODEBUG temporarily ()
2025-01-09 ldionne.2@gmail.com [libc++] Add missing _LIBCPP_NODEBUG on internal aliases
2025-01-09 ldionne.2@gmail.com [libc++][NFC] Remove trailing whitespace from release notes
2025-01-09 dmitriy@izvolov.ru [libcxx][algorithm] Optimize std::stable_sort via radix sort algorithm ()
2025-01-09 AngryLoki@users.noreply.github.com [libc++] Fix mi-mode in GDB pretty printers ()
2025-01-09 kaffedesk@gmail.com [libc++] Fix test for vector data_const.pass.cpp ()
2025-01-09 ldionne.2@gmail.com [libc++] Add __iswctype to the locale base API since it's required by <locale> ()
2025-01-09 winner245@hotmail.com [libc++] Fix erroneous internal capacity evaluation in vector<bool> ()
2025-01-09 winner245@hotmail.com [libc++] Uglify non-standard member typedef const_reference in bitset ()
2025-01-08 jyknight@google.com [libcxx] Handle windows system error code mapping in std::error_code. ()
2025-01-08 nikolasklauser@berlin.de [libc++] Add _LIBCPP_NODEBUG to __unwrap_ref_decay_t
2025-01-08 vitalybuka@google.com Revert "Reapply "[libc++] Explicitly convert to masks in SIMD code ()"" ()
2025-01-08 nikolasklauser@berlin.de [libc++] Put _LIBCPP_NODEBUG on all internal aliases ()
2025-01-08 winner245@hotmail.com [libc++] Add missing hardening checks and tests for vector<bool> ()
2025-01-08 ldionne.2@gmail.com [libc++][NFC] Add missing includes in tzdb.cpp
2025-01-07 ldionne.2@gmail.com [libc++] Fix documentation for setting hardening ABI macros ()
2025-01-07 ldionne.2@gmail.com [libc++][NFC] Remove stray backtick in documentation
2025-01-07 phosek@google.com [libcxx] Use alias for detecting overriden function ()
2025-01-07 winner245@hotmail.com [libc++] Mark vector<bool>::at() as constexpr to conform to C++20 standard ()

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

Tbr: hans@chromium.org,thakis@chromium.org
Cq-Include-Trybots: luci.chrome.try:win-cft
Change-Id: I7fe470fe283b65ccfe1eee0b4bf24a5ee6ac301c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6171501
Reviewed-by: Hans Wennborg <hans@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1405549}
This commit is contained in:
chromium-autoroll
2025-01-13 08:49:07 -08:00
committed by Chromium LUCI CQ
parent 094f8f5cc5
commit d86f51fd3f
3 changed files with 3 additions and 3 deletions
DEPS
buildtools
third_party/libc++

2
DEPS

@ -500,7 +500,7 @@ vars = {
# If you change this, also update the libc++ revision in
# //buildtools/deps_revisions.gni.
'libcxx_revision': '74dd760826063f15ce4d373b31bc34d1c65e41c2',
'libcxx_revision': '2e25154d49c29fa9aa42c30ad4a027bd30123434',
# GN CIPD package version.
'gn_version': 'git_revision:c97a86a72105f3328a540f5a5ab17d11989ab7dd',

@ -5,5 +5,5 @@
declare_args() {
# Used to cause full rebuilds on libc++ rolls. This should be kept in sync
# with the libcxx_revision var in //DEPS.
libcxx_revision = "74dd760826063f15ce4d373b31bc34d1c65e41c2"
libcxx_revision = "2e25154d49c29fa9aa42c30ad4a027bd30123434"
}