Show patches with: Submitter = Jonathan Wakely       |    State = Action Required       |    Archived = No       |   3981 patches
« 1 2 ... 10 11 1239 40 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[committed] libstdc++: Deprecate non-standard std::vector<bool>::insert(pos) [PR104559] [committed] libstdc++: Deprecate non-standard std::vector<bool>::insert(pos) [PR104559] - - - - --- 2022-02-17 Jonathan Wakely New
[committed] libstdc++: Make std::error_code printer more robust [committed] libstdc++: Make std::error_code printer more robust - - - - --- 2022-02-17 Jonathan Wakely New
c-family: Remove names of unused parameters c-family: Remove names of unused parameters - - - - --- 2022-02-15 Jonathan Wakely New
[committed] libstdc++: Add missing constexpr to uses-allocator construction utilities [PR104542] [committed] libstdc++: Add missing constexpr to uses-allocator construction utilities [PR104542] - - - - --- 2022-02-15 Jonathan Wakely New
[committed] libstdc++: Fix stream extraction of IEEE128 long double [PR100912] [committed] libstdc++: Fix stream extraction of IEEE128 long double [PR100912] - - - - --- 2022-02-14 Jonathan Wakely New
[committed] libstdc++: Use __cpp_concepts instead of custom macro [PR103891] [committed] libstdc++: Use __cpp_concepts instead of custom macro [PR103891] - - - - --- 2022-02-14 Jonathan Wakely New
[committed] libstdc++: Fix typo in pragma [committed] libstdc++: Fix typo in pragma - - - - --- 2022-02-14 Jonathan Wakely New
[committed] libstdc++: Fix std::to_chars for IEEE128 long double [committed] libstdc++: Fix std::to_chars for IEEE128 long double - - - - --- 2022-02-14 Jonathan Wakely New
[committed] libstdc++: Fix FAIL: 20_util/temporary_buffer.cc for C++14 [committed] libstdc++: Fix FAIL: 20_util/temporary_buffer.cc for C++14 - - - - --- 2022-02-11 Jonathan Wakely New
[committed] libstdc++: Fix test failures at -O0 [committed] libstdc++: Fix test failures at -O0 - - - - --- 2022-02-11 Jonathan Wakely New
[committed] libstdc++: Add atomic_fetch_xor to <stdatomic.h> [committed] libstdc++: Add atomic_fetch_xor to <stdatomic.h> - - - - --- 2022-02-10 Jonathan Wakely New
[committed] libstdc++: Simplify resource management in directory iterators [committed] libstdc++: Simplify resource management in directory iterators - - - - --- 2022-02-08 Jonathan Wakely New
[committed] libstdc++: Add comment to acinclude.m4 [committed] libstdc++: Add comment to acinclude.m4 - - - - --- 2022-02-08 Jonathan Wakely New
[committed] libstdc++: Adjust Filesystem TS test for Windows [committed] libstdc++: Adjust Filesystem TS test for Windows - - - - --- 2022-02-08 Jonathan Wakely New
[committed] libstdc++: Fix filesystem::remove_all for Windows [PR104161] [committed] libstdc++: Fix filesystem::remove_all for Windows [PR104161] - - - - --- 2022-02-08 Jonathan Wakely New
[committed] libstdc++: Fix std::filesystem build failure for Windows [committed] libstdc++: Fix std::filesystem build failure for Windows - - - - --- 2022-02-05 Jonathan Wakely New
[committed] libstdc++: Allow Clang to use <stdatomic.h> before C++23 [committed] libstdc++: Allow Clang to use <stdatomic.h> before C++23 - - - - --- 2022-02-04 Jonathan Wakely New
[committed] libstdc++: Remove un-implementable noexcept from Filesystem TS operations [committed] libstdc++: Remove un-implementable noexcept from Filesystem TS operations - - - - --- 2022-02-04 Jonathan Wakely New
[committed] libstdc++: Fix filesystem::remove_all races [PR104161] [committed] libstdc++: Fix filesystem::remove_all races [PR104161] - - - - --- 2022-02-04 Jonathan Wakely New
[committed] doc: Update references to "C++2a" in cpp.texi [committed] doc: Update references to "C++2a" in cpp.texi - - - - --- 2022-02-04 Jonathan Wakely New
[committed] libstdc++: Add suggestion to std::uncaught_exception() warning [committed] libstdc++: Add suggestion to std::uncaught_exception() warning - - - - --- 2022-02-04 Jonathan Wakely New
[committed] libstdc++: Fix invalid instantiations in tests [committed] libstdc++: Fix invalid instantiations in tests - - - - --- 2022-02-02 Jonathan Wakely New
[committed] libstdc++: Fix link failure in _OutputIteratorConcept [committed] libstdc++: Fix link failure in _OutputIteratorConcept - - - - --- 2022-02-02 Jonathan Wakely New
[committed] libstdc++: Add more tests for filesystem directory iterators [committed] libstdc++: Add more tests for filesystem directory iterators - - - - --- 2022-02-01 Jonathan Wakely New
[committed] libstdc++: Reset filesystem::recursive_directory_iterator on error [committed] libstdc++: Reset filesystem::recursive_directory_iterator on error - - - - --- 2022-02-01 Jonathan Wakely New
[committed] libstdc++: Fix doxygen comment for filesystem::perms operators [committed] libstdc++: Fix doxygen comment for filesystem::perms operators - - - - --- 2022-02-01 Jonathan Wakely New
[committed] libstdc++: Improve config output for --enable-cstdio [PR104301] [committed] libstdc++: Improve config output for --enable-cstdio [PR104301] - - - - --- 2022-02-01 Jonathan Wakely New
[wwwdocs] Uncomment header for Fortran issues [wwwdocs] Uncomment header for Fortran issues - - - - --- 2022-02-01 Jonathan Wakely New
[wwwdocs] Fix grammar for computed goto notes [wwwdocs] Fix grammar for computed goto notes - - - - --- 2022-02-01 Jonathan Wakely New
[wwwdocs] Document C++20 and C++23 library additions [wwwdocs] Document C++20 and C++23 library additions - - - - --- 2022-02-01 Jonathan Wakely New
[wwwdocs] Add C++ "porting to" notes [wwwdocs] Add C++ "porting to" notes - - - - --- 2022-02-01 Jonathan Wakely New
Fix grammar in C++ header dependency notes Fix grammar in C++ header dependency notes - - - - --- 2022-02-01 Jonathan Wakely New
[committed] libstdc++: Prevent -Wstringop-overread warning in std::deque [PR100516] [committed] libstdc++: Prevent -Wstringop-overread warning in std::deque [PR100516] - - - - --- 2022-01-27 Jonathan Wakely New
[committed] libstdc++: Avoid overflow in ranges::advance(i, n, bound) [committed] libstdc++: Avoid overflow in ranges::advance(i, n, bound) - - - - --- 2022-01-27 Jonathan Wakely New
[committed] libstdc++: Avoid some more warnings [PR104019] [committed] libstdc++: Avoid some more warnings [PR104019] - - - - --- 2022-01-25 Jonathan Wakely New
[committed] libstdc++: Define _GNU_SOURCE for secure_getenv on Cygwin [PR104217] [committed] libstdc++: Define _GNU_SOURCE for secure_getenv on Cygwin [PR104217] - - - - --- 2022-01-25 Jonathan Wakely New
[committed] libstdc++: Avoid symlink race in filesystem::remove_all [PR104161] [committed] libstdc++: Avoid symlink race in filesystem::remove_all [PR104161] - - - - --- 2022-01-25 Jonathan Wakely New
[committed] libstdc++: Fix std::spanstream move assignment [PR104032] [committed] libstdc++: Fix std::spanstream move assignment [PR104032] - - - - --- 2022-01-23 Jonathan Wakely New
[committed] libstdc++: Use fast_float for long double if it uses binary64 format [committed] libstdc++: Use fast_float for long double if it uses binary64 format - - - - --- 2022-01-23 Jonathan Wakely New
[committed] libstdc++: Restore support for unordered_map<const T, ...> [PR104174] [committed] libstdc++: Restore support for unordered_map<const T, ...> [PR104174] - - - - --- 2022-01-23 Jonathan Wakely New
[committed] libstdc++: Fix typo in comment [committed] libstdc++: Fix typo in comment - - - - --- 2022-01-21 Jonathan Wakely New
[committed] libstdc++: Ensure all feature test macros have type long [PR87193] [committed] libstdc++: Ensure all feature test macros have type long [PR87193] - - - - --- 2022-01-21 Jonathan Wakely New
[committed] libstdc++: Fix condition for __cpp_lib_shared_ptr_arrays [committed] libstdc++: Fix condition for __cpp_lib_shared_ptr_arrays - - - - --- 2022-01-21 Jonathan Wakely New
libstdc++: Fix aliasing violation in std::shared_ptr libstdc++: Fix aliasing violation in std::shared_ptr - - - - --- 2022-01-21 Jonathan Wakely New
[committed] libstdc++: Fix constexpr constructor for atomic<shared_ptr<T>> [committed] libstdc++: Fix constexpr constructor for atomic<shared_ptr<T>> - - - - --- 2022-01-21 Jonathan Wakely New
[committed] libstdc++: Use Clang attribute instead of __constinit [committed] libstdc++: Use Clang attribute instead of __constinit - - - - --- 2022-01-20 Jonathan Wakely New
libstdc++: Simplify build targets for debug library libstdc++: Simplify build targets for debug library - - - - --- 2022-01-19 Jonathan Wakely New
[committed] libstdc++: Remove -gdwarf-4 from flags for debug library [committed] libstdc++: Remove -gdwarf-4 from flags for debug library - - - - --- 2022-01-19 Jonathan Wakely New
[committed] libstdc++: Include <stddef.h> for size_t and ptrdiff_t [PR104123] [committed] libstdc++: Include <stddef.h> for size_t and ptrdiff_t [PR104123] - - - - --- 2022-01-19 Jonathan Wakely New
[committed] libstdc++: Fix libbacktrace build files [committed] libstdc++: Fix libbacktrace build files - - - - --- 2022-01-19 Jonathan Wakely New
[committed] libstdc++: Update documentation for C++17 deprecations [committed] libstdc++: Update documentation for C++17 deprecations - - - - --- 2022-01-19 Jonathan Wakely New
[committed] libstdc++: Fix deprecated attribute for std::get_temporary_buffer [committed] libstdc++: Fix deprecated attribute for std::get_temporary_buffer - - - - --- 2022-01-19 Jonathan Wakely New
[committed] libstdc++: Remove unused std::pair helper function [committed] libstdc++: Remove unused std::pair helper function - - - - --- 2022-01-19 Jonathan Wakely New
[committed] libstdc++: Fix std::atomic<std::shared_ptr<T>> for AIX [PR104101] [committed] libstdc++: Fix std::atomic<std::shared_ptr<T>> for AIX [PR104101] - - - - --- 2022-01-19 Jonathan Wakely New
[committed] libstdc++: Limit new basic_string(nullptr_t) constructor to C++23 [PR104099] [committed] libstdc++: Limit new basic_string(nullptr_t) constructor to C++23 [PR104099] - - - - --- 2022-01-18 Jonathan Wakely New
[committed] libstdc++: Use __cpp_lib_concepts in std::reverse_iterator [PR104098] [committed] libstdc++: Use __cpp_lib_concepts in std::reverse_iterator [PR104098] - - - - --- 2022-01-18 Jonathan Wakely New
[committed] libstdc++: Fix ambiguous std::pair constructors [PR101124] [committed] libstdc++: Fix ambiguous std::pair constructors [PR101124] - - - - --- 2022-01-18 Jonathan Wakely New
[committed] libstdc++: Fix suggested alternative to std::ptr_fun [committed] libstdc++: Fix suggested alternative to std::ptr_fun - - - - --- 2022-01-18 Jonathan Wakely New
[committed] libstdc++: Declare std::c8rtomb and std::mbrtoc8 if provided by the C library [committed] libstdc++: Declare std::c8rtomb and std::mbrtoc8 if provided by the C library - - - - --- 2022-01-18 Jonathan Wakely New
[committed] libstdc++: Define <stdatomic.h> for C++23 [committed] libstdc++: Define <stdatomic.h> for C++23 - - - - --- 2022-01-18 Jonathan Wakely New
[committed,2/2] libstdc++: Use GCC's predefined macro for endianness [PR104080] [committed,1/2] libstdc++: Fix deduction failure for std::min call [PR104080] - - - - --- 2022-01-18 Jonathan Wakely New
[committed,1/2] libstdc++: Fix deduction failure for std::min call [PR104080] [committed,1/2] libstdc++: Fix deduction failure for std::min call [PR104080] - - - - --- 2022-01-18 Jonathan Wakely New
[committed] libstdc++: Update status tables in manual [committed] libstdc++: Update status tables in manual - - - - --- 2022-01-18 Jonathan Wakely New
[committed] libstdc++: Improve comments describing --enable-fully-dynamic-string [committed] libstdc++: Improve comments describing --enable-fully-dynamic-string - - - - --- 2022-01-18 Jonathan Wakely New
[committed] libstdc++: Define <stacktrace> header for C++23 [committed] libstdc++: Define <stacktrace> header for C++23 - - - - --- 2022-01-17 Jonathan Wakely New
[committed] libstdc++: Document final option names for enabling C++20 [committed] libstdc++: Document final option names for enabling C++20 - - - - --- 2022-01-17 Jonathan Wakely New
[committed] libstdc++: Rename non-reserved macros in config header [PR103650] [committed] libstdc++: Rename non-reserved macros in config header [PR103650] - - - - --- 2022-01-17 Jonathan Wakely New
[committed] libstdc++: Update C++20 status table [committed] libstdc++: Update C++20 status table - - - - --- 2022-01-17 Jonathan Wakely New
[committed] libstdc++: Add C++20 std::make_shared enhancements (P0674R1) [committed] libstdc++: Add C++20 std::make_shared enhancements (P0674R1) - - - - --- 2022-01-14 Jonathan Wakely New
[committed] libstdc++: Ignore cv-quals when std::allocator<void> constructs [committed] libstdc++: Ignore cv-quals when std::allocator<void> constructs - - - - --- 2022-01-14 Jonathan Wakely New
[committed] libstdc++: Use std::construct_at in std::common_iterator [PR103992] [committed] libstdc++: Use std::construct_at in std::common_iterator [PR103992] - - - - --- 2022-01-14 Jonathan Wakely New
[committed] libstdc++: Document new std::random_device tokens [committed] libstdc++: Document new std::random_device tokens - - - - --- 2022-01-14 Jonathan Wakely New
libstdc++: Add attribute to features deprecated in C++17 [PR91260] libstdc++: Add attribute to features deprecated in C++17 [PR91260] - - - - --- 2022-01-12 Jonathan Wakely New
[committed] libstdc++: Install <source_location> header for freestanding [PR103726] [committed] libstdc++: Install <source_location> header for freestanding [PR103726] - - - - --- 2022-01-11 Jonathan Wakely New
[committed] libstdc++: Add missing noexcept to lazy_split_view iterator (LWG 3593) [committed] libstdc++: Add missing noexcept to lazy_split_view iterator (LWG 3593) - - - - --- 2022-01-11 Jonathan Wakely New
[committed] libstdc++: Make copyable-box completely constexpr (LWG 3572) [committed] libstdc++: Make copyable-box completely constexpr (LWG 3572) - - - - --- 2022-01-11 Jonathan Wakely New
[committed] libstdc++: Install <coroutine> header for freestanding [PR103726] [committed] libstdc++: Install <coroutine> header for freestanding [PR103726] - - - - --- 2022-01-11 Jonathan Wakely New
[committed] libstdc++: Optimize std::ostream inserters for single characters [committed] libstdc++: Optimize std::ostream inserters for single characters - - - - --- 2022-01-11 Jonathan Wakely New
[committed] libstdc++: Make std::variant work with Clang in C++20 mode [PR103891] [committed] libstdc++: Make std::variant work with Clang in C++20 mode [PR103891] - - - - --- 2022-01-11 Jonathan Wakely New
[committed] libstdc++: Make std::common_iterator completely constexpr-able (LWG 3574) [committed] libstdc++: Make std::common_iterator completely constexpr-able (LWG 3574) - - - - --- 2022-01-11 Jonathan Wakely New
[committed] libstdc++: Add dg-timeout-factor to some more regex tests [committed] libstdc++: Add dg-timeout-factor to some more regex tests - - - - --- 2022-01-10 Jonathan Wakely New
[committed] libstdc++: Update default -std option in manual [committed] libstdc++: Update default -std option in manual - - - - --- 2022-01-10 Jonathan Wakely New
[committed] libstdc++: Add -nostdinc++ for c++17 sources [PR100017] [committed] libstdc++: Add -nostdinc++ for c++17 sources [PR100017] - - - - --- 2022-01-10 Jonathan Wakely New
libstdc++: Fix and simplify freestanding configuration [PR103866] libstdc++: Fix and simplify freestanding configuration [PR103866] - - - - --- 2022-01-07 Jonathan Wakely New
[committed] libstdc++: Add self-merge check to std::forward_list::merge [PR103853] [committed] libstdc++: Add self-merge check to std::forward_list::merge [PR103853] - - - - --- 2022-01-06 Jonathan Wakely New
[committed] libstdc++: Increase timeout for pthread7-rope.cc test [committed] libstdc++: Increase timeout for pthread7-rope.cc test - - - - --- 2022-01-06 Jonathan Wakely New
[committed] libstdc++: Do not use std::isdigit in <charconv> [PR103911] [committed] libstdc++: Do not use std::isdigit in <charconv> [PR103911] - - - - --- 2022-01-06 Jonathan Wakely New
[committed] libstdc++: Fix overconstrained std::string constructor [PR103919] [committed] libstdc++: Fix overconstrained std::string constructor [PR103919] - - - - --- 2022-01-05 Jonathan Wakely New
[committed] libstdc++: Implement P1328 "Making std::type_info::operator== constexpr" [committed] libstdc++: Implement P1328 "Making std::type_info::operator== constexpr" - - - - --- 2022-01-05 Jonathan Wakely New
[committed] libstdc++: Improvements to standard error category objects (part deux) [committed] libstdc++: Improvements to standard error category objects (part deux) - - - - --- 2022-01-05 Jonathan Wakely New
[committed] libstdc++: Fix std::error_code pretty printer for versioned namespace [committed] libstdc++: Fix std::error_code pretty printer for versioned namespace - - - - --- 2022-01-05 Jonathan Wakely New
[committed] libstdc++: Add pretty printer for std::regex internals [committed] libstdc++: Add pretty printer for std::regex internals - - - - --- 2022-01-05 Jonathan Wakely New
[committed] libstdc++: Fix comments in std::forward_list tests [committed] libstdc++: Fix comments in std::forward_list tests - - - - --- 2022-01-05 Jonathan Wakely New
[committed] libstdc++: Avoid -Wzero-as-null-pointer-constant warning [PR103848] [committed] libstdc++: Avoid -Wzero-as-null-pointer-constant warning [PR103848] - - - - --- 2022-01-05 Jonathan Wakely New
[committed] libstdc++: Simplify std::allocator_traits<allocator<void>>::construct [committed] libstdc++: Simplify std::allocator_traits<allocator<void>>::construct - - - - --- 2022-01-05 Jonathan Wakely New
[committed] libstdc++: Fix example preprocessor command in FAQ [PR103877] [committed] libstdc++: Fix example preprocessor command in FAQ [PR103877] - - - - --- 2022-01-05 Jonathan Wakely New
[committed] libstdc++: Reduce template instantiations in <regex> [committed] libstdc++: Reduce template instantiations in <regex> - - - - --- 2022-01-05 Jonathan Wakely New
[committed] libstdc++: Compare match_results for failed regex_match [committed] libstdc++: Compare match_results for failed regex_match - - - - --- 2022-01-05 Jonathan Wakely New
[committed] libstdc++: Improve std::regex_error::what() strings [committed] libstdc++: Improve std::regex_error::what() strings - - - - --- 2022-01-05 Jonathan Wakely New
[committed] aarch64: Fix mismatched extern "C" block [PR100985] [committed] aarch64: Fix mismatched extern "C" block [PR100985] - - - - --- 2021-12-27 Jonathan Wakely New
« 1 2 ... 10 11 1239 40 »