public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] libstdc++: Fix tr1/8_c_compatibility/cstdio/functions.cc regression with recent glibc
 2023-10-12 12:05 UTC  (2+ messages)

[PATCH 1/2] testsuite: Add dg-require-atomic-exchange non-atomic code
 2023-10-12  2:22 UTC  (11+ messages)
  ` [PATCH 2/2] testsuite: Replace many dg-require-thread-fence with dg-require-atomic-exchange
        ` [PATCH v2 1/2] testsuite: Add dg-require-atomic-cmpxchg-word
          ` Ping: "
        ` [PATCH v2 2/2] testsuite: Replace many dg-require-thread-fence with dg-require-atomic-cmpxchg-word
          ` Ping: "
        ` [PATCH] __atomic_test_and_set: Fall back to library, not non-atomic code

[PATCH v13 00/40] Optimize type traits performance
 2023-10-11 21:46 UTC  (123+ messages)
` [PATCH v15 00/39] "
  ` [PATCH v15 01/39] c++: Sort built-in identifiers alphabetically
  ` [PATCH v15 02/39] c-family, c++: Look up traits through gperf instead of enum rid
  ` [PATCH v15 03/39] c++: Implement __is_const built-in trait
  ` [PATCH v15 04/39] libstdc++: Optimize is_const trait performance
  ` [PATCH v15 05/39] c++: Implement __is_volatile built-in trait
  ` [PATCH v15 06/39] libstdc++: Optimize is_volatile trait performance
  ` [PATCH v15 07/39] c++: Implement __is_array built-in trait
  ` [PATCH v15 08/39] libstdc++: Optimize is_array trait performance
  ` [PATCH v15 09/39] c++: Implement __is_unbounded_array built-in trait
  ` [PATCH v15 10/39] libstdc++: Optimize is_unbounded_array trait performance
  ` [PATCH v15 11/39] c++: Implement __is_bounded_array built-in trait
  ` [PATCH v15 12/39] libstdc++: Optimize is_bounded_array trait performance
  ` [PATCH v15 13/39] c++: Implement __is_scoped_enum built-in trait
  ` [PATCH v15 14/39] libstdc++: Optimize is_scoped_enum trait performance
  ` [PATCH v15 15/39] c++: Implement __is_member_pointer built-in trait
  ` [PATCH v15 16/39] libstdc++: Optimize is_member_pointer trait performance
  ` [PATCH v15 17/39] c++: Implement __is_member_function_pointer built-in trait
  ` [PATCH v15 18/39] libstdc++: Optimize is_member_function_pointer trait performance
  ` [PATCH v15 19/39] c++: Implement __is_member_object_pointer built-in trait
  ` [PATCH v15 20/39] libstdc++: Optimize is_member_object_pointer trait performance
  ` [PATCH v15 21/39] c++: Implement __is_reference built-in trait
  ` [PATCH v15 22/39] libstdc++: Optimize is_reference trait performance
  ` [PATCH v15 23/39] c++: Implement __is_function built-in trait
  ` [PATCH v15 24/39] libstdc++: Optimize is_function trait performance
  ` [PATCH v15 25/39] libstdc++: Optimize is_object "
  ` [PATCH v15 26/39] c++: Implement __remove_pointer built-in trait
  ` [PATCH v15 27/39] libstdc++: Optimize remove_pointer trait performance
  ` [PATCH v15 28/39] c++, libstdc++: Implement __is_pointer built-in trait
  ` [PATCH v15 29/39] libstdc++: Optimize is_pointer trait performance
  ` [PATCH v15 30/39] c++, libstdc++: Implement __is_arithmetic built-in trait
  ` [PATCH v15 31/39] libstdc++: Optimize is_arithmetic trait performance
  ` [PATCH v15 32/39] libstdc++: Optimize is_fundamental "
  ` [PATCH v15 33/39] libstdc++: Optimize is_compound "
  ` [PATCH v15 34/39] c++: Implement __is_unsigned built-in trait
  ` [PATCH v15 35/39] libstdc++: Optimize is_unsigned trait performance
  ` [PATCH v15 36/39] c++, libstdc++: Implement __is_signed built-in trait
  ` [PATCH v15 37/39] libstdc++: Optimize is_signed trait performance
  ` [PATCH v15 38/39] c++, libstdc++: Implement __is_scalar built-in trait
  ` [PATCH v15 39/39] libstdc++: Optimize is_scalar trait performance
  ` [PATCH v16 00/39] Optimize type traits performance
    ` [PATCH v16 01/39] c++: Sort built-in identifiers alphabetically
    ` [PATCH v16 02/39] c-family, c++: Look up built-in traits through gperf
    ` [PATCH v16 03/39] c++: Implement __is_const built-in trait
    ` [PATCH v16 04/39] libstdc++: Optimize is_const trait performance
    ` [PATCH v16 05/39] c++: Implement __is_volatile built-in trait
    ` [PATCH v16 06/39] libstdc++: Optimize is_volatile trait performance
    ` [PATCH v16 07/39] c++: Implement __is_array built-in trait
    ` [PATCH v16 08/39] libstdc++: Optimize is_array trait performance
    ` [PATCH v16 09/39] c++: Implement __is_unbounded_array built-in trait
    ` [PATCH v16 10/39] libstdc++: Optimize is_unbounded_array trait performance
    ` [PATCH v16 11/39] c++: Implement __is_bounded_array built-in trait
    ` [PATCH v16 12/39] libstdc++: Optimize is_bounded_array trait performance
    ` [PATCH v16 13/39] c++: Implement __is_scoped_enum built-in trait
    ` [PATCH v16 14/39] libstdc++: Optimize is_scoped_enum trait performance
    ` [PATCH v16 15/39] c++: Implement __is_member_pointer built-in trait
    ` [PATCH v16 16/39] libstdc++: Optimize is_member_pointer trait performance
    ` [PATCH v16 17/39] c++: Implement __is_member_function_pointer built-in trait
    ` [PATCH v16 18/39] libstdc++: Optimize is_member_function_pointer trait performance
    ` [PATCH v16 19/39] c++: Implement __is_member_object_pointer built-in trait
    ` [PATCH v16 20/39] libstdc++: Optimize is_member_object_pointer trait performance
    ` [PATCH v16 21/39] c++: Implement __is_reference built-in trait
    ` [PATCH v16 22/39] libstdc++: Optimize is_reference trait performance
    ` [PATCH v16 23/39] c++: Implement __is_function built-in trait
    ` [PATCH v16 24/39] libstdc++: Optimize is_function trait performance
    ` [PATCH v16 25/39] libstdc++: Optimize is_object "
    ` [PATCH v16 26/39] c++: Implement __remove_pointer built-in trait
    ` [PATCH v16 27/39] libstdc++: Optimize remove_pointer trait performance
    ` [PATCH v16 28/39] c++, libstdc++: Implement __is_pointer built-in trait
    ` [PATCH v16 29/39] libstdc++: Optimize is_pointer trait performance
    ` [PATCH v16 30/39] c++, libstdc++: Implement __is_arithmetic built-in trait
    ` [PATCH v16 31/39] libstdc++: Optimize is_arithmetic trait performance
    ` [PATCH v16 32/39] libstdc++: Optimize is_fundamental "
    ` [PATCH v16 33/39] libstdc++: Optimize is_compound "
    ` [PATCH v16 34/39] c++: Implement __is_unsigned built-in trait
    ` [PATCH v16 35/39] libstdc++: Optimize is_unsigned trait performance
    ` [PATCH v16 36/39] c++, libstdc++: Implement __is_signed built-in trait
    ` [PATCH v16 37/39] libstdc++: Optimize is_signed trait performance
    ` [PATCH v16 38/39] c++, libstdc++: Implement __is_scalar built-in trait
    ` [PATCH v16 39/39] libstdc++: Optimize is_scalar trait performance
    ` [PATCH v17 00/39] Optimize type traits performance
      ` [PATCH v17 01/39] c++: Sort built-in traits alphabetically
      ` [PATCH v17 02/39] c-family, c++: Look up built-in traits through gperf
      ` [PATCH v17 03/39] c++: Implement __is_const built-in trait
      ` [PATCH v17 04/39] libstdc++: Optimize is_const trait performance
      ` [PATCH v17 05/39] c++: Implement __is_volatile built-in trait
      ` [PATCH v17 06/39] libstdc++: Optimize is_volatile trait performance
      ` [PATCH v17 07/39] c++: Implement __is_array built-in trait
      ` [PATCH v17 08/39] libstdc++: Optimize is_array trait performance
      ` [PATCH v17 09/39] c++: Implement __is_unbounded_array built-in trait
      ` [PATCH v17 10/39] libstdc++: Optimize is_unbounded_array trait performance
      ` [PATCH v17 11/39] c++: Implement __is_bounded_array built-in trait
      ` [PATCH v17 12/39] libstdc++: Optimize is_bounded_array trait performance
      ` [PATCH v17 13/39] c++: Implement __is_scoped_enum built-in trait
      ` [PATCH v17 14/39] libstdc++: Optimize is_scoped_enum trait performance
      ` [PATCH v17 15/39] c++: Implement __is_member_pointer built-in trait
      ` [PATCH v17 16/39] libstdc++: Optimize is_member_pointer trait performance
      ` [PATCH v17 17/39] c++: Implement __is_member_function_pointer built-in trait
      ` [PATCH v17 18/39] libstdc++: Optimize is_member_function_pointer trait performance
      ` [PATCH v17 19/39] c++: Implement __is_member_object_pointer built-in trait
      ` [PATCH v17 20/39] libstdc++: Optimize is_member_object_pointer trait performance
      ` [PATCH v17 21/39] c++: Implement __is_reference built-in trait
      ` [PATCH v17 22/39] libstdc++: Optimize is_reference trait performance
      ` [PATCH v17 23/39] c++: Implement __is_function built-in trait
      ` [PATCH v17 24/39] libstdc++: Optimize is_function trait performance
      ` [PATCH v17 25/39] libstdc++: Optimize is_object "
      ` [PATCH v17 26/39] c++: Implement __remove_pointer built-in trait
      ` [PATCH v17 27/39] libstdc++: Optimize remove_pointer trait performance
      ` [PATCH v17 28/39] c++, libstdc++: Implement __is_pointer built-in trait
      ` [PATCH v17 29/39] libstdc++: Optimize is_pointer trait performance
      ` [PATCH v17 30/39] c++, libstdc++: Implement __is_arithmetic built-in trait
      ` [PATCH v17 31/39] libstdc++: Optimize is_arithmetic trait performance
      ` [PATCH v17 32/39] libstdc++: Optimize is_fundamental "
      ` [PATCH v17 33/39] libstdc++: Optimize is_compound "
      ` [PATCH v17 34/39] c++: Implement __is_unsigned built-in trait
      ` [PATCH v17 35/39] libstdc++: Optimize is_unsigned trait performance
      ` [PATCH v17 36/39] c++, libstdc++: Implement __is_signed built-in trait
      ` [PATCH v17 37/39] libstdc++: Optimize is_signed trait performance
      ` [PATCH v17 38/39] c++, libstdc++: Implement __is_scalar built-in trait
      ` [PATCH v17 39/39] libstdc++: Optimize is_scalar trait performance

[PATCH] Fix coroutine tests for libstdc++ gnu-version-namespace mode
 2023-10-11 17:22 UTC  (8+ messages)

[PATCH] sso-string@gnu-versioned-namespace [PR83077]
 2023-10-09 17:38 UTC  (10+ messages)

[PATCH][_GLIBCXX_INLINE_VERSION] Fix <contracts>
 2023-10-09  9:23 UTC  (7+ messages)

[PATCH v13 16/40] c, c++: Use 16 bits for all use of enum rid for more keyword space
 2023-10-09  5:03 UTC  (7+ messages)
` [PATCH v14 00/40] Optimize type traits performance
  ` [PATCH v14 16/40] c, c++: Use 16 bits for all use of enum rid for more keyword space

[PATCH][_GLIBCXX_INLINE_VERSION] Add missing symbols
 2023-10-05 17:05 UTC  (2+ messages)

What is the lowest version of glibc I can use to build gcc 4.8.3 and libstdc++?
 2023-10-05  8:32 UTC  (3+ messages)

[committed] libstdc++: Define std::numeric_limits<_FloatNN> before C++23
 2023-10-04 18:21 UTC  (7+ messages)

[RFC 0/2] black, isort, and flake8 configuration
 2023-10-04 16:58 UTC  (3+ messages)
` [RFC 1/2] libstdc++: Use 'black' and 'isort' in pretty printers
` [RFC 2/2] libstdc++: Add flake8 configuration

[PATCH] libstdc++: Correctly call _string_types function
 2023-10-04 15:11 UTC  (2+ messages)

[committed,gcc-11] libstdc++: Fix testsuite failures with -O0
 2023-10-04 11:28 UTC 

[PATCH 0/2] A couple minor _versioned_namespace patches
 2023-10-03 22:57 UTC  (6+ messages)
` [PATCH 1/2] libstdc++: Define _versioned_namespace in xmethods.py
` [PATCH 2/2] libstdc++: _versioned_namespace is always non-None

[PATCH] [11/12/13/14 Regression] ABI break in _Hash_node_value_base since GCC 11 [PR 111050]
 2023-10-02 20:51 UTC  (10+ messages)

gcc-patches From rewriting mailman settings
 2023-09-30 20:44 UTC 

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

[PATCH v3] libstdc++: Fix handling of surrogate CP in codecvt [PR108976]
 2023-09-29 15:02 UTC  (2+ messages)

Fix compilation errors with libstdc++v3 for AVR target and allow --enable-libstdcxx
 2023-09-29 14:30 UTC  (9+ messages)

[PATCH 0/7] libstdc++: Use gdb.ValuePrinter in pretty-printers
 2023-09-28 20:49 UTC  (18+ 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

[committed] libstdc++: Refactor Python Xmethods to use is_specialization_of
 2023-09-28 20:21 UTC 

[committed] libstdc++: Reformat Python code
 2023-09-28 20:21 UTC 

[committed] libstdc++: Format Python docstrings according to PEP 357
 2023-09-28 20:02 UTC 

[committed] libstdc++: Add GDB printers for <chrono> types
 2023-09-28 18:47 UTC  (8+ 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).