public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] libstdc++: Provide conversion between atomic_ref of similar types
 2025-12-08 12:23 UTC  (3+ messages)
` [PATCH v2] "
` [committed v2] libstdc++: Refactor _Variadic_union so _Unitialized<T, false> is not needed [PR112591]

[PATCH] libstdc++: Extend __is_standard_integer to cover extended integer types
 2025-12-08 11:52 UTC  (2+ messages)

[PATCH] libstdc++: Do not optimize std::copy to memcpy for bool output [PR122907]
 2025-12-08 11:07 UTC 

[PATCH] libstdc++: constexpr flat_set and flat_multiset
 2025-12-08 10:51 UTC  (11+ messages)

[PATCH] contrib: Skip libstdc++ files in check_GNU_style.py
 2025-12-08 10:44 UTC  (3+ messages)

[committed] libstdc++: Remove redundant diagnostic pragmas from <bits/iterator_concepts.h>
 2025-12-08  9:22 UTC 

[PATCH] libstdc++: std::atomic should use std::addressof
 2025-12-08  9:15 UTC  (4+ messages)

[PATCH] libstdc++: Move std::cmp_equal, std::cmp_less etc. to new file
 2025-12-08  8:07 UTC  (4+ messages)

[RFC] libstdc++: Refactor _Variadic_union so _Unitialized<T, false> is not needed
 2025-12-08  7:43 UTC  (4+ messages)

[PATCH v3 1/5] libstdc++: Future-proof C++20 atomic wait/notify
 2025-12-06 11:08 UTC  (14+ messages)
` [PATCH v2 2/5] libstdc++: Add platform wait functions for FreeBSD [PR120527]
` [PATCH 3/5] libstdc++: Add platform wait functions for darwin [PR120527]
` [PATCH 4/5] libstdc++: Add platform wait functions for DragonFly [PR120527]
` [PATCH 5/5] libstdc++: Add platform wait functions for OpenBSD [PR120527]

[PATCH RFA] libstdc++: add more #if to std.cc (was Re: [Linaro-TCWG-CI] gcc-16-5581-g3ad2e2d707c3: 1 regression on arm)
 2025-12-06 10:20 UTC  (2+ messages)

[PATCH] libstdc++, v2: Implement C++26 P3378R2 - constexpr exception types [PR121114]
 2025-12-06  9:47 UTC  (5+ messages)
` [PATCH] libstdc++, v3: "
    ` [PATCH] libstdc++, v4: "
      ` [PATCH] libstdc++, v5: "

[PATCH] libstdc++: Use deducing this in std::bind when available [PR80564]
 2025-12-05 23:44 UTC  (7+ messages)

[committed] libstdc++/testsuite: Fix malformed dg-error directive
 2025-12-05 17:49 UTC 

[PATCH] libstdc++: Implement P2404R3 relaxations to comparable_with concepts [PR122946]
 2025-12-05 15:59 UTC  (2+ messages)

[PATCH v4 0/5] libstdc++: submdspan (part 2)
 2025-12-05 15:33 UTC  (16+ messages)
` [PATCH v4 1/5] libstdc++: Implement submdspan and submdspan_mapping for layout_left. [PR110352]
` [PATCH v4 2/5] libstdc++: Implement submdspan_mapping for layout_right. [PR110352]
` [PATCH v4 3/5] libstdc++: Implement submdspan_mapping for layout_stride. [PR110352]
` [PATCH v4 4/5] libstdc++: Implement submdspan_mapping for layout_left_padded. [PR110352]
` [PATCH v4 5/5] libstdc++: Implement submdspan_mapping for layout_right_padded. [PR110352]

[PATCH 0/8] Implement integer atomic fetch min/max in GCC
 2025-12-05  9:17 UTC  (12+ messages)
` [PATCH 1/8] builtin: Add builtin types and function declarations for integer atomic fetch min/max
                    ` [PING][PATCH "

[PATCH] libstdc++: Fix std::erase_if behavior for std::__debug::deque
 2025-12-04 21:13 UTC  (3+ messages)

[PATCH] libstdc++: Fix debug mode for unordered cotnainers
 2025-12-04 20:19 UTC  (3+ messages)

[PATCH] libstdc++: Bump libtool_VERSION for GCC 16
 2025-12-04 15:52 UTC  (2+ messages)

[PATCH v2] libstdc++: Convertibility of rank == 0 layouts, LWG4272
 2025-12-04 12:29 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] libstdc++: Fix node-base containers copy and move constructor in debug mode
 2025-12-04 11:39 UTC  (2+ messages)

[committed] contrib: Fix typo in function name in check_GNU_style_lib.py
 2025-12-04  9:52 UTC 

[PATCH v2] libstdc++: On Windows, retrieve thread-local variables via functions
 2025-12-04  9:30 UTC 

[PATCH] libstdc++: On Windows, retrieve thread-local variables via functions
 2025-12-04  3:09 UTC 

[committed] libstdc++: Fix pretty printer lookup for class templates [PR122812]
 2025-12-03 18:06 UTC 

[PATCH] libstdc++: implement P3044R2 - sub-string_view from string
 2025-12-03 16:09 UTC  (19+ messages)
          ` [Ping][PATCH] "

[PATCH v3 0/2] libstdc++: submdspan (part 1)
 2025-12-02 15:36 UTC  (12+ messages)
` [PATCH v3 1/2] libstdc++: Implement submdspan_canonicalize_slices. [PR110352]
    ` [PATCH v4 "
      ` [committed v4] "
` [PATCH v3 2/2] libstdc++: Implement submdspan_extents. [PR110352]

[PATCH] Implement std::__debug::inplace_vector
 2025-12-02 14:35 UTC  (9+ messages)

[PATCH] libstdc++: Hide TLS variables in `std::call_once`
 2025-12-02 14:17 UTC  (7+ messages)

[PATCH v2 00/10] libstdc++: submdspan
 2025-12-02  8:46 UTC  (6+ messages)
` [PATCH v2 04/10] libstdc++: Implement submdspan and submdspan_mapping for layout_left. [PR110352]

[PATCH] libstdc++: Inconsistent const in flat_map's value_type [PR122921]
 2025-12-01 21:35 UTC  (2+ messages)

[PATCH 6/9] libstdc++, contracts: Add base P2900R14 contracts support
 2025-12-01 14:17 UTC  (2+ messages)
` [PATCH] "

[committed] libstdc++: Use chrono::nanoseconds for __wait_until_impl parameter
 2025-12-01 13:03 UTC 

[PATCH] libstdc++: Fix spinloop in atomic timed waiting function [PR122878]
 2025-11-28 12:38 UTC  (8+ messages)

[committed] analyzer: Add missing 'const' to equiv_class::operator==
 2025-11-27 16:53 UTC  (2+ messages)

[committed] libstdc++: Fix nodiscard warnings in performance tests
 2025-11-27 15:56 UTC 

[committed] libstdc++: Fix comment typo in testsuite/Makefile
 2025-11-27 15:56 UTC 

[PATCH] libstdc++: Refactor futex usage in src/c++20/atomic.cc
 2025-11-27 15:46 UTC  (2+ messages)

[PATCH] libstdc++: Fix exposure of TU-local lambda in __detail::__func_handle_t
 2025-11-27 14:02 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH] libstdc++: Correctly implement LWG 3946 changes to const_iterator_t [PR122842]
 2025-11-27  9:49 UTC  (3+ messages)

[PATCH] libstdc++: Fix std::counting_semaphore<> default max value
 2025-11-27  8:15 UTC  (2+ messages)

[PATCH v3] libstdc++: Hashing support for chrono value classes [PR110357]
 2025-11-26 19:53 UTC  (5+ messages)
` [PATCH v5] "

[PATCH 1/5] libstdc++: Future-proof C++20 atomic wait/notify
 2025-11-26 17:23 UTC  (9+ messages)
` [PATCH v3 2/5] libstdc++: Add platform wait functions for FreeBSD [PR120527]
` [PATCH v2 3/5] libstdc++: Add platform wait functions for Darwin [PR120527]
` [PATCH v2 4/5] libstdc++: Add platform wait functions for DragonFly [PR120527]
` [PATCH v2 5/5] libstdc++: Add platform wait functions for OpenBSD [PR120527]

[committed] libstdc++: Fix typo in operator used in __pack_ints [PR122864]
 2025-11-26 13:34 UTC 

[committed] libstdc++: Remove use of __packed name conflicting with newlib
 2025-11-26  9:29 UTC 

[PATCH v2 1/2] libstdc++: Future-proof C++20 atomic wait/notify
 2025-11-25 19:05 UTC  (4+ messages)
` [PATCH 2/2] libstdc++: Add platform wait functions for FreeBSD [PR120527]

[PATCH] libstdc++: Implement P2408R5 Ranges iterators as inputs to non-Ranges algorithms
 2025-11-25 15:58 UTC  (18+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
                      ` [PATCH v7] "

[PATCH v2 1/2] libstdc++: Optimize functor storage for transform views iterators
 2025-11-25 15:21 UTC  (5+ messages)
` [PATCH v3 1/2] libstdc++: Make C++20s operator wrappers operator() static
  ` [PATCH v3 2/2] libstdc++: Optimize functor storage for transform views iterators

Implement P2530R3, Hazard Pointers
 2025-11-24 21:58 UTC  (2+ messages)

[PATCH v2] libstdc++: shared_mutex: Respond consistently to errors and deadlock
 2025-11-24 17:30 UTC  (5+ messages)

[PATCH][_GLIBCXX_DEBUG] Fix std::erase_if implementation for std::vector
 2025-11-24 17:11 UTC  (7+ messages)

[PATCH 1/4] libstdc++: Implement LWG 4406 for std::optional and std::expected
 2025-11-24 14:59 UTC  (4+ messages)
` [PATCH 2/4] libstdc++: Implement LWG 4366 for std::expected comparisons

[committed] libstdc++: Mark new istream::ignore overload always_inline
 2025-11-24 14:44 UTC  (3+ messages)

[committed] libstdc++: Fix pretty printers for std::list
 2025-11-24 12:53 UTC 

[committed] libstdc++: Fix XMethods for debug mode [PR122821]
 2025-11-24 12:52 UTC 

[PATCH] libstdc++: Implement P3223R2 Making std::istream::ignore less surprising
 2025-11-24 10:14 UTC  (10+ messages)

page: 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).