Show patches with: Submitter = Jonathan Wakely       |    State = Action Required       |    Archived = No       |   4032 patches
« 1 2 ... 4 5 640 41 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[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
[committed] libstdc++: Make std::numeric_limits<__float128> more portable [PR104772] [committed] libstdc++: Make std::numeric_limits<__float128> more portable [PR104772] - - - - --- 2023-06-06 Jonathan Wakely New
[committed] libstdc++: Fix ambiguous expression in std::array<T, 0>::front() [PR110139] [committed] libstdc++: Fix ambiguous expression in std::array<T, 0>::front() [PR110139] - - - - --- 2023-06-06 Jonathan Wakely New
[committed] libstdc++: Use close-on-exec for file descriptors in filesystem::copy_file [committed] libstdc++: Use close-on-exec for file descriptors in filesystem::copy_file - - - - --- 2023-06-06 Jonathan Wakely New
libstdc++: Use AS_IF in configure.ac libstdc++: Use AS_IF in configure.ac - - - - --- 2023-06-01 Jonathan Wakely New
[committed] libstdc++: Fix PSTL test that fails in C++20 [committed] libstdc++: Fix PSTL test that fails in C++20 - - - - --- 2023-06-01 Jonathan Wakely New
[committed] libstdc++: Do not use std::expected::value() in monadic ops (LWG 3938) [committed] libstdc++: Do not use std::expected::value() in monadic ops (LWG 3938) - - - - --- 2023-06-01 Jonathan Wakely New
[committed] libstdc++: Fix code size regressions in std::vector [PR110060] [committed] libstdc++: Fix code size regressions in std::vector [PR110060] - - - - --- 2023-06-01 Jonathan Wakely New
[committed] libstdc++: Document removal of implicit allocator rebinding extensions [committed] libstdc++: Document removal of implicit allocator rebinding extensions - - - - --- 2023-06-01 Jonathan Wakely New
doc: Fix description of x86 -m32 option [PR109954] doc: Fix description of x86 -m32 option [PR109954] - - - - --- 2023-06-01 Jonathan Wakely New
[committed] libstdc++: Add separate autoconf macro for std::float_t and std::double_t [PR109818] [committed] libstdc++: Add separate autoconf macro for std::float_t and std::double_t [PR109818] - - - - --- 2023-05-31 Jonathan Wakely New
[committed] libstdc++: Stop using _GLIBCXX_USE_C99_MATH_TR1 in <cmath> [committed] libstdc++: Stop using _GLIBCXX_USE_C99_MATH_TR1 in <cmath> - - - - --- 2023-05-31 Jonathan Wakely New
[committed] libstdc++: Express std::vector's size() <= capacity() invariant in code [committed] libstdc++: Express std::vector's size() <= capacity() invariant in code - - - - --- 2023-05-31 Jonathan Wakely New
[committed] libstdc++: Fix build for targets without _Float128 [PR109921] [committed] libstdc++: Fix build for targets without _Float128 [PR109921] - - - - --- 2023-05-31 Jonathan Wakely New
[committed] libstdc++: Fix configure test for 32-bit targets [committed] libstdc++: Fix configure test for 32-bit targets - - - - --- 2023-05-31 Jonathan Wakely New
« 1 2 ... 4 5 640 41 »