public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
[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 

[PATCH] libstdc++: Implementation of class strand
 2021-03-12 12:21 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 

[PATCH] libstdc++: Avoid accidental ADL when calling make_reverse_iterator
 2021-03-03 19:26 UTC  (3+ messages)

C++2a synchronisation inefficient in GCC 11
 2021-03-03 17:41 UTC  (73+ 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 3/5] std::__atomic_wait: don't use __detail::__waiter with futex
  ` [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++] Refactor/cleanup of atomic wait implementation
 2021-03-03 17:31 UTC  (4+ messages)

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

[PATCH 1/4] libstdc++: More efficient date from days
 2021-02-25 16:57 UTC  (7+ messages)

[committed] libstdc++: Document library versioning for GCC 11
 2021-02-25 15:36 UTC 

[committed] libstdc++: Do not assume std::FILE is complete [PR 99270]
 2021-02-25 15:36 UTC 

[wwwdocs] Document new libstdc++ features
 2021-02-25 12:55 UTC 

[committed] libstdc++: Add std::to_underlying for C++23
 2021-02-25 11:54 UTC 

[committed] libstdc++: Define std::to_chars overloads for __ieee128 [PR 98389]
 2021-02-24 22:34 UTC  (3+ messages)

[PATCH] libstdc++: Fix __floating_to_chars_precision for __float128
 2021-02-24 22:22 UTC  (2+ messages)

[PATCH 4/4] libstdc++: More efficient last day of month
 2021-02-24 18:54 UTC  (3+ messages)

[PATCH] libstdc++: Update baseline symbols for {aarch64,ia64,m68k,riscv64}-linux
 2021-02-24 17:54 UTC  (2+ messages)

[PATCH 1/2] libstdc++: Robustify long double std::to_chars testcase [PR98384]
 2021-02-24 17:08 UTC  (7+ messages)
` [PATCH 2/2] libstdc++: Fix endianness issue with IBM long double [PR98384]

[committed] libstdc++: Fix failing tests due to 'u' identifier in kernel header
 2021-02-24 16:38 UTC 

[PATCH 3/4] libstdc++: More efficient is_leap
 2021-02-23 13:25 UTC 

[PATCH 2/4] libstdc++: More efficient days from date
 2021-02-23 13:24 UTC 

[committed] libstdc++: Fix up constexpr std::char_traits<char>::compare [PR99181]
 2021-02-23  8:40 UTC 

[PATCH] libstdc++: Fix up parallel_backend_serial.h [PR97549]
 2021-02-22 19:14 UTC  (2+ messages)

[RFC] libstc++: Implement gather and scatter
 2021-02-19 12:56 UTC  (3+ messages)

[committed] libstdc++: Fix __thread_yield for non-gthreads targets
 2021-02-19 11:14 UTC  (2+ messages)

[committed] libstdc++: Add missing return and use reserved name
 2021-02-15 15:52 UTC 

[committed] libstdc++: Restore <unistd.h> in testsuite_fs.h header [PR 99096]
 2021-02-14 20:42 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).