public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
[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] libstdc++: Fix std::ranges::iota is not included in numeric [PR108760]
 2024-05-17 16:59 UTC  (2+ messages)
` [PATCH v2] libstdc++: Fix std::ranges::iota "

[PATCH] Fix overwriting files with fs::copy_file on windows
 2024-05-17 14:34 UTC  (4+ messages)

[PATCH] libstdc++: Implement std::formatter<std::thread::id> without <sstream> [PR115099]
 2024-05-17 13:42 UTC 

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

[PATCH] libstdc++: Avoid MMX return types from __builtin_shufflevector
 2024-05-15 19:49 UTC 

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)

[PATCH][_Hashtable] Fix some implementation inconsistencies
 2024-05-13  4:33 UTC 

Initialization order issues related to std::cout and inline variables
 2024-05-11 16:38 UTC  (4+ messages)

[PATCH v13 01/26] c++: Implement __is_const built-in trait
 2024-05-11  9:01 UTC  (141+ messages)
` [PATCH v14 00/26] Optimize more type traits
  ` [PATCH v14 21/26] c++: Implement __rank built-in trait
              ` Trait built-in naming convention
  ` [PATCH v16 00/26] Optimize more type traits
    ` [PATCH v16 01/26] c++: Implement __builtin_is_const trait
    ` [PATCH v16 05/26] c++: Implement __builtin_is_pointer trait
    ` [PATCH v16 07/26] c++: Implement __builtin_is_unbounded_array trait
    ` [PATCH v16 08/26] libstdc++: Optimize std::is_unbounded_array compilation performance
    ` [PATCH v16 09/26] c++: Implement __builtin_add_pointer trait
    ` [PATCH v16 10/26] libstdc++: Optimize std::add_pointer compilation performance
    ` [PATCH v16 11/26] c++: Implement __builtin_remove_extent trait
    ` [PATCH v16 12/26] libstdc++: Optimize std::remove_extent compilation performance
    ` [PATCH v16 13/26] c++: Implement __builtin_remove_all_extents trait
    ` [PATCH v16 14/26] libstdc++: Optimize std::remove_all_extents compilation performance
    ` [PATCH v16 15/26] c++: Implement __builtin_add_lvalue_reference trait
    ` [PATCH v16 16/26] libstdc++: Optimize std::add_lvalue_reference compilation performance
    ` [PATCH v16 17/26] c++: Implement __builtin_add_rvalue_reference trait
    ` [PATCH v16 19/26] c++: Implement __builtin_decay trait
    ` [PATCH v16 20/26] libstdc++: Optimize std::decay compilation performance
    ` [PATCH v16 21/26] c++: Implement __builtin_rank trait
    ` [PATCH v16 22/26] libstdc++: Optimize std::rank compilation performance
    ` [PATCH v16 23/26] c++: Implement __builtin_is_invocable trait
    ` [PATCH v16 24/26] libstdc++: Optimize std::is_invocable compilation performance
    ` [PATCH v16 25/26] c++: Implement __builtin_is_nothrow_invocable trait
    ` [PATCH v16 26/26] libstdc++: Optimize std::is_nothrow_invocable compilation performance
    ` [PATCH v17 00/26] Optimize more type traits
      ` [PATCH v17 01/26] c++: Implement __is_const built-in trait
      ` [PATCH v17 02/26] libstdc++: Optimize std::is_const compilation performance
      ` [PATCH v17 03/26] c++: Implement __is_volatile built-in trait
      ` [PATCH v17 04/26] libstdc++: Optimize std::is_volatile compilation performance
      ` [PATCH v17 05/26] c++: Implement __is_pointer built-in trait
      ` [PATCH v17 06/26] libstdc++: Optimize std::is_pointer compilation performance
      ` [PATCH v17 07/26] c++: Implement __builtin_is_unbounded_array trait
      ` [PATCH v17 08/26] libstdc++: Optimize std::is_unbounded_array compilation performance
      ` [PATCH v17 09/26] c++: Implement __add_pointer built-in trait
      ` [PATCH v17 10/26] libstdc++: Optimize std::add_pointer compilation performance
      ` [PATCH v17 11/26] c++: Implement __remove_extent built-in trait
      ` [PATCH v17 12/26] libstdc++: Optimize std::remove_extent compilation performance
      ` [PATCH v17 13/26] c++: Implement __remove_all_extents built-in trait
      ` [PATCH v17 14/26] libstdc++: Optimize std::remove_all_extents compilation performance
      ` [PATCH v17 15/26] c++: Implement __add_lvalue_reference built-in trait
      ` [PATCH v17 16/26] libstdc++: Optimize std::add_lvalue_reference compilation performance
      ` [PATCH v17 17/26] c++: Implement __add_rvalue_reference built-in trait
      ` [PATCH v17 18/26] libstdc++: Optimize std::add_rvalue_reference compilation performance
      ` [PATCH v17 19/26] c++: Implement __decay built-in trait
      ` [PATCH v17 20/26] libstdc++: Optimize std::decay compilation performance
      ` [PATCH v17 21/26] c++: Implement __array_rank built-in trait
      ` [PATCH v17 22/26] libstdc++: Optimize std::rank compilation performance
      ` [PATCH v17 23/26] c++: Implement __builtin_is_invocable trait
      ` [PATCH v17 24/26] libstdc++: Optimize std::is_invocable compilation performance
      ` [PATCH v17 25/26] c++: Implement __builtin_is_nothrow_invocable trait
      ` [PATCH v17 26/26] libstdc++: Optimize std::is_nothrow_invocable compilation performance
      ` [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][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)

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