public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH 00/10] c++, libstdc++: get std::is_object to dispatch to new built-in traits
 2023-03-30 18:39 UTC  (18+ 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 6/7] libstdc++: use new built-in trait __is_void for std::is_void

[committed] libstdc++: Fix constexpr functions in <experimental/internet>
 2023-03-30 16:01 UTC  (4+ messages)

[GSoC] Conflicted Built-in Trait Name
 2023-03-30 12:23 UTC  (17+ 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] libstdc++: use __bool_constant instead of integral_constant
 2023-03-23 11:06 UTC  (8+ messages)

[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] libstdc++: Implementation of class strand
 2023-03-22 14:31 UTC  (3+ messages)

[PATCH v2 1/2] libstdc++: use copy_file_range, improve sendfile in filesystem::copy_file
 2023-03-22 12:20 UTC  (8+ 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 0/2] Make std::experimental::simd (more) usable with Clang
 2023-03-21 17:01 UTC  (6+ messages)
` [PATCH 1/2] libstdc++: Fix simd test compilation "
` [PATCH 2/2] libstdc++: Fix simd "
    ` [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  (7+ messages)
` [PATCH 2/2] libstdc++: use new built-in trait __add_const

[committed] libstdc++: Fix formatting in std::filesystem helper function
 2023-03-20 23:04 UTC 

[PATCH] libstdc++: use new built-in trait __remove_pointer
 2023-03-20 22:24 UTC  (6+ messages)

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

[PATCH] libstdc++: use new built-in trait __is_reference
 2023-03-20 20:24 UTC  (11+ messages)

[PATCH] libstdc++: Fix handling of surrogate CP in codecvt [PR108976]
 2023-03-20 17:45 UTC  (3+ messages)

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

[committed] libstdc++: Remove template-head from std::expected<void> ctor [PR109182]
 2023-03-20  9:36 UTC 

[committed] libstdc++: Add const to hash<coroutine_handle<P>>::operator() [PR109165]
 2023-03-18  9:55 UTC  (3+ messages)

[PATCH] c++, libstdc++: new compiler built in is_scalar, use built-in is_scalar in libstdc++ std::is_scalar
 2023-03-15 21:10 UTC 

[PATCH v2 2/2] libstdc++: use copy_file_range, improve sendfile in filesystem::copy_file
 2023-03-15 19:32 UTC 

[pushed] libstdc++: Fix template-head of repeat_view::_Iterator [PR109111]
 2023-03-14 23:20 UTC 

libstdc++-v3 spelling mistake
 2023-03-14 17:33 UTC  (3+ messages)
` [committed] libstdc++: Fix typo in comment

[committed] libstdc++: Fix preprocessor condition for inline variables
 2023-03-14 11:04 UTC  (4+ messages)

[committed] libstdc++: Add comment about symver linker scripts to makefile
 2023-03-14 10:30 UTC 

[committed] libstdc++: Add assertions to std::mask_array operations [PR62196]
 2023-03-14 10:30 UTC 

[PATCH] update copyright year in libstdc++ manual
 2023-03-13 10:46 UTC  (5+ messages)
    ` [committed] libstdc++: Refer to documentation hacking docs from Makefile

[PATCH] libstdc++: Some baseline_symbols.txt updates
 2023-03-13 10:27 UTC  (4+ messages)
  ` [PATCH] libstdc++: Another baseline_symbols.txt update

[pushed] libstdc++: Move www.graphviz.org to https
 2023-03-12 10:16 UTC 

[committed] libstdc++: Fix GDB Xmethod for std::shared_ptr::use_count() [PR109064]
 2023-03-10 11:37 UTC 

[PATCH] libstdc++: Add missing free functions for atomic_flag [PR103934]
 2023-03-10  2:39 UTC  (6+ messages)

[PATCH 1/2] libstdc++: Harmonize <version> and other headers
 2023-03-09 22:26 UTC  (2+ messages)
` [PATCH 2/2] libstdc++: Add a test for <version> FTM redefinitions

[PATCH] libstdc++: Implement LWG 3820/3849 changes to cartesian_product_view
 2023-03-09 18:00 UTC  (2+ messages)

[PATCH] libstdc++: extraneous begin in cartesian_product_view::end [PR107572]
 2023-03-09 17:59 UTC  (3+ messages)

[PATCH] libstdc++: Implement P2520R0 changes to move_iterator's iterator_concept
 2023-03-09 17:55 UTC  (2+ messages)

[PATCH] libstdc++: Implement LWG 3715 changes to view_interface::empty
 2023-03-09 17:54 UTC  (2+ messages)

[PATCH] libstdc++: Make views::single/iota/istream SFINAE-friendly [PR108362]
 2023-03-09 17:52 UTC  (2+ messages)

[committed] libstdc++: Really fix symver for __gnu_cxx11_ieee128::__try_use_facet [PR108882]
 2023-03-09 16:12 UTC 

[committed] libstdc++: Fix symver for __gnu_cxx11_ieee128::__try_use_facet [PR108882]
 2023-03-07 17:35 UTC 

[committed] libstdc++: Fix comment typo in eh_personality.cc
 2023-03-07 17:35 UTC 

How do I debug a test for libstdc++?
 2023-03-07 14:08 UTC  (2+ messages)

[PATCH 2/2] libstdc++: use copy_file_range
 2023-03-07 11:01 UTC 

[PATCH] libstdc++: use copy_file_range, improve sendfile in filesystem::copy_file
 2023-03-06 23:45 UTC 

[PATCH] libstdc++: Limit allocations in _Rb_tree
 2023-03-06 17:36 UTC  (4+ messages)
  ` [PATCH] libstdc++: Limit allocations in _Rb_tree 1/2

[wwwdocs] Document allocator_traits<A>::rebind_alloc assertion with GCC 13
 2023-03-03 22:47 UTC  (2+ messages)

[libstdc++] Use __gthread_join in jthread/95989
 2023-03-03 20:57 UTC  (12+ messages)

[PATCH] libstdc++: testsuite: async.cc early timeout
 2023-03-03 20:06 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).