public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
https://github.com/llvm/llvm-project/tree/master/pstl link broken
 2021-03-28 21:19 UTC 

[PATCH] Fix _GLIBCXX_DEBUG container allocator aware move constructors
 2021-03-28 20:27 UTC  (3+ messages)

improve future::poll calibration loop
 2021-03-27 19:44 UTC  (2+ messages)

Questions about std::string::operator=(char)
 2021-03-27 15:32 UTC  (5+ messages)

[PATCH 0/3] Uncontroversial improvements to C++20 wait-related implementation
 2021-03-26 23:53 UTC  (5+ messages)

require et random_device for cons token test
 2021-03-26 19:17 UTC  (15+ messages)

Problem building libstdc++ for the avr target
 2021-03-26  8:25 UTC  (18+ messages)

[PATCH] Complete __gnu_debug::basic_string
 2021-03-25 18:22 UTC  (10+ messages)

libstdc++ 10.2.0 issue
 2021-03-24 17:35 UTC  (4+ messages)

Problem with libstdc++ documentation for math functions
 2021-03-24 14:25 UTC  (4+ messages)

[PATCH] [libstdc++] Refactor/cleanup of atomic wait implementation
 2021-03-23 19:00 UTC  (5+ messages)

[PATCH] libstdc++: Avoid accidental ADL when calling make_reverse_iterator
 2021-03-23 18:25 UTC  (8+ messages)

[PATCH] libstdc++: Implementation of class strand
 2021-03-23 16:39 UTC  (2+ messages)

[committed] libstdc++: Disable "ALT128" long double support for Clang
 2021-03-23 15:02 UTC 

[committed] libstdc++: Implement string_view range constructor for C++23
 2021-03-22 23:16 UTC 

[committed] libstdc++: Add noexcept to std::begin etc as per LWG 2280 and 3537
 2021-03-22 15:58 UTC 

[committed] libstdc++: Add std::is_scoped_enum for C++23
 2021-03-20 14:18 UTC  (4+ messages)

[wwwdocs] Document std::is_scoped_enum support
 2021-03-19 20:12 UTC 

[stage1 PATCH] libstdc++: Implement LWG 1203 for rvalue iostreams
 2021-03-17 18:33 UTC 

[PATCH 1/2] libstdc++: Revert to old std::call_once implementation [PR 99341]
 2021-03-16 12:40 UTC  (3+ messages)
` [PATCH 2/2] libstdc++: Remove symbols for new "

[PATCH] libstdc++: Implement missing operator overloads in max_size_type.h
 2021-03-15 14:22 UTC  (2+ messages)

[PATCH v1] libstdc++-v3: Update VTV vars for libtool link commands [PR99172]
 2021-03-15 12:28 UTC  (7+ messages)

[PATCH] libstdc++, Darwin, ppc : Add new long double symbols
 2021-03-15 12:22 UTC  (2+ messages)

[PATCH] libstdc++, testsuite, Darwin : Adjust for names used in system headers
 2021-03-15 12:20 UTC  (2+ messages)

experimental simd PPC fails without VSX?
 2021-03-15  1:04 UTC 

printers.py issue
 2021-03-11 18:33 UTC  (9+ messages)

[committed] libstdc++: Handle EPERM for filesystem access errors on MacOS [PR 99537]
 2021-03-11 18:20 UTC  (2+ messages)

[PATCH 1/4] libstdc++: Factor out uses of __int128 into a type alias
 2021-03-11 18:15 UTC  (7+ messages)
` [PATCH 2/4] libstdc++: Add LOCAL_PATCHES file to Ryu sources
` [PATCH 3/4] libstdc++: Remove Ryu's uint128_t aliases
` [PATCH 4/4] libstdc++: Add fallback 128-bit integer class type and use it

[committed] libstdc++: Make barrier::arrival_token a move-only class type
 2021-03-11 17:54 UTC 

[committed] libstdc++: Use acq_rel memory ordering [PR 99537]
 2021-03-11 17:54 UTC 

[committed] libstdc++: Initialize std::normal_distribution::_M_saved [PR 99536]
 2021-03-11 17:53 UTC 

[Bug libstdc++/99402] [10/11 Regression] std::copy creates _GLIBCXX_DEBUG false positive for attempt to subscript a dereferenceable (start-of-sequence) iterator
 2021-03-11 17:51 UTC  (2+ messages)

[committed] libstdc++-v3/testsuite: Add options to link with libatomic in various tests
 2021-03-10 18:20 UTC  (3+ messages)

[committed] libstdc++: Fix headers that can't be used as header units [PR 99413]
 2021-03-10 15:28 UTC 

[committed] libstdc++: Implement LWG 3530 for concept-constrained comparisons
 2021-03-10 15:28 UTC 

[committed] libstdc++: Uncomment more parts of <chrono> synopsis test
 2021-03-10 11:17 UTC 

[PATCH] skip testing time before epoch on mips
 2021-03-10  3:31 UTC 

[PATCH] Fix __gnu_debug::basic_string
 2021-03-08 21:04 UTC 

[PATCH] skip testing time before epoch on mips
 2021-03-08 11:15 UTC  (4+ messages)

DWARF debug info version on macOS and 'std::' namespace (and pretty-printers)
 2021-03-07 23:10 UTC  (9+ messages)

[PATCH] libstdc++: Improve std::rot[lr] [PR99396]
 2021-03-06 10:08 UTC  (2+ messages)

[PATCH 0/3] Uncontroversial improvements to C++20 wait-related implementation
 2021-03-05 18:21 UTC  (4+ messages)
` [PATCH 1/3] Atomic __platform_wait: accept any 32-bit type, not just int
` [PATCH 2/3] std::latch: reduce internal implementation from ptrdiff_t to int
` [PATCH 3/3] barrier: optimise by not having the hasher in a loop

[wwwdocs] Add <thread> to libstdc++ header dependency changes
 2021-03-04 20:52 UTC 

[committed] libstdc++: Fix buffer overflows in tests [PR 99382]
 2021-03-04 10:32 UTC 

C++2a synchronisation inefficient in GCC 11
 2021-03-03 17:41 UTC  (63+ messages)
` [PATCH 1/5] std::latch: reduce internal implementation from ptrdiff_t to int
  ` [PATCH 2/5] Atomic __platform_wait: accept any 32-bit type, not just int
  ` [PATCH 4/5] barrier: use int instead of unsigned char for the phase state
  ` [PATCH 5/5] barrier: optimise by not having the hasher in a loop

[PATCH] libstdc++: Update Solaris baselines for GCC 11.1
 2021-03-03 13:17 UTC  (2+ messages)

ENOTSUP macro does not exist on DJGPP CRT
 2021-03-01 16:53 UTC  (2+ messages)

[Bug libstdc++/83077] sso-string @ gnu-versioned-namespace
 2021-02-28 14:51 UTC 

Can we replace memory allocation in eh_alloc.cc with operator new(std::size_t) and operator delete(void*,std::size_t) noexcept
 2021-02-27 13:07 UTC  (2+ messages)

[PATCH/RFA] libstdc++: provide conversion from day, month to unsigned long, PR99301
 2021-02-27 12:54 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).