public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] c++: Define built-in for std::tuple_element [PR100157]
 2023-04-18 19:23 UTC  (10+ messages)

[committed] libstdc++: Export global iostreams with GLIBCXX_3.4.31 symver [PR108969]
 2023-04-18 16:32 UTC  (3+ messages)

libstdc++ Chapter 28. Demangling example
 2023-04-18 14:49 UTC  (9+ messages)

[PATCH] libstdc++: Fix typo in views::as_const's operator() [PR109525]
 2023-04-18  9:00 UTC  (4+ messages)

[PATCH 1/2] libstdc++: Convert _RangeAdaptorClosure into a CRTP class [PR108827]
 2023-04-18  8:59 UTC  (7+ messages)
` [PATCH 2/2] libstdc++: Implement range_adaptor_closure from P2387R3 [PR108827]

[PATCH] libstdc++: Adding missing feature-test macros for C++23 ranges algos
 2023-04-18  8:59 UTC  (3+ messages)

[PATCH] libstdc++: Add missing functions to <cmath> [PR79700]
 2023-04-18  8:47 UTC  (7+ messages)
        ` [Ping][PATCH] "

[PATCH] libstdc++: Implement P2770R0 changes to join_view / join_with_view
 2023-04-17 13:39 UTC 

[PATCH 1/2] libstdc++: Move down definitions of ranges::cbegin/cend/cetc
 2023-04-14 14:14 UTC  (6+ messages)
` [PATCH 2/2] libstdc++: Implement P2278R4 "cbegin should always return a constant iterator"

[committed] libstdc++: Improve diagnostics for invalid std::format calls
 2023-04-14 11:00 UTC 

[PATCH] libstdc++: Implement ranges::fold_* from P2322R6
 2023-04-14  9:49 UTC  (2+ messages)

[committed] libstdc++: Fix some AIX test failures
 2023-04-12 22:30 UTC 

[committed] libstdc++: Document libstdc++exp.a library for -fcontracts
 2023-04-12 22:30 UTC 

[PATCH] libstdc++: Implement ranges::enumerate_view from P2164R9
 2023-04-12 17:42 UTC  (3+ messages)

[PATCH] libstdc++: Ensure headers used by fast_float are included
 2023-04-12 16:59 UTC  (3+ messages)

[PATCH] libstdc++: Fix chunk_by_view when value_type& and reference differ [PR108291]
 2023-04-12 15:04 UTC  (2+ messages)

[committed] libstdc++: Initialize all members of basic_endpoint union [PR109482]
 2023-04-12 12:28 UTC 

[committed] libstdc++: Update tzdata to 2023c
 2023-04-12 12:28 UTC 

[PATCH] libstdc++: Implement LWG 3904 change to lazy_split_view's iterator
 2023-04-11 15:06 UTC  (2+ messages)

[PATCH] libstdc++: Implementation of class strand
 2023-04-10 19:42 UTC  (4+ messages)

[PATCH] libstdc++: use __bool_constant instead of integral_constant
 2023-04-08 21:08 UTC  (11+ messages)
              ` PING: "

PR 108846 regression
 2023-04-05 17:03 UTC  (3+ messages)

[committed] hppa: Fix 22_locale/locale/cons/12658_thread-2.cc on hppa
 2023-04-05 15:47 UTC 

[PATCH 1/4] libstdc++: Harmonize <version> and other headers
 2023-04-05 12:10 UTC  (15+ messages)
` [PATCH 2/4] libstdc++: Add a test for <version> FTM redefinitions
` [PATCH 3/4] libstdc++: Downgrade DEBUG to ASSERTIONS when !HOSTED
` [PATCH 4/4] libstdc++: Fix some freestanding test failures

[committed] libstdc++: Define std::sub_match::swap member function (LWG 3204)
 2023-04-05 11:24 UTC 

[committed] libstdc++: Fix outdated docs about demangling exception messages
 2023-04-04 11:17 UTC 

[PATCH 00/10] c++, libstdc++: get std::is_object to dispatch to new built-in traits
 2023-04-02  7:53 UTC  (27+ messages)
` [PATCH 01/10] c++: implement __is_reference built-in trait
` [PATCH 02/10] libstdc++: use new built-in trait __is_reference for std::is_reference
` [PATCH 03/10] c++: implement __is_function built-in trait
` [PATCH 04/10] libstdc++: use new built-in trait __is_function for std::is_function
` [PATCH 05/10] libstdc++: use std::is_void instead of __is_void in helper_functions.h
` [PATCH 06/10] libstdc++: remove unused __is_void in cpp_type_traits.h
` [PATCH 07/10] c++: rename __is_void defined in pr46567.C to ____is_void
` [PATCH 08/10] c++: implement __is_void built-in trait
` [PATCH 09/10] libstdc++: use new built-in trait __is_void for std::is_void
` [PATCH 10/10] libstdc++: make std::is_object dispatch to new built-in traits
` [PATCH 0/7] c++, libstdc++: get std::is_object to "
` [PATCH v2 "
  ` [PATCH v2 1/7] c++: implement __is_reference built-in trait
  ` [PATCH v2 2/7] libstdc++: use new built-in trait __is_reference for std::is_reference
  ` [PATCH v2 3/7] c++: implement __is_function built-in trait
  ` [PATCH v2 4/7] libstdc++: use new built-in trait __is_function for std::is_function
  ` [PATCH v2 5/7] c++, libstdc++: implement __is_void built-in trait
  ` [PATCH v2 6/7] libstdc++: use new built-in trait __is_void for std::is_void
  ` [PATCH v2 7/7] libstdc++: make std::is_object dispatch to new built-in traits
  ` [PATCH v3 0/6] c++, libstdc++: get std::is_object to "
    ` [PATCH v3 1/6] c++: implement __is_reference built-in trait
    ` [PATCH v3 2/6] libstdc++: use new built-in trait __is_reference for std::is_reference
    ` [PATCH v3 3/6] c++: implement __is_function built-in trait
    ` [PATCH v3 4/6] libstdc++: use new built-in trait __is_function for std::is_function
    ` [PATCH v3 5/6] c++, libstdc++: implement __is_void built-in trait
    ` [PATCH v3 6/6] libstdc++: make std::is_object dispatch to new built-in traits

[committed] libstdc++: Teach optimizer that empty COW strings are empty [PR107087]
 2023-03-31 22:45 UTC 

[PATCH] Implement std::advance for istreambuf_iterator using pubseekoff
 2023-03-31 21:03 UTC  (3+ messages)

[committed] libstdc++: Avoid -Wmaybe-uninitialized warning in std::stop_source [PR109339]
 2023-03-31 14:50 UTC 

[committed] libstdc++: Fix constexpr functions in <experimental/internet>
 2023-03-31 14:49 UTC  (6+ messages)

[committed] libstdc++: Revert addition of boolean flag to net::ip::basic_endpoint
 2023-03-31 14:49 UTC 

[GSoC] Conflicted Built-in Trait Name
 2023-03-30 18:44 UTC  (18+ messages)

[committed] libstdc++: Use std::remove_cv_t in std::optional::transform [PR109340]
 2023-03-29 23:45 UTC  (2+ messages)

[committed] libstdc++: Apply small fix from LWG 3843 to std::expected
 2023-03-29 23:39 UTC 

[committed] libstdc++: Enforce requirements on template argument of std::optional
 2023-03-29 23:38 UTC 

__lower_bound improvement for arithmetical types
 2023-03-29  8:00 UTC  (4+ messages)

[committed] libstdc++: Do not use facets cached in ios for ATL128 build [PR103387]
 2023-03-28 23:19 UTC 

[committed] libstdc++: More fixes for null pointers used with std::char_traits
 2023-03-28 20:15 UTC 

[committed] libstdc++: Tell GCC what basic_string::_M_is_local() means [PR109299]
 2023-03-28 20:14 UTC 

[committed] libstdc++: Update tzdata to 2023a [PR109288]
 2023-03-28 20:14 UTC 

[PATCH] libstdc++: Add missing trait is_simd_flag_type
 2023-03-28 13:41 UTC  (2+ messages)

[committed] libstdc++: Fix operator% implementation for Clang
 2023-03-28 10:42 UTC 

[PATCH] libstdc++/complex: Remove implicit type casts in complex
 2023-03-27 21:23 UTC 

[PATCH] libstdc++: Fix up experimental/net/timer/waitable/dest.cc testcase
 2023-03-27  9:36 UTC  (2+ messages)

std::jthread move assignment
 2023-03-23 13:52 UTC 

[PATCH 1/2] c++: implement __is_unsigned built-in trait
 2023-03-23  0:42 UTC  (10+ messages)
` [PATCH 2/2] libstdc++: use new built-in trait __is_unsigned
    ` [PATCH v2 "
  ` [PATCH v2 1/2] c++: implement __is_unsigned built-in trait

[PATCH 1/2] c++: implement __is_volatile built-in trait
 2023-03-22 23:41 UTC  (2+ messages)
` [PATCH 2/2] libstdc++: use new built-in trait __is_volatile

[committed] libstdc++: Fix assigning nullptr to std::atomic<shared_ptr<T>> (LWG 3893)
 2023-03-22 23:27 UTC 

[committed] libstdc++: Add missing __cpp_lib_format macro to <version>
 2023-03-22 19:53 UTC  (4+ messages)

[committed] libstdc++: Remove std::formatter<const charT[N], charT> specialization
 2023-03-22 17:50 UTC 

[committed] libstdc++: Define __cpp_lib_constexpr_algorithms in <utility> (LWG 3792)
 2023-03-22 17:50 UTC 

[committed] libstdc++: Use rvalues in std::string::resize_and_overwrite (LWG 3645)
 2023-03-22 17:49 UTC 

[committed] libstdc++: Add comment to <format> (LWG 3720)
 2023-03-22 17:49 UTC 

[committed] libstdc++: Add allocator-extended constructors to std::match_results (LWG 2195)
 2023-03-22 17:49 UTC 

[committed] libstdc++: Make std::istream_iterator copy ctor constexpr (LWG 3600)
 2023-03-22 17:49 UTC 

[PATCH v2 1/2] libstdc++: use copy_file_range, improve sendfile in filesystem::copy_file
 2023-03-22 12:20 UTC  (6+ messages)
` [PATCH v2 1/2] libstdc++: also use sendfile for big files

[PATCH 1/2] c++: implement __is_const built-in trait
 2023-03-22  0:11 UTC  (2+ messages)
` [PATCH 2/2] libstdc++: use new built-in trait __is_const

[PATCH 1/2] c++: implement __is_array built-in trait
 2023-03-21 22:39 UTC  (2+ messages)
` [PATCH 2/2] libstdc++: use new built-in trait __is_array

[PATCH] libstdc++: Skip integer division optimization for Clang
 2023-03-21 17:12 UTC  (2+ messages)

[PATCH] libstdc++: Use more precise __RECIPROCAL_MATH__ macro
 2023-03-21 17:11 UTC  (2+ messages)

[PATCH 2/2] libstdc++: Fix simd compilation with Clang
 2023-03-21 17:01 UTC  (2+ messages)
` [committed] "

[PATCH v2] libstdc++: Fix handling of surrogate CP in codecvt [PR108976]
 2023-03-21 16:50 UTC 

[PATCH 1/2] c++: implement __is_function built-in trait
 2023-03-21 14:21 UTC  (2+ messages)
` [PATCH 2/2] libstdc++: use new built-in trait __is_function

[PATCH 1/2] c++: implement __add_const built-in trait
 2023-03-21 11:37 UTC  (5+ messages)
` [PATCH 2/2] libstdc++: use new built-in trait __add_const

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