[PATCH] Do not use tuple-like interface for pair in unordered containers
2021-08-11 12:48 UTC (3+ messages)
trunk -D_GLIBCXX_DEBUG #include <regex> fails
2021-08-10 7:24 UTC (7+ messages)
[PATCH] Avoid allocator operator== in _Safe_container
2021-08-09 14:24 UTC (7+ messages)
[PATCH v2] libstdc++: Fix testsuite for skipping gdb tests on remote/non-native target
2021-08-09 11:47 UTC
[committed] Fix dg-prune-output
2021-08-08 20:54 UTC (2+ messages)
[PATCH] Use _GLIBCXX_ASSERTIONS as _GLIBCXX_DEBUG light
2021-08-08 19:34 UTC (5+ messages)
[PATCH] libstdc++: Tweak timeout for testsuite/std/ranges/iota/max_size_type.cc
2021-08-08 6:56 UTC (2+ messages)
[committed 1/2] libstdc++: Add [[nodiscard]] to iterators and related utilities
2021-08-06 13:29 UTC (12+ messages)
` [committed 2/2] libstdc++: Add [[nodiscard]] to sequence containers
` [committed] libstdc++: Move attributes that follow requires-clauses [PR101782]
[PATCH] libstdc++: Skip atomic instructions in _Sp_counted_base::_M_release when both counts are 1
2021-08-04 19:48 UTC (13+ messages)
[committed] libstdc++: Suppress redundant definitions of inline variables
2021-08-03 15:34 UTC
[committed] libstdc++: Replace TR1 components with C++11 ones in test utils
2021-08-03 15:34 UTC
[committed] libstdc++: Specialize allocator_traits<pmr::polymorphic_allocator<T>>
2021-08-03 15:34 UTC
[committed] libstdc++: Remove trailing whitespace in some tests
2021-08-03 15:34 UTC
[committed] libstdc++: Deprecate std::random_shuffle for C++14
2021-08-03 15:34 UTC
[committed] libstdc++: Add testsuite proc for testing deprecated features
2021-08-03 15:34 UTC
[committed] libstdc++: Reduce header dependencies in <regex>
2021-08-03 15:33 UTC
[committed] libstdc++: Avoid using std::unique_ptr in <locale>
2021-08-03 14:11 UTC
[committed] libstdc++: Use secure_getenv for filesystem::temp_directory_path() [PR65018]
2021-08-02 15:35 UTC (2+ messages)
` [committed] libstdc++: Fix filesystem::temp_directory_path [PR101709]
[committed] libstc++: Add dg-error for additional error in C++11 mode
2021-08-02 15:22 UTC
[PATCH] libstdc++: implement locale support for AIX
2021-07-30 14:02 UTC (25+ messages)
[PATCH] fix breakage from "libstdc++: Remove unnecessary uses of <utility>"
2021-07-29 23:19 UTC (2+ messages)
[committed] libstdc++: Simplify std::optional::value()
2021-07-27 20:38 UTC
[committed] [1/2] libstdc++: Reduce header dependencies on <array> and <utility>
2021-07-27 20:38 UTC (3+ messages)
` [committed] [2/2] libstdc++: Remove unnecessary uses of <utility>
` [committed] [3/2] testsuite: Add missing C++ includes to tests [PR101646]
[committed] libstdc++: Move COW string definitions to separate header
2021-07-27 12:18 UTC (2+ messages)
` [committed] libstdc++: Adjust whitespace in <bits/cow_string.h>
[PATCH] libstdc++: Add missing std::move in ranges::copy/move/reverse_copy [PR101599]
2021-07-26 9:49 UTC (2+ messages)
[PATCH] libstdc++: Fix up implementation of LWG 3533 [PR101589]
2021-07-26 9:48 UTC (2+ messages)
[PATCH] libstdc++: Add missing std::move to join_view::iterator ctor [PR101483]
2021-07-23 16:36 UTC (2+ messages)
[PATCH] libstdc++: Fix up implementation of LWG 3533 [PR101589]
2021-07-23 16:34 UTC
[committed] libstdc++: Reduce headers included by <future>
2021-07-23 12:46 UTC
[committed] libstdc++: Update documentation comments for namespace rel_ops
2021-07-23 10:45 UTC
More aggressive GCC 12 -Wmaybe-uninitialized when using <functional>
2021-07-23 9:58 UTC (4+ messages)
[committed] libstdc++: Value-initialize objects held by EBO helpers [PR 100863]
2021-07-22 18:41 UTC (3+ messages)
` [committed] libstdc++: fix is_default_constructible for hash containers "
` [committed] libstdc++: Fix non-default constructors for hash containers [PR101583]
[PATCH] AIX os_defines.h update for math.h overloads
2021-07-22 15:25 UTC
[PATCH] libstdc++: Use __builtin_operator_new when available [PR94295]
2021-07-22 13:43 UTC (2+ messages)
[committed] libstdc++: Use std::addressof in ranges::uninitialized_xxx [PR101571]
2021-07-22 13:38 UTC
[committed] libstdc++: Restore __gnu_debug::array [PR100682]
2021-07-22 13:33 UTC
libstdc++: Fix testsuite for skipping gdb tests on remote/non-native target
2021-07-22 9:19 UTC (4+ messages)
` [NEWS] "
[committed] libstdc++: Make __gnu_cxx::sequence_buffer move-aware [PR101542]
2021-07-21 16:21 UTC
6.55 Built-in Functions for Memory Model Aware Atomic Operations
2021-07-21 13:09 UTC (4+ messages)
[committed] libstdc++: Add more tests for filesystem::create_directory [PR101510]
2021-07-20 19:36 UTC (2+ messages)
` [committed] libstdc++: Fix create_directories to resolve symlinks [PR101510]
[PATCH] c++: implement C++17 hardware interference size
2021-07-20 18:05 UTC (21+ messages)
[committed] libstdc++: Fix std::get<T> for std::tuple [PR101427]
2021-07-16 22:08 UTC (3+ messages)
` [committed] libstdc++: Improve diagnostics for std::get with invalid tuple index
[committed] libstdc++: Suppress pedantic warnings about __int128
2021-07-16 14:39 UTC (8+ messages)
` [PATCH] libstdc++: Use __extension__ instead of diagnostic pragmas (was: Suppress pedantic warnings about __int128)
[committed] libstdc++: Add noexcept to __replacement_assert [PR101429]
2021-07-16 14:38 UTC (4+ messages)
[committed] libstdc++: Simplify numeric_limits<__max_size_type>
2021-07-16 14:37 UTC
[committed] libstdc++: Modernize <bits/random.h> helpers
2021-07-16 14:36 UTC
[committed] libstdc++: Adjust doxygen markup for unique_ptr grouping
2021-07-16 7:41 UTC
[committed] libstdc++: Adjust doxygen markup for variable templates group [PR101307]
2021-07-16 7:41 UTC
[PATCH] libstdc++: Give split_view::_Sentinel a default ctor [PR101214]
2021-07-15 20:01 UTC (2+ messages)
[PATCH] libstdc++: invalid default init in _CachedPosition [PR101231]
2021-07-15 19:58 UTC (2+ messages)
ostream::operator<<() and sputn()
2021-07-15 17:11 UTC (5+ messages)
[committed] libstdc++: Add noexcept-specifier to basic_string_view(It, End)
2021-07-14 11:24 UTC
[PATCH] libstdc++: Give split_view::_Sentinel a default ctor [PR101214]
2021-07-13 19:05 UTC
[committed] libstdc++: Simplify basic_string_view::ends_with [PR 101361]
2021-07-13 14:22 UTC
[committed] libstdc++: Remove duplicate #include in <string_view>
2021-07-13 11:11 UTC
[committed] libstdc++: Constrain std::as_writable_bytes [PR101411]
2021-07-12 17:36 UTC
[PATCH] libstdc++: Only use __gthread_yield if gthreads is available
2021-07-09 14:20 UTC (5+ messages)
[committed] libstdc++: Allow unique_ptr<Incomplete[]>::operator[] [PR 101236]
2021-07-02 11:16 UTC (2+ messages)
` [committed] libstdc++: Revert changes to std::unique_ptr<T[]>::operator[] [PR 101271]
[committed] libstdc++: Improvements to Doxygen markup
2021-07-01 18:25 UTC
[committed] libstdc++: Improve Doxygen documentation groups [PR 101258]
2021-07-01 0:09 UTC
[committed] libstdc++: Make <experimental/simd> depend on C++17
2021-07-01 0:09 UTC
[committed] libstdc++: Suppress redundant definitions of static members in <random>
2021-07-01 0:08 UTC
Looking for status of SIMD implementation
2021-06-30 7:22 UTC (5+ messages)
[committed] libstdc++: More workarounds in 17_intro/names.cc test [PR 97088]
2021-06-28 15:43 UTC (5+ messages)
[committed] libstdc++: Remove redundant explicit instantiations
2021-06-28 15:25 UTC
[committed] libstdc++: Implement LWG 2762 for std::unique_ptr::operator*
2021-06-28 14:19 UTC (5+ messages)
[committed] libstdc++: Implement LWG 415 for std::ws
2021-06-28 13:23 UTC
[committed] libstdc++: Avoid intercepting exception in ostream::write
2021-06-25 19:54 UTC
[committed] libstdc++: Implement LWG 581 for std:ostream::flush()
2021-06-25 19:54 UTC
[committed] libstdc++: Fix exception handling in std::ostream seek functions
2021-06-25 19:54 UTC
[committed] libstdc++: Remove noexcept from syncbuf::swap (LWG 3498)
2021-06-25 19:52 UTC
[PATCH 00/11] stdx::simd optimizations, corrections, and cleanups
2021-06-25 11:23 UTC (13+ messages)
` [PATCH 04/11] libstdc++: Make use of __builtin_bit_cast
` [PATCH 04/11 v2] "
` [PATCH 04/11 v3] "
[PATCH] C++ P0482R6 char8_t: declare std::c8rtomb and std::mbrtoc8 if provided by the C library
2021-06-25 2:56 UTC (5+ messages)
[PATCH 0/3] Improve and document stdx::simd testsuite
2021-06-24 13:12 UTC (3+ messages)
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).