
74dd760826..2e25154d49
2025-01-11 ldionne.2@gmail.com [libc++] Improve diagnostic when failing to parse the tzdb (#122125)
2025-01-10 dalg24@gmail.com [libc++] Fix bug in tests for std::atomic_ref<T*> increment and decrement operators (#122271)
2025-01-10 ldionne.2@gmail.com [libc++] Add missing iswctype_l in posix_l_fallbacks (#122484)
2025-01-10 ldionne.2@gmail.com [libc++] Implement a libc++ private version of isascii (#122361)
2025-01-10 mazkuba3@gmail.com [libc++] Implement std::not_fn<NTTP> (#86133)
2025-01-10 kaffedesk@gmail.com [libc++] Remove duplicated _LIBCPP_HIDE_FROM_ABI from a few declarations (#122323)
2025-01-10 ldionne.2@gmail.com [libc++] Remove obsolete bsd_locale_defaults.h (#122276)
2025-01-10 de34@live.cn [libc++][chrono] Entirely remove relational operators for `std::chrono::weekday` (#122428)
2025-01-10 nikolasklauser@berlin.de [libc++] Disable _LIBCPP_NODEBUG temporarily (#122393)
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 (#104683)
2025-01-09 AngryLoki@users.noreply.github.com [libc++] Fix mi-mode in GDB pretty printers (#120951)
2025-01-09 kaffedesk@gmail.com [libc++] Fix test for vector data_const.pass.cpp (#122085)
2025-01-09 ldionne.2@gmail.com [libc++] Add __iswctype to the locale base API since it's required by <locale> (#122168)
2025-01-09 winner245@hotmail.com [libc++] Fix erroneous internal capacity evaluation in vector<bool> (#120577)
2025-01-09 winner245@hotmail.com [libc++] Uglify non-standard member typedef const_reference in bitset (#121620)
2025-01-08 jyknight@google.com [libcxx] Handle windows system error code mapping in std::error_code. (#93101)
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 (#107983)"" (#122022)
2025-01-08 nikolasklauser@berlin.de [libc++] Put _LIBCPP_NODEBUG on all internal aliases (#118710)
2025-01-08 winner245@hotmail.com [libc++] Add missing hardening checks and tests for vector<bool> (#121366)
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 (#121946)
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 (#120805)
2025-01-07 winner245@hotmail.com [libc++] Mark vector<bool>::at() as constexpr to conform to C++20 standard (#121848)
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}
Chromium
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead,
follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.