July 2025 Archives by thread
Starting: Tue Jul 1 01:11:11 PDT 2025
Ending: Sun Jul 6 02:31:10 PDT 2025
Messages: 380
- [libcxx-commits] [libcxx] [libcxx] Avoid hash key in __hash_table::find() if it is empty. (PR #126837)
via libcxx-commits
- [libcxx-commits] [libcxx] [libc++] P3168R2 Give std::optional Range Support (PR #146491)
via libcxx-commits
- [libcxx-commits] [libcxx] [libc++] Disable isw*_l functions on old MSVCRT (< 0x800) (PR #144273)
Martin Storsjö via libcxx-commits
- [libcxx-commits] [libcxx] [libcxx] [test] Use ASSERT_WITH_LIBRARY_INTERNAL_ALLOCATIONS in more places (PR #144339)
Martin Storsjö via libcxx-commits
- [libcxx-commits] [libcxx] [libc++] fix atomic::wait memory order (PR #146267)
Alastair Harrison via libcxx-commits
- [libcxx-commits] [libcxx] [libcxx][c++26] P3137R3 views::to_input (PR #146396)
via libcxx-commits
- [libcxx-commits] [libcxx] [libc++] fix std::make_exception_ptr interaction with ObjC (PR #135386)
Louis Dionne via libcxx-commits
- [libcxx-commits] [libcxx] 2599a9a - [clang] [modules] Implement P3618R0: Allow attaching main to the global module (#146461)
via libcxx-commits
- [libcxx-commits] [clang] [libcxx] [clang] [modules] Implement P3618R0: Allow attaching main to the global module (PR #146461)
Chuanqi Xu via libcxx-commits
- [libcxx-commits] [libcxx] [llvm] Add C++23 stacktrace (P0881R7) (PR #136528)
Steve O'Brien via libcxx-commits
- [libcxx-commits] [libcxx] Fix wchar.h to work with modules. (PR #146630)
via libcxx-commits
- [libcxx-commits] [libcxx] [libc++][math] Add constexpr for std::abs() (PR #146633)
Arjun Patel via libcxx-commits
- [libcxx-commits] [clang] [libcxx] [clang] [modules] Add err_main_in_named_module (PR #146635)
Ashwin Banwari via libcxx-commits
- [libcxx-commits] [libcxx] [libc++] Fix wchar.h to work with modules (PR #146630)
Nikolas Klauser via libcxx-commits
- [libcxx-commits] [libcxx] [libc++] Granularize <locale> (PR #146650)
Nikolas Klauser via libcxx-commits
- [libcxx-commits] [libcxx] __config: also ignore shift-out-of-bounds error with ubsan checks (PR #146688)
Jean-Michaël Celerier via libcxx-commits
- [libcxx-commits] [clang] [libcxx] [Clang] Diagnose forming references to nullptr (PR #143667)
Corentin Jabot via libcxx-commits
- [libcxx-commits] [libcxx] [libc++] Make libcxx/selftest a top-level test directory (PR #144852)
Louis Dionne via libcxx-commits
- [libcxx-commits] [libcxx] [libc++] Avoid including vector in <functional> (PR #144310)
Louis Dionne via libcxx-commits
- [libcxx-commits] [libcxx] [libc++] Implement the public invoke API in terms of the libc++-internal API (PR #146334)
Nikolas Klauser via libcxx-commits
- [libcxx-commits] [libcxx] [libc++] Remove dead code from <type_traits> (PR #143854)
Louis Dionne via libcxx-commits
- [libcxx-commits] [libcxx] libcxx: fix bogus integer sanitizer warnings in hash helpers (PR #146715)
Jean-Michaël Celerier via libcxx-commits
- [libcxx-commits] [libcxx] [libc++][NFC] Remove __remove_uncvref (PR #140531)
Louis Dionne via libcxx-commits
- [libcxx-commits] [libcxx] [libc++] Stabilize transitive includes for C++23 (PR #134143)
Louis Dionne via libcxx-commits
- [libcxx-commits] [libcxx] [libc++] Re-add a script to trigger the libc++ Buildkite pipeline (PR #146730)
Louis Dionne via libcxx-commits
- [libcxx-commits] [libcxx] 05ebb36 - [libc++] Re-add a script to trigger the libc++ Buildkite pipeline (#146730)
via libcxx-commits
- [libcxx-commits] [libcxx] Test to trigger Buildkite pipeline (PR #146733)
Louis Dionne via libcxx-commits
- [libcxx-commits] [libcxx] b173c12 - [libc++] Make libcxx/selftest a top-level test directory (#144852)
via libcxx-commits
- [libcxx-commits] [libcxx] 3ee0f97 - [libc++] Avoid including vector in <functional> (#144310)
via libcxx-commits
- [libcxx-commits] [libcxx] ae9990e - [libc++] Remove dead code from <type_traits> (#143854)
via libcxx-commits
- [libcxx-commits] [libcxx] [llvm] Try adding Github Problem Matchers to libc++ workflow. (PR #146768)
via libcxx-commits
- [libcxx-commits] [libcxx] Attempt making the libc++ bots less verbose and more understandable (PR #146774)
via libcxx-commits
- [libcxx-commits] [libcxx] [lldb] [libcxx] adds size-based `__split_buffer` representation to unstable ABI (PR #139632)
Christopher Di Bella via libcxx-commits
- [libcxx-commits] [libcxx] [libc++] P2944R3: Constrained comparisions - `optional` (PR #144249)
A. Jiang via libcxx-commits
- [libcxx-commits] [libcxx] [libc++] Implement P2897R7 aligned_accessor: An mdspan accessor expressing pointer over-alignment (PR #122603)
Nikolas Klauser via libcxx-commits
- [libcxx-commits] [libcxx] WIP [libc++][ranges] P3060R3 Add std::views::indices(n) (PR #146823)
Hristo Hristov via libcxx-commits
- [libcxx-commits] [libcxx] 3efa461 - [libcxx] Avoid hash key in __hash_table::find() if it is empty. (#126837)
via libcxx-commits
- [libcxx-commits] [clang] [libcxx] [libc++][Clang] Added explanation why is_constructible evaluated to false. Updated the diagnostics checks in libc++ tests. (PR #144220)
Shamshura Egor via libcxx-commits
- [libcxx-commits] [libcxxabi] 431507d - [libcxxabi][cmake] Account for LIBCXXABI_TARGET_SUBDIR in test config (#138527)
via libcxx-commits
- [libcxx-commits] [libcxx] [libcxxabi] [libcxxabi][cmake] Account for LIBCXXABI_TARGET_SUBDIR in test config (PR #138527)
Raul Tambre via libcxx-commits
- [libcxx-commits] [libcxx] [libc++] constexpr is_sufficiently_aligned (PR #146787)
Damien L-G via libcxx-commits
- [libcxx-commits] [libcxx] [libcxx][test] Correct syntax of lit directives in some tests (PR #146886)
David Spickett via libcxx-commits
- [libcxx-commits] [libcxx] [libc++] Add internal checks for some basic_streambuf invariants (PR #144602)
Louis Dionne via libcxx-commits
- [libcxx-commits] [libcxx] WIP [libc++][istream] P3223R2: Making `std::istream::ignore` less surprising (PR #147007)
Hristo Hristov via libcxx-commits
- [libcxx-commits] [libcxx] [libc++][NFC] Fixed some wrongly spelled `_LIBCPP_STD_VER` in comments (PR #147008)
Hristo Hristov via libcxx-commits
- [libcxx-commits] [libcxx] a774463 - [libc++][NFC] Fixed some wrongly spelled `_LIBCPP_STD_VER` in comments (#147008)
via libcxx-commits
- [libcxx-commits] [libcxx] 8f6a964 - [libc++] Fix tests broken on the Buildkite CI (#146733)
via libcxx-commits
- [libcxx-commits] [libcxx] [libc++][NFC] Merge add_{r, l}value_reference.h (PR #147022)
Nikolas Klauser via libcxx-commits
- [libcxx-commits] [libcxx] [libc++] Optimize ctype::to{lower, upper} (PR #145344)
Nikolas Klauser via libcxx-commits
- [libcxx-commits] [libcxx] 1f8e2a4 - [libc++][NFC] Remove __remove_uncvref (#140531)
via libcxx-commits
- [libcxx-commits] [libcxx] [libc++][NFC] Simplify std::__destroy_at a bit (PR #147025)
Nikolas Klauser via libcxx-commits
- [libcxx-commits] [libcxx] [libc++] Add the thread safety annotations unconditionally (PR #117497)
Nikolas Klauser via libcxx-commits
- [libcxx-commits] [libcxx] [libc++] P2944R3: Constrained comparisions - `tuple` (PR #145677)
Hristo Hristov via libcxx-commits
- [libcxx-commits] [clang] [clang-tools-extra] [libcxx] [Clang] Make the SizeType, SignedSizeType and PtrdiffType be named sugar types instead of built-in types (PR #143653)
via libcxx-commits
- [libcxx-commits] [clang] [clang-tools-extra] [libcxx] [Clang] Make the SizeType, SignedSizeType and PtrdiffType be named sugar types instead of built-in types (PR #143653)
via libcxx-commits
- [libcxx-commits] [clang] [clang-tools-extra] [libcxx] [Clang] Make the SizeType, SignedSizeType and PtrdiffType be named sugar types instead of built-in types (PR #143653)
via libcxx-commits
- [libcxx-commits] [clang] [clang-tools-extra] [libcxx] [Clang] Make the SizeType, SignedSizeType and PtrdiffType be named sugar types instead of built-in types (PR #143653)
Matheus Izvekov via libcxx-commits
- [libcxx-commits] [clang] [clang-tools-extra] [libcxx] [Clang] Make the SizeType, SignedSizeType and PtrdiffType be named sugar types instead of built-in types (PR #143653)
Matheus Izvekov via libcxx-commits
- [libcxx-commits] [clang] [clang-tools-extra] [libcxx] [Clang] Make the SizeType, SignedSizeType and PtrdiffType be named sugar types instead of built-in types (PR #143653)
Matheus Izvekov via libcxx-commits
- [libcxx-commits] [clang] [clang-tools-extra] [libcxx] [Clang] Make the SizeType, SignedSizeType and PtrdiffType be named sugar types instead of built-in types (PR #143653)
Matheus Izvekov via libcxx-commits
- [libcxx-commits] [clang] [clang-tools-extra] [libcxx] [Clang] Make the SizeType, SignedSizeType and PtrdiffType be named sugar types instead of built-in types (PR #143653)
via libcxx-commits
- [libcxx-commits] [clang] [clang-tools-extra] [libcxx] [Clang] Make the SizeType, SignedSizeType and PtrdiffType be named sugar types instead of built-in types (PR #143653)
Matheus Izvekov via libcxx-commits
- [libcxx-commits] [clang] [clang-tools-extra] [libcxx] [Clang] Make the SizeType, SignedSizeType and PtrdiffType be named sugar types instead of built-in types (PR #143653)
Matheus Izvekov via libcxx-commits
- [libcxx-commits] [clang] [clang-tools-extra] [libcxx] [Clang] Make the SizeType, SignedSizeType and PtrdiffType be named sugar types instead of built-in types (PR #143653)
via libcxx-commits
- [libcxx-commits] [clang] [clang-tools-extra] [libcxx] [Clang] Make the SizeType, SignedSizeType and PtrdiffType be named sugar types instead of built-in types (PR #143653)
via libcxx-commits
- [libcxx-commits] [clang] [clang-tools-extra] [libcxx] [Clang] Make the SizeType, SignedSizeType and PtrdiffType be named sugar types instead of built-in types (PR #143653)
via libcxx-commits
- [libcxx-commits] [clang] [clang-tools-extra] [libcxx] [Clang] Make the SizeType, SignedSizeType and PtrdiffType be named sugar types instead of built-in types (PR #143653)
Matheus Izvekov via libcxx-commits
- [libcxx-commits] [clang] [clang-tools-extra] [libcxx] [Clang] Make the SizeType, SignedSizeType and PtrdiffType be named sugar types instead of built-in types (PR #143653)
Matheus Izvekov via libcxx-commits
- [libcxx-commits] [clang] [clang-tools-extra] [libcxx] [Clang] Make the SizeType, SignedSizeType and PtrdiffType be named sugar types instead of built-in types (PR #143653)
via libcxx-commits
- [libcxx-commits] [clang] [clang-tools-extra] [libcxx] [Clang] Make the SizeType, SignedSizeType and PtrdiffType be named sugar types instead of built-in types (PR #143653)
via libcxx-commits
- [libcxx-commits] [clang] [clang-tools-extra] [libcxx] [Clang] Make the SizeType, SignedSizeType and PtrdiffType be named sugar types instead of built-in types (PR #143653)
via libcxx-commits
- [libcxx-commits] [clang] [clang-tools-extra] [libcxx] [Clang] Make the SizeType, SignedSizeType and PtrdiffType be named sugar types instead of built-in types (PR #143653)
via libcxx-commits
- [libcxx-commits] [clang] [clang-tools-extra] [libcxx] [Clang] Make the SizeType, SignedSizeType and PtrdiffType be named sugar types instead of built-in types (PR #143653)
via libcxx-commits
- [libcxx-commits] [clang] [clang-tools-extra] [libcxx] [Clang] Make the SizeType, SignedSizeType and PtrdiffType be named sugar types instead of built-in types (PR #143653)
Matheus Izvekov via libcxx-commits
- [libcxx-commits] [clang] [clang-tools-extra] [libcxx] [Clang] Make the SizeType, SignedSizeType and PtrdiffType be named sugar types instead of built-in types (PR #143653)
Matheus Izvekov via libcxx-commits
- [libcxx-commits] [clang] [clang-tools-extra] [libcxx] [Clang] Make the SizeType, SignedSizeType and PtrdiffType be named sugar types instead of built-in types (PR #143653)
Matheus Izvekov via libcxx-commits
- [libcxx-commits] [libcxx] [libc++] Optimize num_get integral functions (PR #121795)
Nikolas Klauser via libcxx-commits
- [libcxx-commits] [libcxx] d17a248 - [libcxx][test] Correct syntax of lit directives in some tests (#146886)
via libcxx-commits
- [libcxx-commits] [libcxx] [libc++] Fix insert() calling incorrect constructors (PR #146231)
Nikolas Klauser via libcxx-commits
- [libcxx-commits] [libcxx] [libc++] Fix locale-related compilation errors on NetBSD (PR #143055)
Alex Rønne Petersen via libcxx-commits
- [libcxx-commits] [libcxx] [libc++] default some special members in map and set (PR #147081)
Nikolas Klauser via libcxx-commits
- [libcxx-commits] [libcxx] [libc++] Annotate the data member of variant with no_unique_address (PR #137783)
Louis Dionne via libcxx-commits
- [libcxx-commits] [libcxx] [libc++] LWG 3987 provide iterator.range access from flat_{map, set} (PR #137524)
Louis Dionne via libcxx-commits
- [libcxx-commits] [libcxx] [libc++] P2655R3 common_reference_t of reference_wrapper Should Be a Reference Type (PR #141408)
Louis Dionne via libcxx-commits
- [libcxx-commits] [libcxx] [libc++] constexpr `flat_set` (PR #140360)
Louis Dionne via libcxx-commits
- [libcxx-commits] [libcxx] [libc++][ranges] implement `std::ranges::zip_transform_view` (PR #79605)
Louis Dionne via libcxx-commits
- [libcxx-commits] [clang] [libcxx] [clang] [libc++] fix _Atomic c11 compare exchange does not update expected results (PR #78707)
Louis Dionne via libcxx-commits
- [libcxx-commits] [libcxx] WIP [libc++][string] P3044R2: sub-`string_view` from `string` (PR #147095)
Hristo Hristov via libcxx-commits
- [libcxx-commits] [libcxx] [libc++] Introduce a new attribute keyword for Clang improves compatibility with Mingw-GCC (PR #141040)
Tomohiro Kashiwada via libcxx-commits
- [libcxx-commits] [libcxx] [libc++][NFC] atomic::wait use public API on macOS (PR #147146)
via libcxx-commits
- [libcxx-commits] [libcxx] 22f8ced - [libc++] Add the thread safety annotations unconditionally (#117497)
via libcxx-commits
- [libcxx-commits] [libcxx] bdbac2b - [libc++] default some special members in map and set (#147081)
via libcxx-commits
- [libcxx-commits] [libcxx] 1121d64 - [libc++][NFC] Merge add_{r, l}value_reference.h (#147022)
via libcxx-commits
- [libcxx-commits] [libcxx] ca69709 - [libc++] Granularize <locale> (#146650)
via libcxx-commits
- [libcxx-commits] [libcxx] 9eb4fc7 - [libc++] constexpr `flat_set` (#140360)
via libcxx-commits
- [libcxx-commits] [libcxx] [libc++][doc][NFC] update release notes on P3372R3 (PR #147161)
via libcxx-commits
- [libcxx-commits] [libcxx] [libc++] Always initialize __tree::{, const_}iterator (PR #147167)
Nikolas Klauser via libcxx-commits
- [libcxx-commits] [clang] [clang-tools-extra] [libcxx] [lldb] [Clang] Make the SizeType, SignedSizeType and PtrdiffType be named sugar types instead of built-in types (PR #143653)
via libcxx-commits
- [libcxx-commits] [libcxx] c358979 - [libc++] fix atomic::wait memory order (#146267)
via libcxx-commits
- [libcxx-commits] [clang] [libcxx] [Clang] Add __builtin_common_reference (PR #121199)
Nikolas Klauser via libcxx-commits
Last message date:
Sun Jul 6 02:31:10 PDT 2025
Archived on: Sun Jul 6 02:31:13 PDT 2025
This archive was generated by
Pipermail 0.09 (Mailman edition).