[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 "
[PATCH] libstdc++: Fix build for AVR [PR115481, PR111639]
2024-06-14 19:11 UTC (4+ messages)
[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++: Do not use memset _Hashtable buckets allocation
2024-06-13 18:58 UTC (3+ 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] libstdc++: Fix std::ranges::iota is not included in numeric [PR108760]
2024-06-08 19:23 UTC (11+ messages)
` [PATCH v2] libstdc++: Fix std::ranges::iota "
` [PATCH v3] libstdc++: Fix std::ranges::iota not "
` [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__)
[PATCH][_Hashtable] Fix some implementation inconsistencies
2024-06-06 17:02 UTC (3+ messages)
[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 1/2] libstdc++: Handle extended alignment in std::get_temporary_buffer [PR105258]
2024-06-03 20:22 UTC (5+ 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]
[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 (10+ 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
[PATCH] [libstdc++-v3] [rtems] enable filesystem support
2024-05-30 9:47 UTC (4+ messages)
[PATCH] Avoid vector -Wfree-nonheap-object warnings
2024-05-29 9:35 UTC (9+ messages)
[PATCH] libstdc++: Build libbacktrace and 19_diagnostics/stacktrace with -funwind-tables [PR111641]
2024-05-28 14:34 UTC (2+ messages)
[PATCH] libstdc++: Avoid MMX return types from __builtin_shufflevector
2024-05-28 13:56 UTC (3+ messages)
[PATCH] libstdc++: Fix up 19_diagnostics/stacktrace/hash.cc on 13 branch
2024-05-28 8:50 UTC (2+ messages)
[PATCH] libstdc++: Implement ranges::concat_view from P2542R7
2024-05-23 22:05 UTC (3+ messages)
libstdc++: the specialization atomic_ref<bool> should use the primary template
2024-05-22 23:05 UTC
[committed] libstdc++: Add [[nodiscard]] to some std::locale functions
2024-05-22 22:34 UTC
[committed] libstdc++: Fix effects of combining locales [PR108323]
2024-05-22 22:33 UTC
[committed] libstdc++: Guard use of sized deallocation [PR114940]
2024-05-22 22:30 UTC
[PATCH] libstdc++: Implement std::formatter<std::thread::id> without <sstream> [PR115099]
2024-05-22 9:15 UTC (2+ messages)
[committed] libstdc++: Ensure std::variant relops convert to bool [PR115145]
2024-05-22 9:02 UTC
[PATCH] libstdc++: increment *this instead of this
2024-05-18 7:42 UTC (3+ messages)
[PATCH v1] libstdc++: Optimize removal from unique assoc containers [PR112934]
2024-05-18 1:01 UTC (3+ messages)
[PATCH] Fix overwriting files with fs::copy_file on windows
2024-05-17 14:34 UTC (4+ messages)
[committed] libstdc++: Fix typo in _Grapheme_cluster_view::_Iterator [PR115119]
2024-05-17 12:47 UTC
[PATCH] libstdc++: detect DLLs on windows with <stacktrace>
2024-05-17 10:43 UTC (2+ messages)
Fix gnu versioned namespace mode 00/03
2024-05-15 17:37 UTC (6+ messages)
[PATCH 1/2] libstdc++: Fix data race in std::basic_ios::fill() [PR77704]
2024-05-15 11:22 UTC (2+ messages)
[PATCH] libstdc++: Rewrite std::variant comparisons without macros
2024-05-15 9:21 UTC (3+ messages)
[committed] libstdc++: Give std::memory_order a fixed underlying type [PR89624]
2024-05-15 9:19 UTC
[committed] libstdc++: Guard dynamic_cast use in src/c++23/print.cc [PR115015]
2024-05-14 14:05 UTC
[committed] libstdc++: Document when std::string::shrink_to_fit was added
2024-05-14 13:30 UTC
[committed] libstdc++: Fix typo in std::stacktrace::max_size [PR115063]
2024-05-14 9:57 UTC
[PATCH] libstdc++: Use __builtin_shufflevector for simd split and concat
2024-05-13 10:43 UTC (2+ messages)
Initialization order issues related to std::cout and inline variables
2024-05-11 16:38 UTC (4+ messages)
page: next (older) | prev (newer) | 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).