public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH 1/2] libstdc++: Enable more debug assertions during constant evaluation [PR111250]
 2024-06-27  8:45 UTC 

[PATCH] libstdc++: Add script to update docs for a new release branch
 2024-06-27  6:50 UTC  (4+ messages)

[PATCH] [libstdc++] [testsuite] defer to check_vect_support* [PR115454]
 2024-06-27  1:00 UTC  (3+ messages)

[PATCH] _Hashtable fancy pointer support
 2024-06-26 21:41 UTC  (2+ messages)

[committed] libstdc++: Remove duplicate test
 2024-06-26 20:23 UTC 

[PATCH 1/2] libstdc++: Work around some PSTL test failures for debug mode [PR90276]
 2024-06-26 20:13 UTC  (4+ messages)
` [PATCH 2/2] libstdc++: Increase timeouts for PSTL tests in "

[PATCH] libstdc++: Fix std::chrono::tzdb to work with vanguard format
 2024-06-26 20:10 UTC  (2+ messages)
` [committed v2] "

pb_ds gp_hash_table resize strategy
 2024-06-26  8:53 UTC  (2+ messages)

[PATCH] libstdc++: Simplify std::valarray initialization helpers
 2024-06-25 23:26 UTC  (2+ messages)

[committed][gcc-11] libstdc++: Replace reference to mainline in release branch docs
 2024-06-25 22:38 UTC  (4+ messages)
` [committed][gcc-12] libstdc++: Remove confusing text from status tables for release branch
` [committed][gcc-13] "

libstdc++ docs still using viewcvs
 2024-06-25 12:38 UTC  (2+ messages)
` [PATCH] libstdc++: Replace viewcvs links in docs with cgit links

[libstdc++] [testsuite] no libatomic for vxworks
 2024-06-24 21:51 UTC  (2+ messages)

How does codecvt's do_length work?
 2024-06-24 12:39 UTC  (2+ messages)

[PATCH][_Hashtable] Fix some implementation inconsistencies
 2024-06-24  4:53 UTC  (4+ messages)

[pushed] libstdc++: Move gcc.gnu.org and sourceware.org links to https
 2024-06-22 12:45 UTC 

Splitting up 27_io/basic_istream/ignore/wchar_t/94749.cc (takes too long)
 2024-06-22  1:38 UTC  (5+ messages)
  ` [PATCH] (Re: Splitting up 27_io/basic_istream/ignore/wchar_t/94749.cc (takes too long))

[PATCH 1/4] libstdc++: Don't use std::__is_scalar in std::valarray initialization [PR115497]
 2024-06-21 16:08 UTC  (6+ messages)
` [PATCH 2/4] libstdc++: Stop using std::__is_pointer in <deque> and <algorithm> [PR115497]
` [PATCH 3/4] libstdc++: Remove std::__is_void class template [PR115497]
` [PATCH 4/4] libstdc++: Remove std::__is_pointer and std::__is_scalar [PR115497]

[PATCH] libstdc++: Fix std::fill and std::fill_n optimizations [PR109150]
 2024-06-21 16:08 UTC  (2+ messages)

[PATCH] libstdc++: Fix test on x86_64 and non-simd targets
 2024-06-21 15:54 UTC  (2+ messages)

[committed] libstdc++: Qualify calls in <bits/stl_uninitialized.h> to prevent ADL
 2024-06-21  9:23 UTC 

[PATCH] libstdc++: Make std::any_cast<void> ill-formed (LWG 3305)
 2024-06-21  9:22 UTC  (2+ messages)

[PATCH 1/3] libstdc++: Add [[deprecated]] to std::wstring_convert and std::wbuffer_convert
 2024-06-21  9:21 UTC  (6+ messages)
` [PATCH 2/3] libstdc++: Add deprecation warnings to <strstream> types
` [PATCH 3/3] libstdc++: Undeprecate std::pmr::polymorphic_allocator::destroy (P2875R4)

[PATCH] libstdc++: Fix __cpp_lib_chrono for old std::string ABI
 2024-06-21  9:16 UTC  (2+ messages)

[PATCH] libstdc++: Fix std::to_array for trivial-ish types [PR115522]
 2024-06-21  9:15 UTC  (2+ messages)

[committed] libstdc++: Initialize base in test allocator's constructor
 2024-06-21  9:14 UTC 

[PATCH] libstdc++: Fix find_last_set(simd_mask) to ignore padding bits
 2024-06-20 10:27 UTC  (3+ messages)

[committed] libstdc++: Consistently indent <future> with tabs
 2024-06-19 16:36 UTC 

[committed] libstdc++: Add noexcept to some std::promise shared state internals
 2024-06-19 16:35 UTC 

[committed] libstdc++: Add conditional noexcept to std::pair default ctor
 2024-06-19 16:35 UTC 

[PATCH 1/2] libstdc++: Handle extended alignment in std::get_temporary_buffer [PR105258]
 2024-06-19 13:08 UTC  (8+ messages)
` [PATCH 2/2] libstdc++: Reuse temporary buffer utils in <stacktrace>
` [PATCH v2 1/2] libstdc++: Handle extended alignment in std::get_temporary_buffer [PR105258]
        ` [committed] libstdc++: Fix warning regressions in <bits/stl_tempbuf.h>

[PATCH] libstdc++: Do not use memset _Hashtable buckets allocation
 2024-06-18 20:18 UTC  (7+ messages)

[PATCH] libstdc++: testsuite: Skip atomics test if there's no -latomic
 2024-06-18 18:22 UTC 

[PATCH] libstdc++: Fix build for AVR [PR115481, PR111639]
 2024-06-18 12:56 UTC  (7+ messages)
        ` [PATCH v2] "

[committed] libstdc++: Fix outdated comment about standard integer types
 2024-06-18 12:41 UTC 

[PATCH v1] libstdc++: Optimize removal from unique assoc containers [PR112934]
 2024-06-14 22:00 UTC  (4+ messages)

[PATCH v25 20/23] c++: Implement __is_invocable built-in trait
 2024-06-14 20:47 UTC  (40+ messages)
` [PATCH v26 01/13] libstdc++: Optimize std::is_const compilation performance
  ` [PATCH v26 02/13] libstdc++: Optimize std::is_volatile "
  ` [PATCH v26 03/13] libstdc++: Optimize std::is_pointer "
  ` [PATCH v26 04/13] libstdc++: Optimize std::is_unbounded_array "
  ` [PATCH v26 05/13] libstdc++: Optimize std::add_pointer "
  ` [PATCH v26 06/13] libstdc++: Optimize std::remove_extent "
  ` [PATCH v26 07/13] libstdc++: Optimize std::remove_all_extents "
  ` [PATCH v26 08/13] libstdc++: Optimize std::add_lvalue_reference "
  ` [PATCH v26 09/13] libstdc++: Optimize std::add_rvalue_reference "
  ` [PATCH v26 10/13] libstdc++: Optimize std::decay "
  ` [PATCH v26 11/13] libstdc++: Optimize std::rank "
  ` [PATCH v26 12/13] libstdc++: Optimize std::is_invocable "
  ` [PATCH v26 13/13] libstdc++: Optimize std::is_nothrow_invocable "
  ` [PATCH v27 1/3] libstdc++: Optimize std::is_pointer "
    ` [PATCH v27 2/3] libstdc++: Optimize std::add_lvalue_reference "
    ` [PATCH v27 3/3] libstdc++: Optimize std::add_rvalue_reference "

[committed] libstdc++: Make std::type_info::operator== always_inline for C++23 [PR110572]
 2024-06-14 14:54 UTC 

[committed] libstdc++: Fix declaration of posix_memalign for freestanding
 2024-06-14 14:38 UTC 

Stablizing ABIs on Windows
 2024-06-14  0:23 UTC  (2+ messages)

[PATCH] [libstdc++] [testsuite] require cmath for [PR114359]
 2024-06-13 11:01 UTC  (3+ messages)
  ` EXT: "

[PATCH] [libstdc++] [testsuite] require cmath for c++23 cmath tests
 2024-06-13 10:35 UTC  (4+ messages)

[PATCH] libstdc++: Fix unwanted #pragma messages from PSTL headers [PR113376]
 2024-06-12 20:36 UTC 

[PATCH] libstdc++: Fix std::codecvt<wchar_t, char, mbstate_t> for empty dest [PR37475]
 2024-06-12 20:32 UTC 

[PATCH] libstdc++: Add ranges::range_common_reference_t for C++20 (LWG 3860)
 2024-06-12 20:32 UTC 

[PATCH] libstdc++: Use __glibcxx_ranges_as_const to guard P2278R4 changes
 2024-06-12 20:31 UTC 

[PATCH] libstdc++: Improve diagnostics for invalid std::hash specializations [PR115420]
 2024-06-12 20:29 UTC 

[committed] libstdc++: Fix std::tr2::dynamic_bitset shift operations [PR115399]
 2024-06-12 15:03 UTC 

[committed] libstdc++: Do not use memset in _Hashtable::clear()
 2024-06-12 14:07 UTC 

[PATCH] [libstdc++] [testsuite] xfail double-prec from_chars for float128_t
 2024-06-12  7:18 UTC  (2+ messages)

[committed] libstdc++: Add test for chrono::leap_seconds ostream insertion
 2024-06-11 12:07 UTC 

[_Hashtable] Optimize destructor
 2024-06-10 20:21 UTC  (5+ messages)

[PATCH] libstdc++: Introduce scale factor in 30_threads/future/members/poll.cc [PR98678]
 2024-06-10 11:56 UTC  (2+ messages)

[PATCH v3] libstdc++: Fix std::ranges::iota not in numeric [PR108760]
 2024-06-08 19:23 UTC  (6+ messages)
    ` [committed v4] libstdc++: Fix std::ranges::iota is not included "

[Patch][libstdc++] Add constexpr specifier to function
 2024-06-08 15:07 UTC  (4+ messages)
    ` [committed v2][libstdc++] Add constexpr specifier to function __atomic_impl::__clear_padding

[committed] libstdc++: Define __cpp_lib_ranges in <algorithm>
 2024-06-08 14:52 UTC 

[committed] libstdc++: Add missing header to <bits/ranges_algobase.h> for std::__memcmp
 2024-06-07 18:52 UTC 

[PATCH] libstdc++: Optimize std::gcd
 2024-06-07 18:48 UTC  (5+ messages)

[committed] libstdc++: Optimize std::to_address
 2024-06-07  9:26 UTC 

[PATCH] [libstdc++] add _GLIBCXX_CLANG to workaround predefined __clang__
 2024-06-07  8:42 UTC  (15+ messages)
    ` [PATCH v2] "
        ` [FYI] [PATCH v3] "
    ` [PATCH] [libstdc++] drop workaround for clang<=7 (was: [libstdc++] add _GLIBCXX_CLANG to workaround predefined __clang__)

[committed] contrib: Fix spelling and capitalization in header-tools
 2024-06-05 20:18 UTC 

[PATCH] libstdc++: Use memchr to optimize std::find [PR88545]
 2024-06-05 17:47 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] Re-implement predefined operators
 2024-06-05 16:56 UTC 

[pushed] libstdc++: Update gcc.gnu.org links in FAQ to https
 2024-06-05  6:02 UTC 

[committed] libstdc++: Only define std::span::at for C++26 [PR115335]
 2024-06-04 14:28 UTC 

[PATCH] libstdc++: Fix simd<char> conversion for -fno-signed-char for Clang
 2024-06-03 20:04 UTC  (2+ messages)

[PATCH] Fix -Wstringop-overflow warning in 23_containers/vector/types/1.cc
 2024-06-03 19:08 UTC  (8+ messages)
      ` [PATCH] Fix -Wstringop-overflow warning in 23_containers/vector/types/1.cc PR109849

[PATCH] libstdc++: Implement C++26 <debugging> features (P2546R5)
 2024-06-03 16:11 UTC  (8+ messages)

[PATCH] libstdc++: Optimize std::basic_string_view::starts_with
 2024-06-03 15:51 UTC  (2+ messages)

[pushed] libstdc++: Move gcc.gnu.org links to https
 2024-06-02 10:36 UTC 

[committed] libstdc++: Replace link to gcc-4.3.2 docs in manual [PR115269]
 2024-06-01  9:58 UTC 

page:  |  | latest

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).