public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
[pushed] libstdc++: Move gcc.gnu.org links to https
 2024-06-02 10:36 UTC 

[PATCH] libstdc++: Implement C++26 <debugging> features (P2546R5)
 2024-06-01 20:51 UTC  (2+ messages)

[PATCH] [libstdc++] add _GLIBCXX_CLANG to workaround predefined __clang__
 2024-06-01 16:07 UTC  (11+ messages)
    ` [PATCH v2] "

[PATCH 1/2] libstdc++: Handle extended alignment in std::get_temporary_buffer [PR105258]
 2024-06-01 11:19 UTC  (3+ 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++: Optimize std::basic_string_view::starts_with
 2024-06-01 10:24 UTC 

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

[PATCH] libstdc++: Fix std::ranges::iota is not included in numeric [PR108760]
 2024-05-30 17:43 UTC  (6+ messages)
` [PATCH v2] libstdc++: Fix std::ranges::iota "
    ` [PATCH v3] libstdc++: Fix std::ranges::iota not "

[PATCH] Fix -Wstringop-overflow warning in 23_containers/vector/types/1.cc
 2024-05-30 11:07 UTC  (6+ messages)

[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 v16 00/26] Optimize more type traits
 2024-05-23 22:15 UTC  (78+ messages)
` [PATCH v17 "
  ` [PATCH v17 01/26] c++: Implement __is_const built-in trait
  ` [PATCH v17 03/26] c++: Implement __is_volatile "
  ` [PATCH v17 05/26] c++: Implement __is_pointer "
  ` [PATCH v18 00/26] Optimize more type traits
    ` [PATCH v18 01/26] c++: Implement __is_const built-in trait
    ` [PATCH v18 02/26] libstdc++: Optimize std::is_const compilation performance
    ` [PATCH v18 03/26] c++: Implement __is_volatile built-in trait
    ` [PATCH v18 04/26] libstdc++: Optimize std::is_volatile compilation performance
    ` [PATCH v18 05/26] c++: Implement __is_pointer built-in trait
    ` [PATCH v18 06/26] libstdc++: Optimize std::is_pointer compilation performance
    ` [PATCH v18 07/26] c++: Implement __is_unbounded_array built-in trait
    ` [PATCH v18 08/26] libstdc++: Optimize std::is_unbounded_array compilation performance
    ` [PATCH v18 09/26] c++: Implement __add_pointer built-in trait
    ` [PATCH v18 10/26] libstdc++: Optimize std::add_pointer compilation performance
    ` [PATCH v18 11/26] c++: Implement __remove_extent built-in trait
    ` [PATCH v18 12/26] libstdc++: Optimize std::remove_extent compilation performance
    ` [PATCH v18 13/26] c++: Implement __remove_all_extents built-in trait
    ` [PATCH v18 14/26] libstdc++: Optimize std::remove_all_extents compilation performance
    ` [PATCH v18 15/26] c++: Implement __add_lvalue_reference built-in trait
    ` [PATCH v18 16/26] libstdc++: Optimize std::add_lvalue_reference compilation performance
    ` [PATCH v18 17/26] c++: Implement __add_rvalue_reference built-in trait
    ` [PATCH v18 18/26] libstdc++: Optimize std::add_rvalue_reference compilation performance
    ` [PATCH v18 19/26] c++: Implement __decay built-in trait
    ` [PATCH v18 20/26] libstdc++: Optimize std::decay compilation performance
    ` [PATCH v18 21/26] c++: Implement __array_rank built-in trait
    ` [PATCH v18 22/26] libstdc++: Optimize std::rank compilation performance
    ` [PATCH v18 23/26] c++: Implement __is_invocable built-in trait
      ` [PATCH v19 "
        ` [PATCH v20 "
          ` [PATCH v21 20/23] "
            ` [PATCH v22 "
              ` [PATCH v23 "
                ` [PATCH v24 "
                  ` [PATCH v25 "
                    ` [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 v18 24/26] libstdc++: Optimize std::is_invocable "
    ` [PATCH v18 25/26] c++: Implement __is_nothrow_invocable built-in trait
    ` [PATCH v18 26/26] libstdc++: Optimize std::is_nothrow_invocable compilation performance

[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][_Hashtable] Fix some implementation inconsistencies
 2024-05-22  4:50 UTC  (2+ messages)

[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  (3+ messages)
` [PATCH 2/2] libstdc++: Fix data races in std::ctype<char> [PR77704]

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

[PATCH][risc-v] libstdc++: Preserve signbit of nan when converting float to double [PR113578]
 2024-05-10 10:58 UTC  (13+ messages)

Fix gnu versioned namespace mode 01/03
 2024-05-07 16:08 UTC  (2+ messages)

[committed] libstdc++: Fix handling of incomplete UTF-8 sequences in _Unicode_view
 2024-05-07 13:49 UTC 

[committed] libstdc++: Fix <memory> for -std=c++23 -ffreestanding [PR114866]
 2024-05-07 13:48 UTC 

[PATCH 1/4] libstdc++: Heterogeneous std::pair comparisons [PR113386]
 2024-05-07 13:45 UTC  (3+ messages)
` [PATCH 4/4] libstdc++: Simplify std::variant comparison operators

[committed] libstdc++: Constrain equality ops for std::pair, std::tuple, std::variant
 2024-05-07 12:49 UTC 

[committed] libstdc++: Use https instead of http in some comments
 2024-05-07 12:47 UTC 

[committed] libstdc++: Update ABI test to disallow adding to released symbol versions
 2024-05-07 12:46 UTC 

[COMMITTED] build: Derive object names in make_sunver.pl
 2024-05-07 11:14 UTC 

[COMMITTED] Remove obsolete Solaris 11.3 support
 2024-05-07  8:51 UTC  (3+ messages)
` [COMMITTED v2] "

Fix gnu versioned namespace mode 03/03
 2024-05-04 21:11 UTC 

Fix gnu versioned namespace mode 02/03
 2024-05-04 21:11 UTC 

[PATCH] libstdc++: Update powerpc-linux-gnu baseline_symbols
 2024-05-03 11:22 UTC  (4+ messages)

[PATCH v14 00/26] Optimize more type traits
 2024-05-02 20:15 UTC  (17+ messages)
` [PATCH v14 21/26] c++: Implement __rank built-in trait
            ` Trait built-in naming convention

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