public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] libstdc++: Add Unicode-aware width estimation for std::format
 2024-01-06 15:17 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH] libstdc++: Fix testsuite with -Wformat
 2024-01-06 15:14 UTC  (2+ messages)

[PATCH v2 0/8] Optimize more type traits
 2024-01-06  5:05 UTC  (23+ messages)
` [PATCH v2 1/8] c++: Implement __is_const built-in trait
` [PATCH v2 2/8] libstdc++: Optimize std::is_const compilation performance
` [PATCH v2 3/8] c++: Implement __is_volatile built-in trait
` [PATCH v2 4/8] libstdc++: Optimize std::is_volatile compilation performance
` [PATCH v2 5/8] c++: Implement __is_pointer built-in trait
` [PATCH v2 6/8] libstdc++: Optimize std::is_pointer compilation performance
` [PATCH v2 7/8] c++: Implement __is_unbounded_array built-in trait
` [PATCH v2 8/8] libstdc++: Optimize std::is_unbounded_array compilation performance
` [PATCH v3 0/8] Optimize more type traits
  ` [PATCH v3 1/8] c++: Implement __is_const built-in trait
  ` [PATCH v3 2/8] libstdc++: Optimize std::is_const compilation performance
  ` [PATCH v3 3/8] c++: Implement __is_volatile built-in trait
  ` [PATCH v3 4/8] libstdc++: Optimize std::is_volatile compilation performance
  ` [PATCH v3 5/8] c++: Implement __is_pointer built-in trait
  ` [PATCH v3 6/8] libstdc++: Optimize std::is_pointer compilation performance
  ` [PATCH v3 7/8] c++: Implement __is_unbounded_array built-in trait
  ` [PATCH v3 8/8] libstdc++: Optimize std::is_unbounded_array compilation performance

Patch: Remove unneeded double operation in libstdc++-v3/src/c++17/fs_path.cc
 2024-01-05 14:42 UTC  (4+ messages)
      ` [committed] libstdc++: Avoid overflow when appending to std::filesystem::path

[committed] libstdc++: Do not use __is_convertible unconditionally [PR113241]
 2024-01-05 14:27 UTC 

[committed] libstdc++: Fix std::char_traits<C>::move [PR113200]
 2024-01-05 10:25 UTC 

[committed] libstdc++: Remove UB from month and weekday additions and subtractions
 2024-01-05 10:24 UTC 

[committed] libstdc++: Use if-constexpr in std::__try_use_facet [PR113099]
 2024-01-05 10:23 UTC 

[PATCH] libstdc++ Use _GLIBCXX_USE_BUILTIN_TRAIT
 2024-01-05  0:15 UTC  (5+ messages)
` [PATCH v2] libstdc++: "

[PATCH v2 0/2] libstdc++: generators v2
 2024-01-04 12:57 UTC  (10+ messages)
` [PATCH v2 1/2] libstdc++: add missing include in ranges_util.h
` [PATCH v2 2/2] libstdc++: implement std::generator

[PATCH] libstdc++: add ARM SVE support to std::experimental::simd
 2024-01-04  9:10 UTC  (5+ messages)

[PATCH 3/5][_Hashtable] Avoid redundant usage of rehash policy
 2024-01-04  5:50 UTC  (3+ messages)

[PATCH] libstdc++: testsuite: reduce max_size_type.cc exec time [PR113175]
 2024-01-04  2:02 UTC  (3+ messages)

[PATCH 2/5][_Hashtable] Fix implementation inconsistencies
 2024-01-03 18:04 UTC  (3+ messages)

[PATCH 5/5][_Hashtable] Prefer to insert after last node
 2024-01-03  5:55 UTC  (4+ messages)

[PATCH 4/5][_Hashtable] Generalize the small size optimization
 2023-12-31 17:44 UTC  (3+ messages)

[PATCH 1/5][_Hashtable] Add benches
 2023-12-31 16:57 UTC  (3+ messages)

[PATCH] libstdc++ testsuite/std/ranges/iota/max_size_type.cc: Reduce /10 for simulators
 2023-12-31 16:56 UTC  (4+ messages)

[PATCH] libstdc++ testsuite/20_util/hash/quality.cc: Increase timeout 3x
 2023-12-30  9:29 UTC  (2+ messages)

[PATCH 0/8] Optimize more type traits
 2023-12-23 21:38 UTC  (4+ messages)
` [PATCH 1/8] c++: Implement __is_const built-in trait
` [PATCH 2/8] libstdc++: Optimize std::is_const compilation performance

[PATCH] Allow overriding EXPECT
 2023-12-21 19:43 UTC  (2+ messages)

[PATCH v24 00/33] Optimize type traits performance
 2023-12-20 17:13 UTC  (37+ messages)
` [PATCH v25 00/33] Optimize type traits compilation performance
  ` [PATCH v25 25/33] libstdc++: Optimize std::is_function "
  ` [PATCH v26 00/23] Optimize type traits "
    ` [PATCH v26 01/23] c++: Sort built-in traits alphabetically
    ` [PATCH v26 02/23] c-family, c++: Look up built-in traits via identifier node
    ` [PATCH v26 03/23] c++: Accept the use of built-in trait identifiers
    ` [PATCH v26 04/23] c++: Implement __is_array built-in trait
    ` [PATCH v26 05/23] libstdc++: Optimize std::is_array compilation performance
    ` [PATCH v26 06/23] c++: Implement __is_bounded_array built-in trait
    ` [PATCH v26 07/23] libstdc++: Optimize std::is_bounded_array compilation performance
    ` [PATCH v26 08/23] c++: Implement __is_scoped_enum built-in trait
    ` [PATCH v26 09/23] libstdc++: Optimize std::is_scoped_enum compilation performance
    ` [PATCH v26 10/23] c++: Implement __is_member_pointer built-in trait
    ` [PATCH v26 11/23] libstdc++: Optimize std::is_member_pointer compilation performance
    ` [PATCH v26 12/23] c++: Implement __is_member_function_pointer built-in trait
    ` [PATCH v26 13/23] libstdc++: Optimize std::is_member_function_pointer compilation performance
    ` [PATCH v26 14/23] c++: Implement __is_member_object_pointer built-in trait
    ` [PATCH v26 15/23] libstdc++: Optimize std::is_member_object_pointer compilation performance
    ` [PATCH v26 16/23] c++: Implement __is_reference built-in trait
    ` [PATCH v26 17/23] libstdc++: Optimize std::is_reference compilation performance
    ` [PATCH v26 18/23] c++: Implement __is_function built-in trait
    ` [PATCH v26 19/23] libstdc++: Optimize std::is_function compilation performance
    ` [PATCH v26 20/23] c++: Implement __is_object built-in trait
    ` [PATCH v26 21/23] libstdc++: Optimize std::is_object compilation performance
    ` [PATCH v26 22/23] c++: Implement __remove_pointer built-in trait
    ` [PATCH v26 23/23] libstdc++: Optimize std::remove_pointer compilation performance

[pushed] libstdc++: Make ranges::to closure objects SFINAE-friendly [PR112802]
 2023-12-18 23:06 UTC 

[committed] libstdc++: Implement C++23 <print> header [PR107760]
 2023-12-17  0:15 UTC  (6+ messages)

[committed] libstdc++: Fix bootstrap on AIX due to fileno macro
 2023-12-17  0:03 UTC 

[wwwdocs] Update notes on libstdc++ header dependency changes in GCC 14
 2023-12-16 22:55 UTC 

[wwwdocs] Document std::print and std::ranges::to for C++23
 2023-12-16 22:54 UTC 

[PATCH] PR libstdc++/112682 More efficient std::basic_string move
 2023-12-16 20:10 UTC 

[PATCH] libstdc++: Make __gnu_debug::vector usable in constant expressions [PR109536]
 2023-12-16 16:30 UTC  (7+ messages)

[committed] libstdc++: Implement C++23 <print> header [PR107760]
 2023-12-16  9:10 UTC  (5+ messages)

[PATCH] libstdc++: use updated type for __unexpected_handler
 2023-12-15 15:43 UTC 

[committed] libstdc++: Fix std::print test case for Windows
 2023-12-15 13:22 UTC 

[committed] libstdc++: Simplify std::vprint_unicode for non-Windows targets
 2023-12-15 13:22 UTC 

[committed] libstdc++: Do not add padding for std::print to std::ostream
 2023-12-15 13:21 UTC 

[committed] libstdc++: Fix filebuf::native_handle() for Windows
 2023-12-15  0:02 UTC 

[committed] libstdc++: Tweaks for std::format fast path
 2023-12-15  0:02 UTC 

[committed] libstdc++: Add dg-output to two tests
 2023-12-15  0:02 UTC 

[committed] libstdc++: Fix %S format of duration with floating-point rep
 2023-12-15  0:01 UTC 

[PATCH 1/2] libstdc++: Atomic wait/notify ABI stabilization
 2023-12-14 23:30 UTC  (5+ messages)

[PATCH] libstdc++: Optimize std::is_trivially_destructible_v
 2023-12-14  1:07 UTC 

[committed] libstdc++: Fix std::format output of %C for negative years
 2023-12-13 12:30 UTC  (2+ messages)
` [committed] libstdc++: Fix regression in std::format output of %Y "

[committed] libstdc++: Fix std::format("{}", 'c')
 2023-12-12 22:46 UTC 

[committed] libstdc++: Remove redundant -std flags from Makefile
 2023-12-12 22:46 UTC 

p2242 - broken link in http://gcc.gnu.org/onlinedocs/libstdc++/manual/status.html
 2023-12-11  7:47 UTC  (2+ messages)

[PATCH v4] libstdc++: Remove UB from month and weekday additions and subtractions
 2023-12-10 13:03 UTC  (5+ messages)
` [PATCH v5] "
  ` ping: "
  ` [PING,PATCH "

[committed] libstdc++: Fix value of __cpp_lib_format macro [PR111826]
 2023-12-09 14:07 UTC 

[committed] libstdc++: Fix resolution of LWG 4016 for std::ranges::to [PR112876]
 2023-12-09 14:06 UTC 

[PATCH] Reimplement __gnu_cxx::__ops operators
 2023-12-09 13:04 UTC  (5+ messages)

[committed] libstdc++: Fix misleading typedef name in <format>
 2023-12-07 20:57 UTC 

[committed] libstdc++: Use <cstdint> instead of <stdint.h> in <bits/atomic_wait.h>
 2023-12-07 20:56 UTC 

[committed] libstdc++: Fix recent changes to __glibcxx_assert [PR112882]
 2023-12-07 20:55 UTC 

[PATCH] libsupc++: try cxa_thread_atexit_impl at runtime
 2023-12-06 22:46 UTC  (8+ messages)

[PATCH RFA (libstdc++)] c++: partial ordering of object parameter [PR53499]
 2023-12-06 14:01 UTC  (6+ messages)

[PATCH] libstdc++: implement std::generator
 2023-12-06  0:20 UTC  (2+ messages)

[PATCH] libstdc++: Add workaround to std::ranges::subrange [PR111948]
 2023-12-05 23:35 UTC  (2+ messages)

[PATCH] libstdc++: Implement LGW 4016 for std::ranges::to
 2023-12-05 23:35 UTC  (3+ messages)

[committed] libstdc++: Redefine __glibcxx_assert to work in C++23 constexpr
 2023-12-05 23:34 UTC 

[PATCH RFC] c++: mangle function template constraints
 2023-12-05 17:05 UTC  (3+ messages)

[committed] libstdc++: Disable std::formatter::set_debug_format [PR112832]
 2023-12-05 16:49 UTC 

[PATCH] libstdc++: Add test for LWG Issue 3897
 2023-12-05 16:32 UTC  (4+ messages)

[PATCH] libstdc++: Simplify ranges::to closure objects
 2023-12-04 12:28 UTC  (2+ messages)

[PATCH] libgo, libstdc++: Regenerate GCC_CHECK_ASSEMBLER_HWCAP users
 2023-12-01  9:02 UTC  (4+ messages)

[PATCH] libstdc++: Define std::ranges::to for C++23 (P1206R7) [PR111055]
 2023-11-30 15:49 UTC  (4+ messages)
` [committed v2] "

[committed] libstdc++: Fix std::ranges::to errors
 2023-11-30 15:47 UTC 

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