Show patches with: Submitter = Jonathan Wakely       |    State = Action Required       |   4046 patches
« 1 2 ... 4 5 640 41 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[committed] libstdc++: Fix -Wunused-but-set-variable in std::format_to test [committed] libstdc++: Fix -Wunused-but-set-variable in std::format_to test - - - - --- 2023-08-24 Jonathan Wakely New
[committed] libstdc++: Tweak some preprocessor conditions for feature tests [committed] libstdc++: Tweak some preprocessor conditions for feature tests - - - - --- 2023-08-24 Jonathan Wakely New
[committed] libstdc++: Implement new SI prefixes in <ratio> for C++23 (P2734R0) [committed] libstdc++: Implement new SI prefixes in <ratio> for C++23 (P2734R0) - - - - --- 2023-08-24 Jonathan Wakely New
[committed] libstdc++: Add pretty printer for std::locale [committed] libstdc++: Add pretty printer for std::locale - - - - --- 2023-08-24 Jonathan Wakely New
[committed] libstdc++: Declutter std::optional and std:variant pretty printers [PR110944] [committed] libstdc++: Declutter std::optional and std:variant pretty printers [PR110944] - - - - --- 2023-08-24 Jonathan Wakely New
[RFC] libstdc++: Make --enable-libstdcxx-backtrace=auto default to yes [RFC] libstdc++: Make --enable-libstdcxx-backtrace=auto default to yes - - - - --- 2023-08-23 Jonathan Wakely New
[committed] libstdc++: Remove reliance on unspecified behaviour in std::rethrow_if_nested test [committed] libstdc++: Remove reliance on unspecified behaviour in std::rethrow_if_nested test - - - - --- 2023-08-21 Jonathan Wakely New
[committed] libstdc++: Revert pre-C++23 support for 16-bit float types [PR111060] [committed] libstdc++: Revert pre-C++23 support for 16-bit float types [PR111060] - - - - --- 2023-08-18 Jonathan Wakely New
[committed] libstdc++: Replace non-type-dependent uses of wchar_t in <format> and <chrono> [committed] libstdc++: Replace non-type-dependent uses of wchar_t in <format> and <chrono> - - - - --- 2023-08-18 Jonathan Wakely New
[committed] libstdc++: Fix incomplete rework of wchar_t support in std::format [committed] libstdc++: Fix incomplete rework of wchar_t support in std::format - - - - --- 2023-08-18 Jonathan Wakely New
[committed] libstdc++: Replace global std::string objects in tzdb.cc [committed] libstdc++: Replace global std::string objects in tzdb.cc - - - - --- 2023-08-17 Jonathan Wakely New
[committed] libstdc++: Reuse double overload of __convert_to_v if possible [committed] libstdc++: Reuse double overload of __convert_to_v if possible - - - - --- 2023-08-17 Jonathan Wakely New
[committed] libstdc++: Micro-optimize construction of named std::locale [committed] libstdc++: Micro-optimize construction of named std::locale - - - - --- 2023-08-17 Jonathan Wakely New
[committed] libstdc++: Optimize std::string::assign(Iter, Iter) [PR110945] [committed] libstdc++: Optimize std::string::assign(Iter, Iter) [PR110945] - - - - --- 2023-08-17 Jonathan Wakely New
[committed] libstdc++: Add std::formatter specializations for extended float types [committed] libstdc++: Add std::formatter specializations for extended float types - - - - --- 2023-08-17 Jonathan Wakely New
[committed] libstdc++: Define std::numeric_limits<_FloatNN> before C++23 [committed] libstdc++: Define std::numeric_limits<_FloatNN> before C++23 - - - - --- 2023-08-17 Jonathan Wakely New
[committed] libstdc++: Fix -Wunused-parameter in <experimental/internet> [committed] libstdc++: Fix -Wunused-parameter in <experimental/internet> - - - - --- 2023-08-17 Jonathan Wakely New
[committed] libstdc++: Make __cmp_cat::__unseq constructor consteval [committed] libstdc++: Make __cmp_cat::__unseq constructor consteval - - - - --- 2023-08-17 Jonathan Wakely New
[committed] libstdc++: Simplify chrono::__units_suffix using std::format [committed] libstdc++: Simplify chrono::__units_suffix using std::format - - - - --- 2023-08-17 Jonathan Wakely New
[committed] libstdc++: Rework std::format support for wchar_t [committed] libstdc++: Rework std::format support for wchar_t - - - - --- 2023-08-17 Jonathan Wakely New
[committed] libstdc++: Implement std::to_string in terms of std::format (P2587R3) [committed] libstdc++: Implement std::to_string in terms of std::format (P2587R3) - - - - --- 2023-08-17 Jonathan Wakely New
[committed] libstdc++: Optimize std::to_string using std::string::resize_and_overwrite [committed] libstdc++: Optimize std::to_string using std::string::resize_and_overwrite - - - - --- 2023-08-17 Jonathan Wakely New
[committed] libstdc++: Define std::string::resize_and_overwrite for C++11 and COW string [committed] libstdc++: Define std::string::resize_and_overwrite for C++11 and COW string - - - - --- 2023-08-17 Jonathan Wakely New
[committed] libstdc++: Fix std::format("{:F}", inf) to use uppercase [committed] libstdc++: Fix std::format("{:F}", inf) to use uppercase - - - - --- 2023-08-17 Jonathan Wakely New
[committed] libstdc++: Regenerate Makefile.in [committed] libstdc++: Regenerate Makefile.in - - - - --- 2023-08-17 Jonathan Wakely New
[committed] libstdc++: Disable PCH for tests that rely on include order [committed] libstdc++: Disable PCH for tests that rely on include order - - - - --- 2023-08-17 Jonathan Wakely New
[committed] libstdc++: Fix testsuite no_pch directive [committed] libstdc++: Fix testsuite no_pch directive - - - - --- 2023-08-17 Jonathan Wakely New
[committed] libstdc++: Fix std::basic_string::resize_and_overwrite [committed] libstdc++: Fix std::basic_string::resize_and_overwrite - - - - --- 2023-08-16 Jonathan Wakely New
[committed] libstdc++: Update __cplusplus value for C++23 in version.def [committed] libstdc++: Update __cplusplus value for C++23 in version.def - - - - --- 2023-08-16 Jonathan Wakely New
[committed] libstdc++: Fix comment naming upstream PSTL test file [committed] libstdc++: Fix comment naming upstream PSTL test file - - - - --- 2023-08-16 Jonathan Wakely New
[committed] libstdc++: Fix std::format_to_n return value [PR110990] [committed] libstdc++: Fix std::format_to_n return value [PR110990] - - - - --- 2023-08-11 Jonathan Wakely New
[committed] libstdc++: Implement C++20 std::chrono::parse [PR104167] [committed] libstdc++: Implement C++20 std::chrono::parse [PR104167] - - - - --- 2023-08-11 Jonathan Wakely New
[committed] libstdc++: Do not call log10(0.0) in std::format [PR110860] [committed] libstdc++: Do not call log10(0.0) in std::format [PR110860] - - - - --- 2023-08-11 Jonathan Wakely New
[committed] libstdc++: Handle invalid values in std::chrono pretty printers [committed] libstdc++: Handle invalid values in std::chrono pretty printers - - - - --- 2023-08-11 Jonathan Wakely New
[committed] libstdc++: Revert accidentally committed change to bits/stl_iterator.h [committed] libstdc++: Revert accidentally committed change to bits/stl_iterator.h - - - - --- 2023-08-11 Jonathan Wakely New
[committed] libstdc++: Fix out-of-bounds read in format string "{:{}." [PR110974] [committed] libstdc++: Fix out-of-bounds read in format string "{:{}." [PR110974] - - - - --- 2023-08-10 Jonathan Wakely New
[committed] libstdc++: Fix std::format for localized floats [PR110968] [committed] libstdc++: Fix std::format for localized floats [PR110968] - - - - --- 2023-08-10 Jonathan Wakely New
[committed] libstdc++: Use alias template for iterator_category [PR110970] [committed] libstdc++: Use alias template for iterator_category [PR110970] - - - - --- 2023-08-10 Jonathan Wakely New
[committed] libstdc++: Fix constexpr functions to conform to older standards [committed] libstdc++: Fix constexpr functions to conform to older standards - - - - --- 2023-08-09 Jonathan Wakely New
[committed] libstdc++: Fix a -Wsign-compare warning in std::list [committed] libstdc++: Fix a -Wsign-compare warning in std::list - - - - --- 2023-08-09 Jonathan Wakely New
[committed] libstdc++: Suppress clang -Wc99-extensions warnings in <complex> [committed] libstdc++: Suppress clang -Wc99-extensions warnings in <complex> - - - - --- 2023-08-09 Jonathan Wakely New
[committed] libstdc++: Fix some -Wmismatched-tags warnings [committed] libstdc++: Fix some -Wmismatched-tags warnings - - - - --- 2023-08-09 Jonathan Wakely New
[committed] libstdc++: Fix some -Wunused-parameter warnings [committed] libstdc++: Fix some -Wunused-parameter warnings - - - - --- 2023-08-09 Jonathan Wakely New
[committed] libstdc++: Explicitly default some copy ctors and assignments [committed] libstdc++: Explicitly default some copy ctors and assignments - - - - --- 2023-08-09 Jonathan Wakely New
[committed] libstdc++: Minor fixes for some warnings in <format> [committed] libstdc++: Minor fixes for some warnings in <format> - - - - --- 2023-08-09 Jonathan Wakely New
[committed] libstdc++: Fix incorrect use of abs and log10 in std::format [PR110860] [committed] libstdc++: Fix incorrect use of abs and log10 in std::format [PR110860] - - - - --- 2023-08-07 Jonathan Wakely New
[committed] libstdc++: Constrain __format::_Iter_sink for contiguous iterators [PR110917] [committed] libstdc++: Constrain __format::_Iter_sink for contiguous iterators [PR110917] - - - - --- 2023-08-07 Jonathan Wakely New
[committed] i386: Fix grammar typo in diagnostic [committed] i386: Fix grammar typo in diagnostic - - - - --- 2023-08-07 Jonathan Wakely New
[committed] libstdc++: Fix past-the-end increment in std::format [PR110862] [committed] libstdc++: Fix past-the-end increment in std::format [PR110862] - - - - --- 2023-08-07 Jonathan Wakely New
[committed] libstdc++: Fix std::format alternate form for floating-point [PR108046] [committed] libstdc++: Fix std::format alternate form for floating-point [PR108046] - - - - --- 2023-07-27 Jonathan Wakely New
[committed] libstdc++: Require C++11 for 23_containers/vector/bool/110807.cc [PR110807] [committed] libstdc++: Require C++11 for 23_containers/vector/bool/110807.cc [PR110807] - - - - --- 2023-07-26 Jonathan Wakely New
[committed] libstdc++: Avoid bogus overflow warnings in std::vector<bool> [PR110807] [committed] libstdc++: Avoid bogus overflow warnings in std::vector<bool> [PR110807] - - - - --- 2023-07-26 Jonathan Wakely New
[committed] libstdc++: Add deprecated attribute to std::random_shuffle declarations [committed] libstdc++: Add deprecated attribute to std::random_shuffle declarations - - - - --- 2023-07-26 Jonathan Wakely New
libstdc++: Reuse double overload of __convert_to_v if possible libstdc++: Reuse double overload of __convert_to_v if possible - - - - --- 2023-07-24 Jonathan Wakely New
[committed] libstdc++; Do not use strtold for hppa-hpux [PR110653] [committed] libstdc++; Do not use strtold for hppa-hpux [PR110653] - - - - --- 2023-07-24 Jonathan Wakely New
[committed] libstdc++: Do not define inaccurate from_chars for _Float128 [PR110077] [committed] libstdc++: Do not define inaccurate from_chars for _Float128 [PR110077] - - - - --- 2023-07-19 Jonathan Wakely New
[committed] libstdc++: Check for std::ratio in arithmetic and comparisons [PR110593] [committed] libstdc++: Check for std::ratio in arithmetic and comparisons [PR110593] - - - - --- 2023-07-19 Jonathan Wakely New
libstdc++: Fix preprocessor conditions for std::from_chars [PR109921] libstdc++: Fix preprocessor conditions for std::from_chars [PR109921] - - - - --- 2023-07-19 Jonathan Wakely New
[committed] libstdc++: Fix formatting of negative chrono::hh_mm_ss [committed] libstdc++: Fix formatting of negative chrono::hh_mm_ss - - - - --- 2023-07-19 Jonathan Wakely New
[committed] libstdc++: Fix locale-specific duration formatting [PR110719] [committed] libstdc++: Fix locale-specific duration formatting [PR110719] - - - - --- 2023-07-19 Jonathan Wakely New
[committed] libstdc++: Avoid warning in std::format [committed] libstdc++: Avoid warning in std::format - - - - --- 2023-07-19 Jonathan Wakely New
[committed] libstdc++: Implement correct locale-specific chrono formatting [PR110719] [committed] libstdc++: Implement correct locale-specific chrono formatting [PR110719] - - - - --- 2023-07-19 Jonathan Wakely New
[committed] libstdc++: Check for multiple modifiers in chrono format string [PR110708] [committed] libstdc++: Check for multiple modifiers in chrono format string [PR110708] - - - - --- 2023-07-19 Jonathan Wakely New
[committed,3/3] libstdc++: Enable tests for std::stoi etc. unconditionally [PR110653] [committed,1/3] libstdc++: Check autoconf macros for strtof and strtold [PR110653] - - - - --- 2023-07-19 Jonathan Wakely New
[committed,2/3] libstdc++: Define std::stof fallback in terms of std::stod [PR110653] [committed,1/3] libstdc++: Check autoconf macros for strtof and strtold [PR110653] - - - - --- 2023-07-19 Jonathan Wakely New
[committed,1/3] libstdc++: Check autoconf macros for strtof and strtold [PR110653] [committed,1/3] libstdc++: Check autoconf macros for strtof and strtold [PR110653] - - - - --- 2023-07-19 Jonathan Wakely New
[committed] libstdc++: std::stoi etc. do not need C99 <stdlib.h> support [PR110653] [committed] libstdc++: std::stoi etc. do not need C99 <stdlib.h> support [PR110653] - - - - --- 2023-07-13 Jonathan Wakely New
[committed] libstdc++: Check conversion from filesystem::path to wide strings [PR95048] [committed] libstdc++: Check conversion from filesystem::path to wide strings [PR95048] - - - - --- 2023-07-12 Jonathan Wakely New
[committed] doc: Fix typos in Warning Options [PR110596] [committed] doc: Fix typos in Warning Options [PR110596] - - - - --- 2023-07-08 Jonathan Wakely New
libstdc++: Compile basic_file_stdio.cc for LFS libstdc++: Compile basic_file_stdio.cc for LFS - - - - --- 2023-07-07 Jonathan Wakely New
libstdc++: Fix --enable-cstdio=stdio_pure [PR110574] libstdc++: Fix --enable-cstdio=stdio_pure [PR110574] - - - - --- 2023-07-07 Jonathan Wakely New
[committed] libstdc++: Document --enable-cstdio=stdio_pure [PR110574] [committed] libstdc++: Document --enable-cstdio=stdio_pure [PR110574] - - - - --- 2023-07-06 Jonathan Wakely New
doc: Update my Contributors entry doc: Update my Contributors entry - - - - --- 2023-07-05 Jonathan Wakely New
[committed] libstdc++: Disable std::forward_list tests for C++98 mode [committed] libstdc++: Disable std::forward_list tests for C++98 mode - - - - --- 2023-07-05 Jonathan Wakely New
[committed] libstdc++: Fix std::__uninitialized_default_n for constant evaluation [PR110542] [committed] libstdc++: Fix std::__uninitialized_default_n for constant evaluation [PR110542] - - - - --- 2023-07-05 Jonathan Wakely New
[committed] libstdc++: Use RAII in std::vector::_M_default_append [committed] libstdc++: Use RAII in std::vector::_M_default_append - - - - --- 2023-07-05 Jonathan Wakely New
[committed] libstdc++: Add redundant 'typename' to std::projected [committed] libstdc++: Add redundant 'typename' to std::projected - - - - --- 2023-07-05 Jonathan Wakely New
[committed] libstdc++: Fix <iosfwd> synopsis test [committed] libstdc++: Fix <iosfwd> synopsis test - - - - --- 2023-07-03 Jonathan Wakely New
[committed] libstdc++: Qualify calls to std::_Destroy and _Destroy_aux [committed] libstdc++: Qualify calls to std::_Destroy and _Destroy_aux - - - - --- 2023-07-03 Jonathan Wakely New
libstdc++: Enable OpenMP 5.0 pragmas in PSTL headers libstdc++: Enable OpenMP 5.0 pragmas in PSTL headers - - - - --- 2023-06-30 Jonathan Wakely New
[committed] libstdc++: Fix unused warning for new variable [committed] libstdc++: Fix unused warning for new variable - - - - --- 2023-06-30 Jonathan Wakely New
libstdc++: Fix iostream init for Clang on darwin [PR110432] libstdc++: Fix iostream init for Clang on darwin [PR110432] - - - - --- 2023-06-30 Jonathan Wakely New
[committed] libstdc++: Make std::random_device throw more std::system_error [PR105081] [committed] libstdc++: Make std::random_device throw more std::system_error [PR105081] - - - - --- 2023-06-30 Jonathan Wakely New
[committed] libstdc++: Fix src/c++20/tzdb.cc for non-constexpr std::mutex [committed] libstdc++: Fix src/c++20/tzdb.cc for non-constexpr std::mutex - - - - --- 2023-06-29 Jonathan Wakely New
[committed] libstdc++: Do not use off64_t in calls to copy_file_range [PR110462] [committed] libstdc++: Do not use off64_t in calls to copy_file_range [PR110462] - - - - --- 2023-06-29 Jonathan Wakely New
[committed] libstdc++: Fix std::format for pointers [PR110239] [committed] libstdc++: Fix std::format for pointers [PR110239] - - - - --- 2023-06-26 Jonathan Wakely New
[committed] libstdc++: Implement P2538R1 ADL-proof std::projected [committed] libstdc++: Implement P2538R1 ADL-proof std::projected - - - - --- 2023-06-26 Jonathan Wakely New
[committed] libstdc++: Qualify calls to debug mode helpers [committed] libstdc++: Qualify calls to debug mode helpers - - - - --- 2023-06-26 Jonathan Wakely New
[committed,gcc-12] libstdc++: avoid bogus -Wrestrict [PR105651] [committed,gcc-12] libstdc++: avoid bogus -Wrestrict [PR105651] - - - - --- 2023-06-21 Jonathan Wakely New
libstdc++: Use RAII in std::vector::_M_realloc_insert libstdc++: Use RAII in std::vector::_M_realloc_insert - - - - --- 2023-06-20 Jonathan Wakely New
[committed] libstdc++: Remove duplicate definition of _Float128 std::from_chars [PR110077] [committed] libstdc++: Remove duplicate definition of _Float128 std::from_chars [PR110077] - - - - --- 2023-06-09 Jonathan Wakely New
[committed] libstdc++: Add preprocessor checks to <experimental/internet> [PR100285] [committed] libstdc++: Add preprocessor checks to <experimental/internet> [PR100285] - - - - --- 2023-06-09 Jonathan Wakely New
[committed] libstdc++: Bump library version to libstdc++.so.6.0.33 [committed] libstdc++: Bump library version to libstdc++.so.6.0.33 - - - - --- 2023-06-09 Jonathan Wakely New
[committed] libstdc++: Fix P2510R3 "Formatting pointers" [PR110149] [committed] libstdc++: Fix P2510R3 "Formatting pointers" [PR110149] - - - - --- 2023-06-09 Jonathan Wakely New
[committed] libstdc++: Optimize std::to_array for trivial types [PR110167] [committed] libstdc++: Optimize std::to_array for trivial types [PR110167] - - - - --- 2023-06-09 Jonathan Wakely New
[committed] libstdc++: Improve tests for emplace member of sequence containers [committed] libstdc++: Improve tests for emplace member of sequence containers - - - - --- 2023-06-09 Jonathan Wakely New
[committed] libstdc++: Restore accidentally removed version in abi-check [committed] libstdc++: Restore accidentally removed version in abi-check - - - - --- 2023-06-07 Jonathan Wakely New
[committed] libstdc++: Fix some tests that fail with -fno-exceptions [committed] libstdc++: Fix some tests that fail with -fno-exceptions - - - - --- 2023-06-07 Jonathan Wakely New
[committed] libstdc++: Fix some tests that fail with -fexcess-precision=standard [committed] libstdc++: Fix some tests that fail with -fexcess-precision=standard - - - - --- 2023-06-07 Jonathan Wakely New
[committed] libstdc++: Update list of known symbol versions for abi-check [committed] libstdc++: Update list of known symbol versions for abi-check - - - - --- 2023-06-06 Jonathan Wakely New
« 1 2 ... 4 5 640 41 »