public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] Simplify branching in algos
 2021-11-21 20:34 UTC  (2+ messages)

[PATCH][_GLIBCXX_DEBUG] Enhance std::erase_if for vector/deque
 2021-11-21 11:24 UTC 

[PATCH 1/5] libstdc++: Import the fast_float library
 2021-11-19 21:49 UTC  (13+ messages)
` [PATCH 2/5] libstdc++: Apply modifications to our local copy of fast_float
` [PATCH 3/5] libstdc++: Adjust fast_float's over/underflow behavior for conformnace
` [PATCH 4/5] libstdc++: Use fast_float in std::from_chars for binary32/64
` [PATCH 5/5] libstdc++: Import MSVC floating-point std::from_chars testcases

[committed] libstdc++: Improve tests for stringstream constructors in C++20
 2021-11-19 20:25 UTC 

[committed] libstdc++: Use __is_single_threaded in locale initialization
 2021-11-19 20:24 UTC 

[committed] libstdc++: Begin lifetime of chars in constexpr std::string [PR103295]
 2021-11-19 20:21 UTC  (2+ messages)
` [committed] libstdc++: One more change for Clang to support "

[committed] libstdc++: Suppress -Wstringop warnings [PR103332]
 2021-11-19 18:23 UTC 

[PATCH] libstdc++, testsuite: Add a prune expression for external tool bug
 2021-11-19 17:54 UTC  (2+ messages)

[PATCH][_GLIBCXX_DEBUG] Limit performance impact in __erase_nodes_if
 2021-11-19 10:43 UTC  (2+ messages)

[committed] libstdc++: Fix std::char_traits<C>::move for constexpr
 2021-11-18 16:15 UTC 

Fwd: [PATCH 3/4] Darwin : Allow for configuring Darwin to use embedded runpath
 2021-11-18 15:34 UTC  (2+ messages)
  `  "

[committed] libstdc++: Replace AC_CACHE_VAL with AC_CACHE_CHECK
 2021-11-18 14:25 UTC 

__inplace_stable_sort improvement
 2021-11-18 12:58 UTC 

putting __glibcxx_assert_fail into debug.cc bloats binary size by introducing all the dead code with debug.cc
 2021-11-18  9:51 UTC  (6+ messages)

Fwd: [PATCH 0/4] Darwin: Replace environment runpath with embedded [PR88590]
 2021-11-17 21:24 UTC 

[committed] libstdc++: Use std::construct_at in net::ip::address
 2021-11-17 17:36 UTC 

[committed] libstdc++: Simplify std::string constructors
 2021-11-17 17:36 UTC 

[committed] libstdc++: Set active member of union in std::string [PR103295]
 2021-11-17 17:25 UTC 

[committed] libstdc++: Fix std::type_info::before for ARM [PR103240]
 2021-11-17 17:25 UTC 

[committed] libstdc++: Fix tests for constexpr std::string
 2021-11-16 22:49 UTC 

[committed 2/2] libstdc++: Implement constexpr std::basic_string for C++20
 2021-11-16 16:56 UTC  (2+ messages)

[committed 1/2] libstdc++: Use hidden friends for vector<bool>::reference swap overloads
 2021-11-16 16:45 UTC 

[committed] libstdc++: Fix out-of-bound array accesses in testsuite
 2021-11-16 14:17 UTC 

[committed] libstdc++: Fix typos in tests
 2021-11-16 14:16 UTC 

[PATCH] libstdc++: Merge latest Ryu sources
 2021-11-16  9:33 UTC  (2+ messages)

[PATH][_GLIBCXX_DEBUG] Fix unordered container merge
 2021-11-15 18:16 UTC  (21+ messages)

[PATCH 0/2] Make use of the diagnose_as attribute to improve libstdc++ diagnostics
 2021-11-15 17:05 UTC  (3+ messages)
` [PATCH 1/2] libstdc++: Use diagnose_as attribute to improve string diagnostics
` [PATCH 2/2] libstdc++: Use diagnose_as attribute to improve simd diagnostics

[PATCH] libstdc++: Define <stacktrace> header for C++23
 2021-11-15 11:37 UTC 

[PATCH] Enhance unordered container merge
 2021-11-15  9:10 UTC  (4+ messages)

[PATCH 00/11] stdx::simd optimizations, corrections, and cleanups
 2021-11-15  8:57 UTC  (3+ messages)
` [PATCH 11/11] libstdc++: Fix ODR issues with different -m flags

[PATCH] libstdc++: Implement P1328 "Making std::type_info::operator== constexpr"
 2021-11-14 23:11 UTC 

[PATCH][_GLIBCXX_DEBUG] Code cleanup/simplification
 2021-11-14 17:12 UTC  (2+ messages)

[committed] libstdc++: Implement std::spanstream for C++23
 2021-11-13 11:46 UTC 

[PATCH] libstdc++: Use GCC_TRY_COMPILE_OR_LINK for getentropy, arc4random
 2021-11-12 23:43 UTC  (2+ messages)

[committed] libstdc++: Print assertion messages to stderr [PR59675]
 2021-11-12 12:25 UTC 

[wwwdocs] Document libstdc++ changes in gcc-12
 2021-11-12 11:56 UTC 

[committed] libstdc++: Implement constexpr std::vector for C++20
 2021-11-12  0:44 UTC 

[committed] libstdc++: Make pmr::memory_resource::allocate implicitly create objects
 2021-11-11 20:02 UTC 

[committed] libstdc++: Remove public std::vector<bool>::data() member
 2021-11-11 20:02 UTC 

[committed] libstdc++: Fix test for libstdc++ not including <unistd.h> [PR100117]
 2021-11-10 12:05 UTC 

[committed] libstdc++: Disable gthreads weak symbols for glibc 2.34 [PR103133]
 2021-11-10 12:05 UTC 

libstdc++: Make atomic<T*>::wait() const [PR102994]
 2021-11-09 19:40 UTC  (5+ messages)

use getrandom() and getentropy() since wasm and probably other platforms use them for std::random_device?
 2021-11-09 15:17 UTC  (6+ messages)
  ` [committed] libstdc++: Support getentropy and arc4random in std::random_device

[committed] libstdc++: Make test print which random_device tokens work
 2021-11-09 15:14 UTC 

[committed] libstdc++: Do not use 64-bit DARN on 32-bit powerpc [PR103146]
 2021-11-09 15:14 UTC 

require et random_device for cons token test
 2021-11-09 15:02 UTC  (7+ messages)

[committed] libstdc++: Support getentropy and arc4random in std::random_device
 2021-11-09 14:41 UTC 

[committed] libstdc++: Make spurious std::random_device FAIL less likely
 2021-11-09 14:41 UTC 

Fwd: [PATCH 2/4] libstdc++: Adjust build of PCH files accounting configured host support
 2021-11-05 23:23 UTC  (2+ messages)
  `  "

[committed] libstdc++: Fix range access for empty std::valarray [PR103022]
 2021-11-05 21:47 UTC  (2+ messages)

[committed] libstdc++: Optimize std::tuple_element and std::tuple_size_v
 2021-11-05 21:45 UTC  (3+ messages)

[RFC PATCH] Implement #pragma GCC noexpand
 2021-11-05 20:01 UTC 

[committed] libstdc++: Add [[unlikely]] attributes to std::random_device routines
 2021-11-05 18:17 UTC 

[PATCH] libstdc++: Add support for POWER9 DARN instruction to std::random_device
 2021-11-05 18:16 UTC  (9+ messages)
  ` [PATCH v2] "

[committed] libstdc++: Add xfail to pretty printer tests that fail in C++20
 2021-11-05 12:28 UTC 

[PATCH] print extended assertion failures to stderr
 2021-11-04 23:44 UTC  (3+ messages)

[committed] libstdc++: Fix pretty printing of std::unique_ptr [PR103086]
 2021-11-04 23:08 UTC 

[PATCH] libstdc++: Deprecate std::unexpected and handler functions
 2021-11-04 20:54 UTC  (2+ messages)

[committed] libstdc++: Consolidate duplicate metaprogramming utilities
 2021-11-04 18:33 UTC 

[PATCH] print extended assertion failures to stderr
 2021-11-04 15:13 UTC  (4+ messages)

[committed 1/3] libstdc++: Fix handling of const types in std::variant [PR102912]
 2021-11-04  9:42 UTC  (3+ messages)
` [committed 2/3] libstdc++: Optimize std::variant traits and improve diagnostics
` [committed 3/3] libstdc++: Refactor emplace-like functions in std::variant

[committed] libstdc++: Fix regression in std::list::sort [PR66742]
 2021-11-03 16:51 UTC 

[PATCH] libstdc++: Clear padding bits in atomic compare_exchange
 2021-11-03  3:06 UTC  (7+ messages)

[committed] libstdc++: Add some noexcept to std::valarray
 2021-11-03  0:16 UTC 

[committed] libstdc++: Missing constexpr for __gnu_debug::__valid_range etc
 2021-11-01 23:52 UTC 

[committed] libstdc++: Reorder constraints on std::span::span(Range&&) constructor
 2021-11-01 23:51 UTC 

gdb support for libstdc++ on windows?
 2021-10-31 21:54 UTC 

[committed] libstdc++: Fix typo in std::stack test
 2021-10-29 20:36 UTC 

[PATCH] c++tools: Fix memory leak
 2021-10-26 14:19 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] libstdc++: Fix 28_regex/basic_regex/84110.cc on Solaris
 2021-10-26  9:15 UTC  (2+ messages)

[PATCH] libstdc++: Fix 17_intro/names.cc on Solaris
 2021-10-26  9:05 UTC  (2+ messages)

[committed] libstdc++: Constrain std::make_any [PR102894]
 2021-10-22 22:11 UTC 

[committed] libstdc++: Improve generated man pages for libstdc++
 2021-10-21 21:58 UTC 

[committed] libstdc++: Add Doxygen comments to contents of <functional>
 2021-10-21 21:57 UTC 

[committed] libstdc++: Suppress Doxygen docs for more implementation details
 2021-10-21 21:56 UTC 

[PATCH 1/2] libstdc++: Implement LWG 3523 changes to ranges::iota_view
 2021-10-21 15:22 UTC  (4+ messages)
` [PATCH 2/2] libstdc++: Implement P1739R4 changes to views::take/drop/counted

[PATCH] libstdc++: Implement P2432R1 changes for views::istream
 2021-10-21 15:18 UTC  (2+ messages)

[PATCH] libstdc++: missing constexpr for __[nm]iter_base [PR102358]
 2021-10-21 15:02 UTC  (2+ messages)

[PATCH] libcody: Avoid double-free
 2021-10-21 13:30 UTC  (2+ messages)

[committed] libstdc++: Remove constraints from std::optional monadic ops [PR102863]
 2021-10-21  0:25 UTC  (2+ messages)

[committed] libstdc++: Implement monadic operations for std::optional (P0798R8)
 2021-10-20 19:22 UTC  (4+ messages)
    ` [committed] libstdc++: Add missing test for std::optional::transform(F&&)

[PATCH] libstdc++: Implement LWG 3595 changes to common_iterator
 2021-10-20 18:58 UTC  (2+ messages)

[PATCH] libstdc++: Implement LWG 3535 changes to ranges::join_view
 2021-10-20 18:57 UTC  (2+ messages)

[PATCH] libstdc++: Implement LWG 3481 change to ranges::viewable_range
 2021-10-20 18:55 UTC  (2+ messages)

[PATCH] libstdc++: Implement LWG 3590-3592 changes to split_view/lazy_split_view
 2021-10-20 18:50 UTC  (2+ messages)

[PATCH] libstdc++: Implement LWG 3549 changes to ranges::enable_view
 2021-10-19 19:58 UTC  (2+ messages)

[PATCH] libstdc++: Implement LWG 3470 change to ranges::subrange
 2021-10-19 18:49 UTC  (2+ messages)

[PATCH] libstdc++: Implement LWG 3568 change to ranges::basic_istream_view
 2021-10-19 18:47 UTC  (2+ messages)

[PATCH] libstdc++: Implement LWG 3580 changes to ranges::iota_view
 2021-10-19 18:47 UTC  (2+ messages)

[committed] libstdc++: Implement std::random_device::entropy() for other sources
 2021-10-19 16:31 UTC 

[committed] libstdc++: Fix doxygen generation to work with relative paths
 2021-10-19 15:34 UTC 

[committed] libstdc++: Change std::variant union member to empty struct
 2021-10-19 14:02 UTC 

[committed] libstdc++: Fix std::stack deduction guide
 2021-10-19 14:02 UTC 

[committed] libstdc++: Fix mem-initializer in std::move_only_function [PR102825]
 2021-10-19 10:51 UTC 

[committed] libstdc++: Fix error in filesystem::path with Clang
 2021-10-15 23:49 UTC 

[committed] libstdc++: Define std::basic_string::resize_and_overwrite for C++23 (P1072R10)
 2021-10-15 23:48 UTC 

[committed] libstdc++: Make non-propagating-cache fully constexpr [PR101263]
 2021-10-15 17:30 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).