public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
[committed] libstdc++: Fix is_trivially_constructible (PR 94033)
 2020-03-18 23:21 UTC 

[committed 1/2] libstdc++: Fix compilation with released versions of Clang
 2020-03-18 13:01 UTC  (2+ messages)
` [committed 2/2] libstdc++: Fix compilation of <stop_token> with Clang

[committed] libstdc++: Fix type-erasure in experimental::net::executor (PR 94203)
 2020-03-18  0:25 UTC 

[PATCH] Add C++2a wait/notify_one/notify_all support to std::atomic<>
 2020-03-17 20:25 UTC  (2+ messages)

[committed] libstdc++: Add default constructor to net::service_already_exists (PR 94199)
 2020-03-17 11:34 UTC  (3+ messages)

[PATCH] libstdc++: Skip 91371.cc for x32
 2020-03-16 11:42 UTC  (2+ messages)

[PATCH] Add C++2a wait/notify_one/notify_all support to std::atomic<>
 2020-03-13  1:06 UTC 

[PATCH] Fix Hashtable node manipulation when custom pointer
 2020-03-12 21:55 UTC  (2+ messages)

[committed] libstdc++: Fix test failure due to -Wnonnull warnings
 2020-03-12 11:03 UTC 

[PATCH] libstdc++: Fix the return type of __cxa_finalize according to the Itanium C++ ABI
 2020-03-12 10:13 UTC 

[PATCH] libstdc++: Add a test that takes the split_view of a non-forward range
 2020-03-11 15:57 UTC  (2+ messages)

ODR violation in ranges
 2020-03-11 15:39 UTC  (7+ messages)

[committed] libstdc++: Fix invalid noexcept-specifier (PR 94117)
 2020-03-10 22:16 UTC  (3+ messages)

[committed] libstdc++: Fix regression in std::move algorithm (PR 93872)
 2020-03-10 17:54 UTC  (7+ messages)

[PATCH] libstdc++: LWG 3286 ranges::size is not required to be valid after 
 2020-03-10 17:53 UTC  (2+ messages)

[committed] libstdc++: Change compile-only test to run
 2020-03-10  9:49 UTC 

[committed] libstdc++: Handle type-changing path concatenations (PR 94063)
 2020-03-09 23:27 UTC 

Bind to std::equal plumbing in ranges::equal
 2020-03-09  6:29 UTC  (4+ messages)

[PATCH] libstdc++: Give ranges::empty() a concrete return type (PR 93978)
 2020-03-06 14:04 UTC  (3+ messages)

[committed] libstdc++: Fix call to __glibcxx_rwlock_init (PR 93244)
 2020-03-06 12:26 UTC  (2+ messages)

[committed] libstdc++: Fix failing filesystem::path tests (PR 93244)
 2020-03-06 11:35 UTC 

[PATCH 1/1] libstdc++: Deal with ENOSYS == ENOTSUP
 2020-03-06 10:00 UTC  (5+ messages)

Bind to std::equal plumbing in ranges::equal
 2020-03-06  6:03 UTC 

[PATCH 2/1] libstdc++: Add missing friend declaration to join_view::_Sentinel
 2020-03-05 18:29 UTC  (3+ messages)

[committed] libstdc++: Fix some warnings in filesystem tests
 2020-03-05 17:25 UTC 

[committed] libstdc++: allow string_view insertion to work with <iosfwd> (PR 94051)
 2020-03-05 16:47 UTC 

[PATCH] libstdc++: Workaround is_trivially_copyable<volatile T> (PR 94013)
 2020-03-04 15:39 UTC 

[PATCH 1/4] libstdc++: Fix use of is_nothrow_assignable_v in <bits/ranges_uninitialized.h>
 2020-03-04  3:52 UTC  (9+ messages)
` [PATCH 4/4] libstdc++: Move-only input iterator support in <memory> algorithms (LWG 3355)
` [PATCH 2/4] libstdc++: Add a move-only testsuite iterator type
` [PATCH 3/4] libstdc++: Add a test range type that has a sized sentinel

[PATCH] libstdc++: Fix incorrect use of memset in ranges::fill_n (PR 94017)
 2020-03-03 22:33 UTC  (3+ messages)

[PATCH] PR libstdc++/91620 Implement DR 526 for std::[forward_]list::remove_if/unique
 2020-03-03 21:37 UTC  (4+ messages)

Fix Debug mode Undefined Behavior
 2020-03-03 21:31 UTC  (2+ messages)

[committed] libstdc++: Micro-optimisations for lexicographical_compare_three_way
 2020-03-03 11:09 UTC 

bug(?) report: string self-append
 2020-03-03  0:55 UTC  (2+ messages)

[PATCH] libstdc++: Implement integer-class types as defined in [iterator.concept.winc]
 2020-03-02 19:29 UTC  (3+ messages)

[committed] libstdc++: Add __maybe_const_t and __maybe_empty_t aliases
 2020-03-02 17:14 UTC  (2+ messages)

[PATCH] libstdc++: Fix bogus use of memcmp in ranges::lexicographical_compare (PR 93972)
 2020-03-02 17:12 UTC  (5+ messages)

[PATCH] libstdc++: P0769R2 Add shift to <algorithm>
 2020-03-02 12:20 UTC  (8+ messages)

[PATCH] x32: Update baseline_symbols.txt
 2020-03-01 14:16 UTC 

[committed] Skip libstdc++ charset.cc tests on *-*-hpux*
 2020-02-29 18:39 UTC 

[committed] Explicitly link against against libatomic in various libstdc++ tests
 2020-02-29 17:55 UTC 

[committed] Update baseline symbols for hppa-linux
 2020-02-29 16:30 UTC 

[committed] libstdc++: Add __maybe_const_t and __maybe_empty_t aliases
 2020-02-28 23:08 UTC  (4+ messages)

[committed] libstdc++: Add lightweight replacement for std::numeric_limits (PR 92546)
 2020-02-28 21:56 UTC  (2+ messages)

[committed] libstdc++: test for failing assertion should use 'run' not 'compile'
 2020-02-28 18:43 UTC 

[PATCH] libstdc++: P1645R1 constexpr for <numeric> algorithms
 2020-02-28 18:19 UTC  (6+ messages)

[PATCH] libstdc++: Also disable caching of reverse_view::begin() for common_ranges
 2020-02-28 16:48 UTC  (2+ messages)

[PATCH] libstdc++: Memoize {drop,drop_while,filter,reverse}_view::begin
 2020-02-28 14:15 UTC  (4+ messages)

[PATCH] Limit includes in hashtable_policy.h
 2020-02-28 14:09 UTC  (2+ messages)

[PATCH] libstdc++: Fix FS-dependent filesystem tests
 2020-02-28 13:38 UTC  (2+ messages)

-Wstringop-overflow warning in std::string
 2020-02-28 13:20 UTC  (3+ messages)

[committed] libstdc++: Disable diagnostic URLs in testsuite
 2020-02-27 21:25 UTC 

[PATCH] libstdc++: -D_GLIBCXX_DEBUG fixes in the constrained algos tests
 2020-02-27 17:26 UTC  (2+ messages)

[PATCH] libstdc++: Add missing friend declarations in some range adaptors
 2020-02-27 17:25 UTC  (2+ messages)

[committed] libstdc++: Fix debug mode test failures
 2020-02-27 15:13 UTC 

-D_GLIBCXX_DEBUG testsuite FAILs in some constrained algos tests
 2020-02-27 13:42 UTC 

[PATCH] Improvements to valid range checks in debug mode
 2020-02-27 13:06 UTC 

[committed] libstdc++: Support N3644 "Null Forward Iterators" for testsuite iterators
 2020-02-27 13:03 UTC 

[PATCH] libstdc++: Make _GLIBCXX_CONCEPT_CHECKS more constexpr-friendly
 2020-02-27 10:57 UTC 

[PATCH] Add c++2a binary_semaphore
 2020-02-26 16:07 UTC  (11+ messages)

[committed] libstdc++: Two simplifications for lexicographical_compare
 2020-02-26 15:22 UTC 

[PATCH] libstdc++: Fix use of inaccessible private member in split_view (PR93936)
 2020-02-26 14:28 UTC  (2+ messages)

[PATCH] libstdc++: LWG 3292 iota_view is under-constrained
 2020-02-25 18:16 UTC  (12+ messages)
` [PATCH] libstdc++: LWG 3301 transform_view::iterator has incorrect iterator_category
` [PATCH] libstdc++: LWG 3325 Constrain return type of transformation function for transform_view
` [PATCH] libstdc++: LWG 3397 basic_istream_view::iterator should not provide iterator_category
` [PATCH] libstdc++: LWG 3313 join_view::iterator::operator-- is incorrectly constrained

[PATCH] libstdc++: Add missing bits of P0896R4 pertaining to [back|front]_insert_iterator
 2020-02-24 17:17 UTC  (6+ messages)

[committed] libstdc++: Add default_sentinel support to stream iterators
 2020-02-24 14:24 UTC  (2+ messages)

[committed] libstdc++: enable_view has false positives (LWG 3326)
 2020-02-24 12:16 UTC 

[PATCH] libstd++: Library-side tests for parenthesized aggregate init (c++/92878, c++/92947)
 2020-02-24 10:44 UTC  (2+ messages)

[PATCH] libstdc++: Define <=> for tuple, optional and variant
 2020-02-21 17:13 UTC 

[wwwdocs] Document more libstdc++ changes
 2020-02-21 10:28 UTC 

[PATCH 1/2] libstdc++: Forward second argument of views::iota using the correct type
 2020-02-20 18:40 UTC  (7+ messages)
` [PATCH 2/2] libstdc++: P1739R4 Avoid template bloat for safe_ranges in combination with

[PATCH] libstdc++: Fix capturing of lvalue references in_RangeAdaptor::operator()
 2020-02-20 18:39 UTC  (2+ messages)

[committed] libstdc++: Issues with range access CPOs (P2091R0)
 2020-02-20 13:58 UTC 

[PATCH] libstdc++: Add <=> to thread::id
 2020-02-20 13:02 UTC  (3+ messages)
` [committed] Remove std::type_info::operator!= for C++20
  ` [committed] libstdc++: Define operator<=> for <system_error> types

[committed] libstdc++: Implement LWG issues 3398, 3379, 3304, 3321, 3280, 3335
 2020-02-19 22:13 UTC  (5+ messages)
` [committed] libstdc++: Implement LWG issues 3320, 3369, 3200, 3348, 3237
  ` [committed] libstdc++: Implement LWG issues 3247, 3282
    ` [committed] libstdc++: Implement LWG issues 3329, 3331, 3360, 3364, 3385

[PATCH] libstdc++: Add missing call to unused subroutine in split_view test
 2020-02-19 21:08 UTC  (2+ messages)

[committed] libstdc++: P1964R2 Wording for boolean-testable
 2020-02-19 10:57 UTC  (4+ messages)

[PATCH] libstdc++: P1983R0 Wording for GB301, US296, US292, US291, and US283
 2020-02-18 23:42 UTC  (3+ messages)

[PATCH 1/3] libstdc++: Apply the move_iterator changes described in P1207R4
 2020-02-18 23:41 UTC  (7+ messages)
` [PATCH 3/3] libstdc++: Implement C++20 range adaptors

[committed] libstdc++: Implement "Safe Integral Comparisons" (P0586R2)
 2020-02-18 18:58 UTC  (3+ messages)

[committed 1/4] libstdc++: P2116R0 Remove tuple-like protocol support from fixed-extent span
 2020-02-18 17:52 UTC  (4+ messages)
` [committed 2/4] libstdc++: Reorder declarations of std::span members
  ` [committed 3/4] libstdc++: Fix and simplify constraints on std::span constructors
    ` [committed 4/4] libstdc++: P1976R2 Fixed-size span construction from dynamic range

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