public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
[committed] libstdc++: Add GDB printers for <chrono> types
 2023-09-28 18:47 UTC  (8+ messages)

[PATCH 0/7] libstdc++: Use gdb.ValuePrinter in pretty-printers
 2023-09-28 17:46 UTC  (8+ messages)
` [PATCH 1/7] libstdc++: Show full Python stack on error
` [PATCH 2/7] libstdc++: Use gdb.ValuePrinter base class
` [PATCH 3/7] libstdc++: Remove unused Python imports
` [PATCH 4/7] libstdc++: Remove unused locals from printers.py
` [PATCH 5/7] libstdc++: Remove std_ratio_t_tuple
` [PATCH 6/7] libstdc++: Fix regex escapes in pretty-printers
` [PATCH 7/7] libstdc++: Use Python "not in" operator

[PATCH] [11/12/13/14 Regression] ABI break in _Hash_node_value_base since GCC 11 [PR 111050]
 2023-09-28 17:25 UTC  (8+ messages)

[PATCH v4] c++: Check for indirect change of active union member in constexpr [PR101631,PR102286]
 2023-09-27 14:13 UTC  (5+ messages)
                    ` [PATCH] libstdc++: Ensure active union member is correctly set

[PATCH v11 00/40] Optimize type traits performance
 2023-09-27 13:57 UTC  (131+ messages)
` [PATCH v11 16/40] c, c++: Use 16 bits for all use of enum rid for more keyword space
` [PATCH v12 00/40] Optimize type traits performance
  ` [PATCH v12 01/40] c++: Sort built-in identifiers alphabetically
  ` [PATCH v12 02/40] c++: Implement __is_const built-in trait
  ` [PATCH v12 03/40] libstdc++: Optimize is_const trait performance
  ` [PATCH v12 04/40] c++: Implement __is_volatile built-in trait
  ` [PATCH v12 05/40] libstdc++: Optimize is_volatile trait performance
  ` [PATCH v12 06/40] c++: Implement __is_array built-in trait
  ` [PATCH v12 07/40] libstdc++: Optimize is_array trait performance
  ` [PATCH v12 08/40] c++: Implement __is_unbounded_array built-in trait
  ` [PATCH v12 09/40] libstdc++: Optimize is_unbounded_array trait performance
  ` [PATCH v12 10/40] c++: Implement __is_bounded_array built-in trait
  ` [PATCH v12 11/40] libstdc++: Optimize is_bounded_array trait performance
  ` [PATCH v12 12/40] c++: Implement __is_scoped_enum built-in trait
  ` [PATCH v12 13/40] libstdc++: Optimize is_scoped_enum trait performance
  ` [PATCH v12 14/40] c++: Implement __is_member_pointer built-in trait
  ` [PATCH v12 15/40] libstdc++: Optimize is_member_pointer trait performance
  ` [PATCH v12 16/40] c, c++: Use 16 bits for all use of enum rid for more keyword space
  ` [PATCH v12 17/40] c-family: Fix C_SET_RID_CODE to handle 16-bit rid code correctly
  ` [PATCH v12 18/40] c++: Implement __is_member_function_pointer built-in trait
  ` [PATCH v12 19/40] libstdc++: Optimize is_member_function_pointer trait performance
  ` [PATCH v12 20/40] c++: Implement __is_member_object_pointer built-in trait
  ` [PATCH v12 21/40] libstdc++: Optimize is_member_object_pointer trait performance
  ` [PATCH v12 22/40] c++: Implement __is_reference built-in trait
  ` [PATCH v12 23/40] libstdc++: Optimize is_reference trait performance
  ` [PATCH v12 24/40] c++: Implement __is_function built-in trait
  ` [PATCH v12 25/40] libstdc++: Optimize is_function trait performance
  ` [PATCH v12 26/40] libstdc++: Optimize is_object "
  ` [PATCH v12 27/40] c++: Implement __remove_pointer built-in trait
  ` [PATCH v12 28/40] libstdc++: Optimize remove_pointer trait performance
  ` [PATCH v12 29/40] c++, libstdc++: Implement __is_pointer built-in trait
  ` [PATCH v12 30/40] libstdc++: Optimize is_pointer trait performance
  ` [PATCH v12 31/40] c++, libstdc++: Implement __is_arithmetic built-in trait
  ` [PATCH v12 32/40] libstdc++: Optimize is_arithmetic trait performance
  ` [PATCH v12 33/40] libstdc++: Optimize is_fundamental "
  ` [PATCH v12 34/40] libstdc++: Optimize is_compound "
  ` [PATCH v12 35/40] c++: Implement __is_unsigned built-in trait
  ` [PATCH v12 36/40] libstdc++: Optimize is_unsigned trait performance
  ` [PATCH v12 37/40] c++, libstdc++: Implement __is_signed built-in trait
  ` [PATCH v12 38/40] libstdc++: Optimize is_signed trait performance
  ` [PATCH v12 39/40] c++, libstdc++: Implement __is_scalar built-in trait
  ` [PATCH v12 40/40] libstdc++: Optimize is_scalar trait performance
  ` [PATCH v13 00/40] Optimize type traits performance
    ` [PATCH v13 01/40] c++: Sort built-in identifiers alphabetically
    ` [PATCH v13 02/40] c++: Implement __is_const built-in trait
    ` [PATCH v13 03/40] libstdc++: Optimize is_const trait performance
    ` [PATCH v13 04/40] c++: Implement __is_volatile built-in trait
    ` [PATCH v13 05/40] libstdc++: Optimize is_volatile trait performance
    ` [PATCH v13 06/40] c++: Implement __is_array built-in trait
    ` [PATCH v13 07/40] libstdc++: Optimize is_array trait performance
    ` [PATCH v13 08/40] c++: Implement __is_unbounded_array built-in trait
    ` [PATCH v13 09/40] libstdc++: Optimize is_unbounded_array trait performance
    ` [PATCH v13 10/40] c++: Implement __is_bounded_array built-in trait
    ` [PATCH v13 11/40] libstdc++: Optimize is_bounded_array trait performance
    ` [PATCH v13 12/40] c++: Implement __is_scoped_enum built-in trait
    ` [PATCH v13 13/40] libstdc++: Optimize is_scoped_enum trait performance
    ` [PATCH v13 14/40] c++: Implement __is_member_pointer built-in trait
    ` [PATCH v13 15/40] libstdc++: Optimize is_member_pointer trait performance
    ` [PATCH v13 16/40] c, c++: Use 16 bits for all use of enum rid for more keyword space
      ` [PATCH v14 00/40] Optimize type traits performance
        ` [PATCH v14 01/40] c++: Sort built-in identifiers alphabetically
        ` [PATCH v14 02/40] c++: Implement __is_const built-in trait
        ` [PATCH v14 03/40] libstdc++: Optimize is_const trait performance
        ` [PATCH v14 04/40] c++: Implement __is_volatile built-in trait
        ` [PATCH v14 05/40] libstdc++: Optimize is_volatile trait performance
        ` [PATCH v14 06/40] c++: Implement __is_array built-in trait
        ` [PATCH v14 07/40] libstdc++: Optimize is_array trait performance
        ` [PATCH v14 08/40] c++: Implement __is_unbounded_array built-in trait
        ` [PATCH v14 09/40] libstdc++: Optimize is_unbounded_array trait performance
        ` [PATCH v14 10/40] c++: Implement __is_bounded_array built-in trait
        ` [PATCH v14 11/40] libstdc++: Optimize is_bounded_array trait performance
        ` [PATCH v14 12/40] c++: Implement __is_scoped_enum built-in trait
        ` [PATCH v14 13/40] libstdc++: Optimize is_scoped_enum trait performance
        ` [PATCH v14 14/40] c++: Implement __is_member_pointer built-in trait
        ` [PATCH v14 15/40] libstdc++: Optimize is_member_pointer trait performance
        ` [PATCH v14 16/40] c, c++: Use 16 bits for all use of enum rid for more keyword space
        ` [PATCH v14 17/40] c-family: Fix C_SET_RID_CODE to handle 16-bit rid code correctly
        ` [PATCH v14 18/40] c++: Implement __is_member_function_pointer built-in trait
        ` [PATCH v14 19/40] libstdc++: Optimize is_member_function_pointer trait performance
        ` [PATCH v14 20/40] c++: Implement __is_member_object_pointer built-in trait
        ` [PATCH v14 21/40] libstdc++: Optimize is_member_object_pointer trait performance
        ` [PATCH v14 22/40] c++: Implement __is_reference built-in trait
        ` [PATCH v14 23/40] libstdc++: Optimize is_reference trait performance
        ` [PATCH v14 24/40] c++: Implement __is_function built-in trait
        ` [PATCH v14 25/40] libstdc++: Optimize is_function trait performance
        ` [PATCH v14 26/40] libstdc++: Optimize is_object "
        ` [PATCH v14 27/40] c++: Implement __remove_pointer built-in trait
        ` [PATCH v14 28/40] libstdc++: Optimize remove_pointer trait performance
        ` [PATCH v14 29/40] c++, libstdc++: Implement __is_pointer built-in trait
        ` [PATCH v14 30/40] libstdc++: Optimize is_pointer trait performance
        ` [PATCH v14 31/40] c++, libstdc++: Implement __is_arithmetic built-in trait
        ` [PATCH v14 32/40] libstdc++: Optimize is_arithmetic trait performance
        ` [PATCH v14 33/40] libstdc++: Optimize is_fundamental "
        ` [PATCH v14 34/40] libstdc++: Optimize is_compound "
        ` [PATCH v14 35/40] c++: Implement __is_unsigned built-in trait
        ` [PATCH v14 36/40] libstdc++: Optimize is_unsigned trait performance
        ` [PATCH v14 37/40] c++, libstdc++: Implement __is_signed built-in trait
        ` [PATCH v14 38/40] libstdc++: Optimize is_signed trait performance
        ` [PATCH v14 39/40] c++, libstdc++: Implement __is_scalar built-in trait
        ` [PATCH v14 40/40] libstdc++: Optimize is_scalar trait performance
    ` [PATCH v13 17/40] c-family: Fix C_SET_RID_CODE to handle 16-bit rid code correctly
    ` [PATCH v13 18/40] c++: Implement __is_member_function_pointer built-in trait
    ` [PATCH v13 19/40] libstdc++: Optimize is_member_function_pointer trait performance
    ` [PATCH v13 20/40] c++: Implement __is_member_object_pointer built-in trait
    ` [PATCH v13 21/40] libstdc++: Optimize is_member_object_pointer trait performance
    ` [PATCH v13 22/40] c++: Implement __is_reference built-in trait
    ` [PATCH v13 23/40] libstdc++: Optimize is_reference trait performance
    ` [PATCH v13 24/40] c++: Implement __is_function built-in trait
    ` [PATCH v13 25/40] libstdc++: Optimize is_function trait performance
    ` [PATCH v13 26/40] libstdc++: Optimize is_object "
    ` [PATCH v13 27/40] c++: Implement __remove_pointer built-in trait
    ` [PATCH v13 28/40] libstdc++: Optimize remove_pointer trait performance
    ` [PATCH v13 29/40] c++, libstdc++: Implement __is_pointer built-in trait
    ` [PATCH v13 30/40] libstdc++: Optimize is_pointer trait performance
    ` [PATCH v13 31/40] c++, libstdc++: Implement __is_arithmetic built-in trait
    ` [PATCH v13 32/40] libstdc++: Optimize is_arithmetic trait performance
    ` [PATCH v13 33/40] libstdc++: Optimize is_fundamental "
    ` [PATCH v13 34/40] libstdc++: Optimize is_compound "
    ` [PATCH v13 35/40] c++: Implement __is_unsigned built-in trait
    ` [PATCH v13 36/40] libstdc++: Optimize is_unsigned trait performance
    ` [PATCH v13 37/40] c++, libstdc++: Implement __is_signed built-in trait
    ` [PATCH v13 38/40] libstdc++: Optimize is_signed trait performance
    ` [PATCH v13 39/40] c++, libstdc++: Implement __is_scalar built-in trait
    ` [PATCH v13 40/40] libstdc++: Optimize is_scalar trait performance

[committed] libstdc++: Prevent unwanted ADL in std::to_array [PR111512]
 2023-09-27 13:46 UTC  (2+ messages)

[PATCH] testsuite: Require thread-fence for 29_atomics/atomic_flag/cons/value_init.cc
 2023-09-26 15:20 UTC  (2+ messages)

[committed] hppa: Update baseline symbols for hppa-linux
 2023-09-25 15:21 UTC 

[committed] libstdc++: Define C++23 std::forward_like (P2445R1)
 2023-09-25  8:53 UTC 

[PATCH] Fix coroutine tests for libstdc++ gnu-version-namespace mode
 2023-09-23 20:10 UTC 

Attempt to fix g++.dg tests failures in gnu-versioned-namespace mode
 2023-09-21  5:01 UTC  (2+ messages)

[PATCH][_GLIBCXX_INLINE_VERSION] Fix <contracts>
 2023-09-21  4:41 UTC  (4+ messages)

std::experimental and versioned namespace
 2023-09-20  4:54 UTC  (3+ messages)

[committed] libstdc++: Update C++20 and C++23 status docs
 2023-09-18 14:22 UTC  (2+ messages)
` [committed] libstdc++: Minor tweak to C++20 "

[PATCH] c++: non-dependent assignment checking [PR63198, PR18474]
 2023-09-18 13:33 UTC  (4+ messages)

[wwwdocs] Document libstdc++ changes in GCC 14
 2023-09-18 13:01 UTC 

[committed] libstdc++: Minor update to installation docs
 2023-09-18 11:17 UTC 

[PATCH][_Hashtable] Avoid redundant usage of rehash policy
 2023-09-17 20:41 UTC 

[committed 01/11] libstdc++: Remove dg-options "-std=gnu++20" from <atomic> tests
 2023-09-15 23:18 UTC  (11+ messages)
` [committed 02/11] libstdc++: Remove dg-options "-std=gnu++20" from <compare> tests
` [committed 03/11] libstdc++: Remove dg-options "-std=gnu++20" from 20_utils tests
` [committed 04/11] libstdc++: Remove dg-options "-std=gnu++20" from 21_strings tests
` [committed 05/11] libstdc++: Remove dg-options "-std=gnu++20" from 23_containers tests
` [committed 06/11] libstdc++: Remove dg-options "-std=gnu++20" from 24_iterators tests
` [committed 07/11] libstdc++: Remove dg-options "-std=gnu++20" from 26_numerics tests
` [committed 08/11] libstdc++: Remove dg-options "-std=gnu++20" from 27_io tests
` [committed 09/11] libstdc++: Remove dg-options "-std=gnu++20" from 30_threads tests
` [committed 10/11] libstdc++: Remove dg-options "-std=gnu++20" from remaining tests
` [committed 11/11] libstdc++: Do not require effective target pthread for some tests

[committed] libstdc++: Add missing tests for std::basic_filebuf::native_handle()
 2023-09-15 23:17 UTC 

[committed] libstdc++: Implement C++26 native handles for file streams (P1759R6)
 2023-09-15 23:06 UTC 

[committed] libstdc++: Add log line to testsuite output
 2023-09-15 23:04 UTC 

[PATCH 00/13] libstdc++: Add support for running tests with multiple -std options
 2023-09-15 23:04 UTC  (2+ messages)

[committed] libstdc++: Fix 29_atomics/headers/atomic/types_std_c++2a_neg.cc for C++23
 2023-09-15 23:02 UTC 

[PATCH 06/13] libstdc++: Remove dg-options "-std=gnu++20" from <concepts> and <ranges> tests
 2023-09-15 20:54 UTC  (2+ messages)
` [PATCH v2 6/13] "

[PATCH] libstdc++: Reduce integer std::to/from_chars symbol sizes
 2023-09-15 20:48 UTC  (2+ messages)

[committed] libstdc++: Fix constraints for std::variant default constructor
 2023-09-15  9:27 UTC 

[committed] libstdc++: Remove non-void static assertions in variant's std::get [PR111172]
 2023-09-15  9:26 UTC 

[committed] libstdc++: Add operator bool to <charconv> result types (P2497R0)
 2023-09-15  9:24 UTC 

[PATCH] libstdc++: Use C++20 constraints in <bit>
 2023-09-14 18:58 UTC  (3+ messages)

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