public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
[committed] libstdc++: Fix assigning nullptr to std::atomic<shared_ptr<T>> (LWG 3893)
 2023-03-22 23:27 UTC 

[PATCH 1/2] c++: implement __is_unsigned built-in trait
 2023-03-22 21:23 UTC  (8+ 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

[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 

__lower_bound improvement for arithmetical types
 2023-03-10 10:26 UTC  (2+ messages)

[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  (7+ messages)
  ` [PATCH] libstdc++: Limit allocations in _Rb_tree 1/2
    ` [PATCH] libstdc++: Limit allocations in _Rb_tree 2/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)

[PATCH] [libstdc++] [prettyprint] add local std::string use to more tests
 2023-03-03 18:09 UTC  (2+ messages)

[PATCH] libstdc++: Update Solaris baselines for GCC 13.0
 2023-03-03  9:51 UTC  (2+ messages)

[committed] libstdc++: Fix typo in comment in bits/cow_string.h
 2023-03-01 21:26 UTC 

[committed] libstdc++: Make std::chrono::current_zone() default to UTC
 2023-03-01 21:26 UTC 

Unreviewed libstdc++ patch
 2023-03-01 12:37 UTC 

[wwwdocs] Document synchronized_value addition to libstdc++
 2023-02-28 21:14 UTC 

[committed] libstdc++: Fix uses_allocator_construction_args for pair<T&&, U&&> [PR108952]
 2023-02-28  9:50 UTC 

[committed] libstdc++: Do not use memmove for 1-element ranges [PR108846]
 2023-02-28  9:50 UTC 

[committed] libstdc++: Add likely/unlikely attributes to <codecvt> implementation
 2023-02-28  9:50 UTC 

[PATCH] libstdc++: Add Doxygen comment for string::resize_and_overwite
 2023-02-27 14:49 UTC  (4+ messages)
    ` [committed] "

[PATCH] Fix std::unordered_map key range insertion
 2023-02-27  5:46 UTC  (2+ messages)

[PATCH 0/8] std::experimental::simd patchset
 2023-02-24 18:44 UTC  (19+ messages)
` [PATCH 1/8] libstdc++: Simplify three helper functions into one
` [PATCH 2/8] libstdc++: Fix simd build failure on clang
` [PATCH 3/8] libstdc++: More efficient masked inc-/decrement implementation
` [PATCH 4/8] libstdc++: Add missing constexpr on simd shift implementation
` [PATCH 5/8] libstdc++: Always-inline most of non-cmath fixed_size implementation
` [PATCH 6/8] libstdc++: Fix formatting
` [PATCH 7/8] libstdc++: Fix -Wsign-compare issue
` [PATCH 8/8] libstdc++: Test that integral simd reductions are precise

[committed 1/5] libstdc++: Optimize net::ip::address_v4::to_string()
 2023-02-24 14:28 UTC  (5+ messages)
` [committed 2/5] libstdc++: Fix conversion to/from net::ip::address_v4::bytes_type
` [committed 3/5] libstdc++: Fix members of net::ip::network_v4
` [committed 4/5] libstdc++: Make net::ip::basic_endpoint comparisons constexpr
` [committed 5/5] libstdc++: Constrain net::executor constructors

[committed] libstdc++: Suppress warnings about use of deprecated std::aligned_storage
 2023-02-24 14:25 UTC 

[committed] libstdc++: Reorder dg-options before dg-do
 2023-02-24 14:19 UTC 

[PATCH] [PR77760] [libstdc++] encode __time_get_state in tm
 2023-02-23 18:21 UTC  (5+ messages)

GCC has been accepted as a GSoC mentoring org
 2023-02-23 17:00 UTC 

front() and back() missing in std::set and std::multiset
 2023-02-22 16:48 UTC  (2+ messages)

[PATCH] libstdc++: Add missing functions to <cmath> [PR79700]
 2023-02-21 11:22 UTC  (5+ messages)

[committed] libstdc++: Fix uses of non-reserved names in simd header
 2023-02-20 16:36 UTC  (2+ messages)

[PATCH] libstdc++: Update baseline symbols for riscv64-linux
 2023-02-20 14:36 UTC  (2+ 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).