public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH v2 0/8] Optimize more type traits
 2023-12-23 22:02 UTC  (5+ 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 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 4/5][_Hashtable] Generalize the small size optimization
 2023-12-21 22:23 UTC  (2+ messages)

[PATCH 3/5][_Hashtable] Avoid redundant usage of rehash policy
 2023-12-21 22:17 UTC  (2+ messages)

[PATCH 2/5][_Hashtable] Fix implementation inconsistencies
 2023-12-21 22:07 UTC  (2+ messages)

[PATCH 1/5][_Hashtable] Add benches
 2023-12-21 21:57 UTC  (2+ messages)

[PATCH 5/5][_Hashtable] Prefer to insert after last node
 2023-12-21 21:55 UTC  (3+ messages)

[PATCH v2 0/2] libstdc++: generators v2
 2023-12-21 21:51 UTC  (5+ messages)
` [PATCH v2 1/2] libstdc++: add missing include in ranges_util.h
` [PATCH v2 2/2] libstdc++: implement std::generator

[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 

[PATCH] libstdc++: add ARM SVE support to std::experimental::simd
 2023-12-11 11:02 UTC  (3+ messages)

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

[PATCH v3] libstdc++: Remove UB from operator+ of months and weekdays
 2023-12-10 13:03 UTC  (6+ messages)
` [PATCH v4] libstdc++: Remove UB from month and weekday additions and subtractions
  ` [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  (4+ 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  (5+ messages)
` [committed v2] "

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

[committed] libstdc++: Add std::span::at for C++26 (P2821R5)
 2023-11-29 13:14 UTC  (2+ messages)
` Fix '23_containers/span/at.cc' for '-fno-exceptions' configurations (was: [committed] libstdc++: Add std::span::at for C++26 (P2821R5))

[committed] libstdc++: Include <stdint.h> in <bits/atomic_wait.h>
 2023-11-28 12:44 UTC 

[committed] libstdc++: Fix typo in comment
 2023-11-28 12:43 UTC 

[PATCH] libstdc++/complex: Remove implicit type casts in complex
 2023-11-26  1:49 UTC  (5+ messages)

libstdc++: Speed up push_back
 2023-11-24 21:55 UTC  (17+ messages)

Where are the library search paths for linking libstdc++ set?
 2023-11-24  8:02 UTC 

[pushed] wwwdocs: *: Remove unused buildstat pages
 2023-11-24  0:01 UTC  (3+ messages)

[PATCH 0/5][_Hashtable] Optimize insertions
 2023-11-23 21:58 UTC 

[committed] libstdc++: Fix access error in __gnu_test::uneq_allocator
 2023-11-23 17:44 UTC 

libstdc++: Turn memmove to memcpy in vector reallocations
 2023-11-23 16:26 UTC  (4+ messages)

[PATCH] c++: Make g++.dg/opt/pr110879.C require C++11 [PR110879]
 2023-11-23 10:57 UTC  (2+ messages)

[committed] libstdc++: Do not declare strtok for C++26 freestanding (P2937R0)
 2023-11-21 16:11 UTC 

[committed] libstdc++: Add freestanding feature test macros (P2407R5)
 2023-11-21 16:10 UTC 

[committed] libstdc++: Fix std::tr2::dynamic_bitset support for alternate characters
 2023-11-21 16:08 UTC 

[committed] libstdc++: Fix aligned formatting of stacktrace_entry and thread::id [PR112564]
 2023-11-20 16:50 UTC  (5+ messages)

[wwwdocs] Add new libstdc++ features
 2023-11-20 13:12 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).