public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] libstdc++-v3: Check for TLS support on mingw
 2018-02-19  8:59 UTC 

PR libstdc++/81797 Add .NOTPARALLEL to include/Makefile for darwin
 2018-02-15 21:12 UTC 

[PATCH 0/5] Make std::future::wait_* use std::chrono::steady_clock when required
 2018-02-14 16:32 UTC  (17+ messages)
` [PATCH 4/5] libstdc++ atomic_futex: Use std::chrono::steady_clock as reference clock
` [PATCH 2/5] libstdc++ futex: Use FUTEX_CLOCK_REALTIME for wait
` [PATCH 5/5] Extra async tests, not for merging
` [PATCH 3/5] libstdc++ futex: Support waiting on std::chrono::steady_clock directly
` [PATCH 1/5] Improve libstdc++-v3 async test

Extend aligned_membuf<> usage
 2018-02-08  6:10 UTC  (4+ messages)

[build, v3] Enable COMDAT group support on Solaris 10
 2018-02-06 18:48 UTC  (2+ messages)

Fix some _GLIBCXX_DEBUG pretty printer errors
 2018-02-05  6:49 UTC 

[C++ PATCH] Speed up inplace_merge algorithm & fix inefficient logic(PR c++/83938)
 2018-02-02 17:38 UTC  (4+ messages)

New istreambuf_iterator debug check
 2018-01-31 17:16 UTC  (7+ messages)

Link with correct values-*.o files on Solaris (PR target/40411)
 2018-01-30 21:21 UTC  (7+ messages)

[PATCH] Remove CANADIAN, that break compilation for foreign target
 2018-01-30 18:36 UTC  (7+ messages)
  ` [PING] "
    ` [PING^2] "
      ` [PING^3] "

[PATCH] PR libstdc++/83833 fix chi_squared_distribution::param(const param&)
 2018-01-29 14:11 UTC  (2+ messages)

std::vector default default and move constructors
 2018-01-29 13:49 UTC  (12+ messages)

[PATCH] PR libstdc++/84087 add default arguments to basic_string members (LWG 2268)
 2018-01-29 13:23 UTC 

[PATCH] Regenerate libstdc++ documentation
 2018-01-29 12:37 UTC 

[PATCH] PR libstdc++/83658 fix exception-safety in std::any::emplace
 2018-01-29 12:34 UTC 

Why do we have __valarray_get_memory?
 2018-01-26 12:48 UTC  (3+ messages)

[C++ PATCH] Speed up inplace_merge algorithm & fix inefficient logic(PR c++/83938
 2018-01-25 21:00 UTC  (3+ messages)

[libstdc++][testsuite] Fix dg-options/dg-add-options order
 2018-01-19 10:13 UTC  (3+ messages)

[PATCH, libstdc++]: Fix configure check for linux/random.h
 2018-01-18 19:46 UTC  (2+ messages)

debug container mutex association
 2018-01-17 16:53 UTC  (10+ messages)

[libstdc++] Fix 17_intro/names.cc on SPARC/Linux
 2018-01-16 20:41 UTC 

[PATCH] PR libstdc++/83834 replace wildcard pattern in linker script
 2018-01-16 12:47 UTC 

[PATCH] PR libstdc++/83830 Define std::has_unique_object_representations_v
 2018-01-15 15:02 UTC 

[v3 PATCH] Make optional conditionally trivially_{copy,move}_{constructible,assignable}
 2018-01-15 10:55 UTC  (4+ messages)

[PATCH] Fix <regex> regex_replace
 2018-01-13  9:59 UTC  (2+ messages)

[PATCH] PR libstdc++/80276 fix pretty printers for array smart pointers
 2018-01-13  0:38 UTC  (3+ messages)

Smart pointer pretty printers
 2018-01-11 22:26 UTC  (13+ messages)

RFE: -fconcepts support for libstdc++
 2018-01-11 13:22 UTC  (4+ messages)

[PATCH] PR libstdc++/83709 don't rehash if no insertion
 2018-01-09 13:06 UTC  (2+ messages)

Fix Bug 83566 - cyl_bessel_j returns wrong result for x>1000 for high orders
 2018-01-08 19:08 UTC  (16+ messages)

std::forward_list optim for always equal allocator
 2018-01-08 13:53 UTC  (4+ messages)

[PATCH] PR libstdc++/83626 Don't throw for remove("") and remove_all("")
 2018-01-05 23:58 UTC  (5+ messages)

[PATCH] PR libstdc++/83279 handle sendfile not copying entire file
 2018-01-05 21:44 UTC  (2+ messages)

Results for 8.0.0 20171214 (experimental) [trunk revision 255666] (GCC) libstdc++ testsuite on x86_64-pc-linux-gnu
 2018-01-04 21:12 UTC  (2+ messages)
` gcc diagnostic bug ?

[PATCH] Avoid redundant calls to filesystem::status_known
 2018-01-04 13:47 UTC 

[PATCH] PR libstdc++/83607 specialize Boyer-Moore searchers for std::byte
 2018-01-04 10:25 UTC 

[v3 PATCH] Protect optional's deduction guide with the feature macro
 2018-01-03 19:57 UTC  (2+ messages)

Fix Debug DR2354
 2017-12-28  5:38 UTC  (3+ messages)

[PATCH] PR libstdc++/83600 fix end iterator for unready std::match_results
 2017-12-27 22:22 UTC 

[PATCH] PR libstdc++/83598 don't modify flags passed to std::basic_regex constructors
 2017-12-27 22:20 UTC 

[PATCH] PR libstdc++/83538 fix std::match_results<T>::reference (LWG 2306)
 2017-12-27 19:44 UTC 

[PATCH] Fix Bug 83237 - Values returned by std::poisson_distribution are not distributed correctly
 2017-12-24 15:54 UTC  (12+ messages)

[PATCH] PR libstdc++/83450 avoid -Wreturn-type warning in test
 2017-12-24  9:18 UTC 

[PATCH][aarch64][libstdc++] Use __ARM_BIG_ENDIAN instead of __AARCH64EB__ in opt_random.h
 2017-12-20 10:28 UTC 

[v3 PATCH] PR libstdc++/68430
 2017-12-18 17:58 UTC  (2+ messages)

Fix Debug insert_return_type
 2017-12-18 17:57 UTC  (2+ messages)

[PATCH] PR libstdc++/68519 use native duration to avoid rounding errors
 2017-12-14 20:44 UTC 

[PATCH] PR libstdc++/83427 detect weak result type from noexcept functions
 2017-12-14 17:32 UTC  (2+ messages)

[PATCH] PR libstdc++/59568 fix error handling for std::complex stream extraction
 2017-12-14 11:48 UTC  (4+ messages)

[PATCH] PR libstdc++/83395 fix invocable traits for INVOKE<cv void>
 2017-12-12 17:44 UTC 

[PATCH] annotate vector::_M_default_append fo better codegen (PR 83229)
 2017-12-11 19:38 UTC  (7+ messages)

[PATCH,libstdc++ testsuite] Fix hyperg failures
 2017-12-07 19:49 UTC  (2+ messages)

[PATCH] emit a trap for buffer overflow in placement new
 2017-12-06  0:06 UTC  (6+ messages)

[PATCH libstdc++/66689] comp_ellint_3 and ellint_3 return garbage values
 2017-12-05 18:36 UTC  (6+ messages)

libstdc++ PATCH to harmonize noexcept
 2017-12-05 15:23 UTC  (3+ messages)

[PATCH] Fix -Wsystem-header warnings in libstdc++
 2017-12-04 23:15 UTC  (4+ messages)

[v3 PATCH] Implement LWG 2221, No formatted output operator for nullptr
 2017-12-04 23:04 UTC  (2+ messages)

[PATCH] Fix overflow in __gnu_cxx::__numeric_traits::__min
 2017-12-01 15:09 UTC  (5+ messages)

[PATCH] Add noexcept to std::integral_constant members
 2017-12-01 15:09 UTC 

[RFC] Proposal to contribute Intel’s implementation of C++17 parallel algorithms
 2017-12-01 14:16 UTC  (5+ messages)

[PATCH] PR libstdc++/65927 Fix -Wunused-but-set-parameter warning
 2017-11-30 17:31 UTC 

[PATCH] Implement std::to_address for C++2a
 2017-11-30 15:07 UTC  (6+ messages)

[PATCH] PR libstdc++/83226 avoid forming pointer-to-reference type
 2017-11-30 13:47 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).