public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
ostream::operator<<() and sputn()
 2021-07-14 21:54 UTC  (4+ messages)

[committed] libstdc++: Add noexcept-specifier to basic_string_view(It, End)
 2021-07-14 11:24 UTC 

[PATCH] libstdc++: invalid default init in _CachedPosition [PR101231]
 2021-07-13 19:07 UTC 

[PATCH] libstdc++: Give split_view::_Sentinel a default ctor [PR101214]
 2021-07-13 19:05 UTC 

[PATCH] libstdc++: Give split_view::_Sentinel a default ctor [PR101214]
 2021-07-13 18:04 UTC 

[committed] libstdc++: Simplify basic_string_view::ends_with [PR 101361]
 2021-07-13 14:22 UTC 

[committed] libstdc++: Remove duplicate #include in <string_view>
 2021-07-13 11:11 UTC 

[committed] libstdc++: Constrain std::as_writable_bytes [PR101411]
 2021-07-12 17:36 UTC 

[PATCH] libstdc++: Only use __gthread_yield if gthreads is available
 2021-07-09 14:20 UTC  (5+ messages)

[committed] libstdc++: Allow unique_ptr<Incomplete[]>::operator[] [PR 101236]
 2021-07-02 11:16 UTC  (2+ messages)
` [committed] libstdc++: Revert changes to std::unique_ptr<T[]>::operator[] [PR 101271]

[committed] libstdc++: Improvements to Doxygen markup
 2021-07-01 18:25 UTC 

[committed] libstdc++: Improve Doxygen documentation groups [PR 101258]
 2021-07-01  0:09 UTC 

[committed] libstdc++: Make <experimental/simd> depend on C++17
 2021-07-01  0:09 UTC 

[committed] libstdc++: Suppress redundant definitions of static members in <random>
 2021-07-01  0:08 UTC 

Looking for status of SIMD implementation
 2021-06-30  7:22 UTC  (6+ messages)

[committed] libstdc++: More workarounds in 17_intro/names.cc test [PR 97088]
 2021-06-28 15:43 UTC  (5+ messages)

[committed] libstdc++: Remove redundant explicit instantiations
 2021-06-28 15:25 UTC 

[committed] libstdc++: Implement LWG 2762 for std::unique_ptr::operator*
 2021-06-28 14:19 UTC  (5+ messages)

[committed] libstdc++: Implement LWG 415 for std::ws
 2021-06-28 13:23 UTC 

[committed] libstdc++: Avoid intercepting exception in ostream::write
 2021-06-25 19:54 UTC 

[committed] libstdc++: Implement LWG 581 for std:ostream::flush()
 2021-06-25 19:54 UTC 

[committed] libstdc++: Fix exception handling in std::ostream seek functions
 2021-06-25 19:54 UTC 

[committed] libstdc++: Remove noexcept from syncbuf::swap (LWG 3498)
 2021-06-25 19:52 UTC 

[PATCH 00/11] stdx::simd optimizations, corrections, and cleanups
 2021-06-25 11:23 UTC  (26+ messages)
` [PATCH 01/11] libstdc++: Improve copysign codegen
` [PATCH 02/11] libstdc++: Remove dead code
` [PATCH 03/11] libstdc++: Improve fixed_size codegen
` [PATCH 04/11] libstdc++: Make use of __builtin_bit_cast
  ` [PATCH 04/11 v2] "
    ` [PATCH 04/11 v3] "
` [PATCH 05/11] libstdc++: Remove incorrect fabs overload
` [PATCH 06/11] libstdc++: Minor simd_math cleanups
` [PATCH 07/11] libstdc++: Fix condition when AVX512F ldexp implementation is used
` [PATCH 08/11] libstdc++: Avoid raising fp exceptions in trunc, floor, and ceil
` [PATCH 09/11] libstdc++: Ensure unrolled loops inline the lambda
` [PATCH 10/11] libstdc++: Fix internal names: add missing underscores
` [PATCH 11/11] libstdc++: Fix ODR issues with different -m flags

[PATCH] C++ P0482R6 char8_t: declare std::c8rtomb and std::mbrtoc8 if provided by the C library
 2021-06-25  2:56 UTC  (5+ messages)

[PATCH 0/3] Improve and document stdx::simd testsuite
 2021-06-24 13:12 UTC  (6+ messages)
` [PATCH 1/3] libstdc++: Remove -fno-tree-vrp after PR98834 was resolved
` [PATCH 2/3] libstdc++: Improve output verbosity options and default
` [PATCH 3/3] libstdc++: Document simd testsuite

[PATCH] libstdc++: More efficient std::chrono::year::leap
 2021-06-24 11:42 UTC  (8+ messages)

Add three way lower_bound
 2021-06-23 20:34 UTC 

[PATCH] [libstdc++] Cleanup atomic timed wait implementation
 2021-06-23 16:01 UTC  (2+ messages)

[committed] libstdc++: Improve std::lock algorithm
 2021-06-23 11:16 UTC  (13+ messages)
  ` [PATCH v2] "
            ` [PATCH v3] "

[PATCH] c++: CTAD and deduction guide selection [PR86439]
 2021-06-23  6:32 UTC  (5+ messages)

[committed] libstdc++: Remove garbage collection support for C++23 [P2186R2]
 2021-06-22 20:30 UTC 

[committed] libstdc++: Implement LWG 3422 for std::seed_seq
 2021-06-22 20:29 UTC 

[RFC] Add gnu::diagnose_as attribute
 2021-06-22 20:12 UTC  (11+ messages)
` [PATCH] "

[PATCH] libstdc++: Fix for deadlock in std::counting_semaphore [PR100806]
 2021-06-22 18:09 UTC  (4+ messages)

[PATCH] libstdc++: Sync __cpp_lib_ranges macro defined in ranges_cmp.h
 2021-06-21 13:39 UTC  (2+ messages)

[PATCH] libstdc++: Implement LWG 3553 change to split_view
 2021-06-18 21:58 UTC  (2+ messages)

[PATCH 1/5] libstdc++: Implement P2325 changes to default-constructibilty of views
 2021-06-18 21:58 UTC  (11+ messages)
` [PATCH 2/5] libstdc++: Move ranges algos used by <ranges> into ranges_util.h
` [PATCH 3/5] libstdc++: Rename views::split to views::lazy_split as per P2210
` [PATCH 4/5] libstdc++: Implement resolution of LWG 3478 "
` [PATCH 5/5] libstdc++: Implement new views::split "

[PATCH] libstdc++: Implement LWG 3555 changes to transform/elements_view
 2021-06-18 21:55 UTC  (2+ messages)

[PATCH] libstdc++: Implement LWG 3546 changes to common_iterator
 2021-06-18 21:54 UTC  (2+ messages)

[PATCH] libstdc++: Reduce ranges::minmax/minmax_element comparison complexity
 2021-06-18 21:19 UTC  (6+ messages)

[PATCH] libstdc++: Implement LWG 3557 change to convertible_to
 2021-06-18 15:19 UTC  (2+ messages)

[committed] libstdc++: Replace incorrect static assertion in std::reduce [PR95833]
 2021-06-18 14:06 UTC 

[committed] libstdc++: Simplify constexpr checks in std::char_traits [PR 91488]
 2021-06-18 10:25 UTC  (2+ messages)
` [committed 2/2] "

[committed] libstdc++: Suppress -Wstringop-overread warning in test
 2021-06-18 10:16 UTC 

[PATCH] libstdc++: Refine range adaptors' "simple extra args" mechanism [PR100940]
 2021-06-17 10:25 UTC  (5+ messages)
` [PATCH 2/1] libstdc++: Non-triv-copyable extra args aren't simple [PR100940]

[PATCH 2/2] libstdc++: Use template form for pretty-printing tuple elements
 2021-06-16 13:53 UTC  (2+ messages)

[committed] libstdc++: Add noexcept specifiers to some range adaptors
 2021-06-16 13:40 UTC  (2+ messages)

[committed] libstdc++: Use function object for __decay_copy helper
 2021-06-16 13:38 UTC  (2+ messages)

[committed] libstdc++: Make ranges CPOs final and not addressable
 2021-06-16 13:37 UTC  (4+ messages)

[committed] libstdc++: Remove precondition checks from ranges::subrange
 2021-06-15 18:27 UTC 

Links broken for C++ in web page "GCC online documentation: Latest releases"
 2021-06-15 15:09 UTC 

[committed] libstdc++: Fix noexcept-specifier for ranges::empty
 2021-06-14 22:14 UTC 

[committed] libstdc++: Fix common_reference for non-reference results [PR100894]
 2021-06-14 20:18 UTC 

[PATCH 1/2] libstdc++: Count pretty-printed tuple elements from 0 not 1
 2021-06-14 18:11 UTC 

[committed] libstdc++: Fix filesystem::path comparisons for C++23
 2021-06-14 14:19 UTC  (3+ messages)

[committed] libstdc++: Fix std::any constraints [PR101034]
 2021-06-14 14:12 UTC 

[committed 1/2] libstdc++: Change [cmp.alg] assertions to constraints
 2021-06-14 13:08 UTC  (2+ messages)
` [committed 2/2] libstdc++: Implement LWG 3465 for std::compare_partial_order_fallback [PR101056]

[committed] libstdc++: Use reserved name for attribute [PR101055]
 2021-06-14 13:06 UTC  (2+ messages)

[PATCH] PR libstdc++/98842: Fixed Constraints on operator<=>(optional, U)
 2021-06-13 21:59 UTC  (4+ messages)

libstdc++ PR 57272 Fancy pointer support in Hashtable
 2021-06-10 17:22 UTC  (7+ messages)

[PATCH] libstdc++: Skip atomic instructions in _Sp_counted_base::_M_release when both counts are 1
 2021-06-10 14:41 UTC  (2+ messages)

[committed] libstdc++: Only support atomic_ref::wait tests which are always lockfree
 2021-06-09 20:52 UTC 

[PATCH] PR libstdc++/100889: Fix wrong param type in atomic_ref<_Tp*>::wait
 2021-06-09 15:11 UTC  (10+ messages)
  ` [PATCH] [libstdc++] Fix Wrong param type in :atomic_ref<_Tp*>::wait [PR100889]
  ` [PATCH] libstdc++: Fix Wrong param type in :atomic_ref<_Tp*>::wait [PR100889] [PR100889]
    ` [PATCH] libstdc++: Fix Wrong param type in :atomic_ref<_Tp*>::wait [PR100889]

[PATCH] libstdc++: implement locale support for AIX
 2021-06-09 14:50 UTC  (20+ messages)

[committed] libstdc++: Fix constraint on std::optional assignment [PR 100982]
 2021-06-09 11:45 UTC 

[committed] libstdc++: Add warnings for some C++23 deprecations
 2021-06-09  9:32 UTC 

[PATCH] [libstdc++] Remove unused hasher instance
 2021-06-08 23:04 UTC  (3+ messages)

[committed] libstdc++: Finish implementing LWG 3413 for propagate_const
 2021-06-08 14:01 UTC 

[PATCH] libstdc++: add missing typename for dependent type in std::ranges::elements_view [PR100900]
 2021-06-07 14:54 UTC 

Links broken for C++ in web page "GCC online documentation: Latest releases"
 2021-06-07 13:38 UTC 

[PATCH] Use _GLIBCXX_ASSERTIONS as _GLIBCXX_DEBUG light
 2021-06-07  4:25 UTC  (3+ messages)

[committed] libstdc++: Fix value categories used by ranges access CPOs [PR 100824]
 2021-06-05 10:46 UTC  (4+ 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).