[PATCH] libstdc++: Avoid hard error in ranges::unique_copy [PR100770]
2021-05-26 19:55 UTC (6+ messages)
[committed] libstdc++: Change [range.iter.op] functions to function objects [PR 100768]
2021-05-26 19:36 UTC
[PATCH] libstdc++: Simplify range adaptors' forwarding of bound args when possible
2021-05-26 18:52 UTC (2+ messages)
[_GLIBCXX_DEBUG] Enhance rendering of assert message
2021-05-25 21:10 UTC (4+ messages)
Status report for my libstdc++ fork
2021-05-25 21:06 UTC
[PATCH] libstdc++: Fix iterator caching inside range adaptors [PR100479]
2021-05-24 18:59 UTC (7+ messages)
[committed] libstdc++: Qualify functions used in tests
2021-05-24 18:53 UTC
Hashtable PR96088 Work in Progress
2021-05-24 11:19 UTC (14+ messages)
` [PATCH] Hashtable PR96088
[PATCH] libstdc++: More efficient std::chrono::year::leap
2021-05-21 18:44 UTC (3+ messages)
[committed] libstdc++: Implement LWG 3490 change to drop_while_view::begin()
2021-05-21 4:07 UTC
[committed] libstdc++: Do not use static_assert without message in C++11
2021-05-20 20:49 UTC
[committed] libstdc++: Use __builtin_unreachable for constexpr assertions [PR 100676]
2021-05-20 20:49 UTC
Is it possible not to use snprintf or any other stdio functionalities to throw std::logic_error in standard library containers?
2021-05-20 20:00 UTC (8+ messages)
[PATCH] libstdc++: Fix access issue in iota_view::_Sentinel [PR100690]
2021-05-20 18:37 UTC (2+ messages)
[PATCH] libstdc++: Implement missing P0896 changes to reverse_view [PR100639]
2021-05-20 16:26 UTC (3+ messages)
[PATCH] libstdc++: Support range adaptors with defaultable arguments
2021-05-20 16:07 UTC
committed: Fix PR libstdc++/100361
2021-05-20 12:48 UTC
[committed] libstdc++: Fix std::jthread assertion and re-enable skipped test
2021-05-19 13:37 UTC (5+ messages)
[committed] libstdc++: Fix access issue in elements_view::_Sentinel [PR100631]
2021-05-18 14:23 UTC
[PATCH] libstdc++: Fix access issues in elements_view::_Sentinel [PR100631]
2021-05-18 4:42 UTC (4+ messages)
[PATCH] libstdc++: Fix wrong thread waking on notify [PR100334]
2021-05-17 19:08 UTC (7+ messages)
[PATCH] PR libstdc++/89728 diagnose some missuses of [locale.convenience] functions
2021-05-17 17:14 UTC (10+ messages)
[PATCH] libstdc++: Fix filesystem::path constraints for volatile [PR 100630]
2021-05-17 17:14 UTC (3+ messages)
[PATCH] libstdc++: Fix condition for memoizing reverse_view::begin() [PR100621]
2021-05-17 16:47 UTC (2+ messages)
[PATCH] libstdc++: Fix up semiregular-box partial specialization [PR100475]
2021-05-17 16:45 UTC (2+ messages)
[committed] libstdc++: Allow lualatex to be used for Doxygen PDF
2021-05-17 11:14 UTC
[PATCH] libstdc++: implement locale support for AIX
2021-05-17 9:17 UTC (18+ messages)
Links broken for C++ in web page "GCC online documentation: Latest releases"
2021-05-16 17:56 UTC (2+ messages)
Status of P0645 (std::format) in libstdc++
2021-05-16 7:24 UTC (4+ messages)
[RFC] Add gnu::diagnose_as attribute
2021-05-14 16:05 UTC (9+ messages)
` [PATCH] "
[committed] libstdc++: Fix some problems in PSTL tests
2021-05-12 13:51 UTC
[PATCH] libstdc++: Remove extern "C" from Ryu sources
2021-05-11 17:12 UTC (6+ messages)
[committed] libstdc++: Fix tests that fail in C++98 mode
2021-05-11 16:33 UTC
[committed] libstdc++: Fix missing members in std::allocator<void>
2021-05-11 16:33 UTC
[committed] libstdc++: Remove TODO comment
2021-05-10 20:22 UTC
[committed] libstdc++: Implement proposed resolution to LWG 3548
2021-05-10 20:22 UTC
[committed 1/9] libstdc++: Remove redundant -std=gnu++17 options from PSTL tests
2021-05-10 15:31 UTC (10+ messages)
` [committed 2/9] libstdc++: Remove redundant -std=gnu++17 options from filesystem tests
` [committed 3/9] libstdc++: Remove redundant -std=gnu++17 options from any/optional/variant tests
` [committed 4/9] libstdc++: Remove redundant -std=gnu++17 options from concurrency tests
` [committed 5/9] libstdc++: Remove redundant -std=gnu++17 options from PMR tests
` [committed 6/9] libstdc++: Remove redundant -std=gnu++17 options from strings tests
` [committed 7/9] libstdc++: Remove redundant -std=gnu++17 options from containers tests
` [committed 8/9] libstdc++: Remove redundant -std=gnu++17 options from algorithm tests
` [committed 9/9] libstdc++: Remove redundant -std=gnu++17 options from remaining tests
[committed] libstdc++: Adjust expected errors in tests when compiled as C++20
2021-05-10 15:22 UTC
[committed] libstdc++: Rename test type to avoid clashing with std::any
2021-05-10 14:00 UTC
[PATCH][_GLIBCXX_DEBUG] libbacktrace integration
2021-05-09 15:03 UTC (8+ messages)
[committed] libstdc++: Implement LWG 1203 for rvalue iostreams
2021-05-07 22:49 UTC (5+ messages)
[PATCH] PR libstdc++/71579 assert that type traits are not misused with an incomplete type
2021-05-07 18:00 UTC (14+ messages)
Can __gnu_cxx::stdio_filebuf<char_type,traits_type>'s is_open method() throws exception??
2021-05-07 3:29 UTC
[committed] libstdc++: Use unsigned char argument to std::isdigit
2021-05-06 12:43 UTC (4+ messages)
[committed] libstdc++: Fix definition of std::remove_cvref_t
2021-05-06 12:42 UTC
[PATCH 1/2] libstdc++: Implement LWG 3391 changes to move/counted_iterator::base
2021-05-06 10:28 UTC (4+ messages)
` [PATCH 2/2] libstdc++: Implement LWG 3533 changes to foo_view::iterator::base()
[PATCH] libstdc++: Reduce ranges::minmax/minmax_element comparison complexity
2021-05-05 15:48 UTC (5+ messages)
[committed] libstdc++: Add tests for std::invoke feature test macro
2021-05-05 12:01 UTC
[PATCH] libstdc++: Implement LWG 3517 and 3520 for transform_view/join_view
2021-05-05 9:42 UTC (2+ messages)
[PATCH] libstdc++: Don't constrain some enable_borrowed_range specializations
2021-05-05 9:40 UTC (2+ messages)
ctype support for libstdc++ on VxWorks
2021-05-05 1:05 UTC (5+ messages)
[committed 1/4] libstdc++ Fix undefined behaviour in testsuite
2021-05-04 22:20 UTC (4+ messages)
` [committed 2/4] libstdc++: Fix null dereference in pb_ds containers
` [committed 3/4] libstdc++: Fix undefined behaviour in std::string
` [committed 4/4] libstdc++: Fix null dereferences in std::promise
[libstdc++] Inconsistent detection of __int128
2021-05-04 13:53 UTC (7+ messages)
[committed] libstdc++: Do not use deduced return type for std::visit [PR 100384]
2021-05-04 11:19 UTC
[committed] libstdc++: Move unix.org reference to https
2021-05-03 0:02 UTC
[PATCH] libstdc++: Implement P2328 changes to join_view
2021-04-30 22:51 UTC (7+ messages)
[committed] libstdc++: Define __cpp_lib_constexpr_string macro
2021-04-30 21:27 UTC (2+ messages)
[PATCH, libstdc++] GLIBCXX_HAVE_INT64_T
2021-04-30 20:18 UTC (13+ messages)
[committed] libstdc++: Implement proposed resolution for LWG 3532
2021-04-30 17:00 UTC (2+ messages)
[committed] libstdc++: Use std::addressof to avoid ADL for operator& [PR 60497]
2021-04-30 14:48 UTC
[committed] libstdc++: Use <sys/socket.h> features conditionally [PR 100285]
2021-04-30 13:48 UTC
[committed] libstdc++: Define effective-target for net::ip features [PR 100351]
2021-04-30 13:48 UTC
[PATCH] c++: Implement P2367 changes to avoid some list-initialization
2021-04-29 20:25 UTC (2+ messages)
[RFC] Deprecate non-standard constructors in std::pair
2021-04-28 17:19 UTC (10+ messages)
FW: [PATCH] D101464: Add -stdlib=libstdc++ support for webassembly for clang
2021-04-28 15:49 UTC
[committed] libstdc++: Reduce output of 'make doc-pdf-doxygen'
2021-04-28 13:59 UTC
Successfully build libstdc++ for wasm32-wasi
2021-04-28 12:30 UTC (4+ messages)
` FW: "
page: next (older) | prev (newer) | 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).