public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
Add three way lower_bound
 2021-06-23 20:34 UTC 

[PATCH] libstdc++: More efficient std::chrono::year::leap
 2021-06-23 17:52 UTC  (7+ messages)

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

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

[PATCH 0/3] Improve and document stdx::simd testsuite
 2021-06-23 15:46 UTC  (5+ 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

[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  (21+ 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)

[PATCH 00/11] stdx::simd optimizations, corrections, and cleanups
 2021-06-11 10:53 UTC  (16+ 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 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

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  (4+ messages)

[committed] libstdc++: Fix value categories used by ranges access CPOs [PR 100824]
 2021-06-05 10:46 UTC  (4+ messages)

[committed] libstdc++: Add feature test macro for heterogeneous lookup in unordered containers
 2021-06-04 17:10 UTC  (2+ messages)

[committed] libstdc++: Optimize std::any_cast by replacing indirect call
 2021-06-04 17:05 UTC  (2+ messages)

[PATCH] libstdc++: Simplify range adaptors' forwarding of bound args when possible
 2021-06-03 12:10 UTC  (3+ messages)

[PATCH] libstdc++: Avoid hard error in ranges::unique_copy [PR100770]
 2021-06-03 11:54 UTC  (9+ messages)

std::atomic_shared_ptr
 2021-06-02 15:03 UTC  (7+ messages)

[committed] libstdc++: Value-initialize objects held by EBO helpers [PR 100863]
 2021-06-02 12:35 UTC 

Hashtable PR96088 Work in Progress
 2021-06-02 12:35 UTC  (15+ messages)
` [PATCH] Hashtable PR96088

[committed] libstdc++: Improve punctuation in implementation status docs
 2021-06-02 11:33 UTC 

[PATCH] PR libstdc++/89728 diagnose some missuses of [locale.convenience] functions
 2021-06-01 18:04 UTC  (10+ messages)

[committed] libstdc++: Fix return value of std::ranges::advance [PR 100833]
 2021-06-01 16:09 UTC 

[committed] libstdc++: Fix installation of python hooks [PR 99453]
 2021-06-01 12:30 UTC 

[committed] libstdc++: Remove "Intel Compilers" bibliography entry
 2021-05-30 22:31 UTC 

[committed] libstdc++: Fix std::jthread assertion and re-enable skipped test
 2021-05-27 12:10 UTC  (6+ messages)

[PATCH] Simplify branching in algos
 2021-05-27  5:04 UTC 

[committed] libstdc++: Change [range.iter.op] functions to function objects [PR 100768]
 2021-05-26 19:36 UTC 

[_GLIBCXX_DEBUG] Enhance rendering of assert message
 2021-05-25 21:10 UTC  (4+ messages)

Status report for my libstdc++ fork
 2021-05-25 21:06 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).