Show patches with: Submitter = Jonathan Wakely       |    State = Action Required       |    Archived = No       |   3981 patches
« 1 2 ... 22 23 2439 40 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
Update C++20 status table Update C++20 status table - - - - --- 2019-05-30 Jonathan Wakely New
Update documentation of implementation-defined library features Update documentation of implementation-defined library features - - - - --- 2019-05-30 Jonathan Wakely New
PR libstdc++/88881 fix filesystem::symlink_status for Windows PR libstdc++/88881 fix filesystem::symlink_status for Windows - - - - --- 2019-05-29 Jonathan Wakely New
Optimize filesystem::path::parent_path() Optimize filesystem::path::parent_path() - - - - --- 2019-05-29 Jonathan Wakely New
RFC: [PATCH] Remove using-declarations that add std names to __gnu_cxx RFC: [PATCH] Remove using-declarations that add std names to __gnu_cxx - - - - --- 2019-05-29 Jonathan Wakely New
Avoid -Wunused-parameter warnings from testsuite utility Avoid -Wunused-parameter warnings from testsuite utility - - - - --- 2019-05-29 Jonathan Wakely New
PR libstdc++/85494 use rdseed and rand_s in std::random_device PR libstdc++/85494 use rdseed and rand_s in std::random_device - - - - --- 2019-05-29 Jonathan Wakely New
PR libstdc++/90634 reduce allocations in filesystem::path construction PR libstdc++/90634 reduce allocations in filesystem::path construction - - - - --- 2019-05-28 Jonathan Wakely New
Fix std::midpoint(T*, T*) for reversed arguments Fix std::midpoint(T*, T*) for reversed arguments - - - - --- 2019-05-24 Jonathan Wakely New
Fix testsuite bugs Fix testsuite bugs - - - - --- 2019-05-23 Jonathan Wakely New
LWG 2996 add rvalue overloads for shared_ptr aliasing and casting LWG 2996 add rvalue overloads for shared_ptr aliasing and casting - - - - --- 2019-05-23 Jonathan Wakely New
LWG 2921 remove packaged_task constructors taking allocators LWG 2921 remove packaged_task constructors taking allocators - - - - --- 2019-05-23 Jonathan Wakely New
Add missing feature test macro to C++17 status table Add missing feature test macro to C++17 status table - - - - --- 2019-05-23 Jonathan Wakely New
Make any_cast compare typeinfo as well as function pointers Make any_cast compare typeinfo as well as function pointers - - - - --- 2019-05-23 Jonathan Wakely New
PR libstdc++/90220 fix experimental::any_cast for non-object types PR libstdc++/90220 fix experimental::any_cast for non-object types - - - - --- 2019-05-23 Jonathan Wakely New
PR c++/90592 add missing word "scope" to __func__ docs PR c++/90592 add missing word "scope" to __func__ docs - - - - --- 2019-05-23 Jonathan Wakely New
Add whitespace between operator and operand Add whitespace between operator and operand - - - - --- 2019-05-23 Jonathan Wakely New
Remove conflict marker from ChangeLog Remove conflict marker from ChangeLog - - - - --- 2019-05-23 Jonathan Wakely New
Remove resolved TODO comment Remove resolved TODO comment - - - - --- 2019-05-23 Jonathan Wakely New
PR libstdc++/90557 fix path assignment that alters source PR libstdc++/90557 fix path assignment that alters source - - - - --- 2019-05-22 Jonathan Wakely New
PR libstdc++/77691 fix resource_adaptor failures due to max_align_t bugs PR libstdc++/77691 fix resource_adaptor failures due to max_align_t bugs - - - - --- 2019-05-22 Jonathan Wakely New
Fix names of _Lock_policy constants in libstdc++ manual Fix names of _Lock_policy constants in libstdc++ manual - - - - --- 2019-05-21 Jonathan Wakely New
PR c++/90532 Ensure __is_constructible(T[]) is false PR c++/90532 Ensure __is_constructible(T[]) is false - - - - --- 2019-05-20 Jonathan Wakely New
PR libstdc++/90246 Improve text of std::variant exceptions and assertions PR libstdc++/90246 Improve text of std::variant exceptions and assertions - - - - --- 2019-05-17 Jonathan Wakely New
Fix uses of non-reserved names for template parameters Fix uses of non-reserved names for template parameters - - - - --- 2019-05-17 Jonathan Wakely New
Add missing piece of P0777R1 and update C++20 status docs Add missing piece of P0777R1 and update C++20 status docs - - - - --- 2019-05-17 Jonathan Wakely New
Remove incorrect assertion from filesystem::absolute Remove incorrect assertion from filesystem::absolute - - - - --- 2019-05-16 Jonathan Wakely New
Implement sane variant converting constructor (P0608R3) Implement sane variant converting constructor (P0608R3) - - - - --- 2019-05-16 Jonathan Wakely New
Changes to std::variant to reduce code size Changes to std::variant to reduce code size - - - - --- 2019-05-16 Jonathan Wakely New
Remove redundant accessors in hash tables Remove redundant accessors in hash tables - - - - --- 2019-05-15 Jonathan Wakely New
Add __raw_visit and __raw_idx_visit, use INVOKE<R> Add __raw_visit and __raw_idx_visit, use INVOKE<R> - - - - --- 2019-05-14 Jonathan Wakely New
Use INVOKE<R> in std::function, std::bind and std::packaged_task Use INVOKE<R> in std::function, std::bind and std::packaged_task - - - - --- 2019-05-14 Jonathan Wakely New
Define std::__invoke_r for INVOKE<R> Define std::__invoke_r for INVOKE<R> - - - - --- 2019-05-14 Jonathan Wakely New
Add __is_nothrow_convertible to fix std::is_nothrow_invocable_r Add __is_nothrow_convertible to fix std::is_nothrow_invocable_r - - - - --- 2019-05-14 Jonathan Wakely New
Reduce header dependencies in <iterator> Reduce header dependencies in <iterator> - - - - --- 2019-05-14 Jonathan Wakely New
Removing unused, non-standard function in _Rb_tree Removing unused, non-standard function in _Rb_tree - - - - --- 2019-05-14 Jonathan Wakely New
PR libstdc++/69724 avoid temporary in std::thread construction PR libstdc++/69724 avoid temporary in std::thread construction - - - - --- 2019-05-14 Jonathan Wakely New
Fix indentation in testsuite utility header Fix indentation in testsuite utility header - - - - --- 2019-05-14 Jonathan Wakely New
Add __gnu_test::NullablePointer utility to testsuite Add __gnu_test::NullablePointer utility to testsuite - - - - --- 2019-05-14 Jonathan Wakely New
Fix unique_ptr pretty printer for empty classes Fix unique_ptr pretty printer for empty classes - - - - --- 2019-05-14 Jonathan Wakely New
LWG 2899 - Make is_move_constructible correct for unique_ptr LWG 2899 - Make is_move_constructible correct for unique_ptr - - - - --- 2019-05-14 Jonathan Wakely New
PR libstdc++/90454.cc path construction from void* PR libstdc++/90454.cc path construction from void* - - - - --- 2019-05-13 Jonathan Wakely New
Small markup changes to PBDS docs Small markup changes to PBDS docs - - - - --- 2019-05-13 Jonathan Wakely New
Fix testsuite regression caused by r271077 Fix testsuite regression caused by r271077 - - - - --- 2019-05-13 Jonathan Wakely New
[wwwdocs] Document PR libstdc++/68210 (LWG DR 206) changes [wwwdocs] Document PR libstdc++/68210 (LWG DR 206) changes - - - - --- 2019-05-13 Jonathan Wakely New
[wwwdocs] Add DOCTYPE and lang attribute [wwwdocs] Add DOCTYPE and lang attribute - - - - --- 2019-05-13 Jonathan Wakely New
Remove array_allocator extension, deprecated since 4.9.0 Remove array_allocator extension, deprecated since 4.9.0 - - - - --- 2019-05-11 Jonathan Wakely New
PR libstdc++/90397 fix std::variant friend declarations PR libstdc++/90397 fix std::variant friend declarations - - - - --- 2019-05-10 Jonathan Wakely New
PR libstdc++/90388 fix std::hash<unique_ptr<T,D>> bugs PR libstdc++/90388 fix std::hash<unique_ptr<T,D>> bugs - - - - --- 2019-05-10 Jonathan Wakely New
Improve API docs for <memory> and <new> Improve API docs for <memory> and <new> - - - - --- 2019-05-10 Jonathan Wakely New
Improve API docs Filesystem TS and Networking TS Improve API docs Filesystem TS and Networking TS - - - - --- 2019-05-07 Jonathan Wakely New
Improve API docs for std::pair Improve API docs for std::pair - - - - --- 2019-05-07 Jonathan Wakely New
Improve API docs for <chrono> and <ratio> Improve API docs for <chrono> and <ratio> - - - - --- 2019-05-07 Jonathan Wakely New
PR libstdc++/89102 implement new common_type rules (P0435R1, P0548R1) PR libstdc++/89102 implement new common_type rules (P0435R1, P0548R1) - - - - --- 2019-05-07 Jonathan Wakely New
Fix incorrect DR numbers in libstdc++ manual Fix incorrect DR numbers in libstdc++ manual - - - - --- 2019-05-07 Jonathan Wakely New
Improve API docs for std::regex Improve API docs for std::regex - - - - --- 2019-05-07 Jonathan Wakely New
PR libstdc++/90299 make filesystem::absolute overloads consistent PR libstdc++/90299 make filesystem::absolute overloads consistent - - - - --- 2019-05-04 Jonathan Wakely New
Improve API docs for <system_error> header Improve API docs for <system_error> header - - - - --- 2019-05-04 Jonathan Wakely New
[wwwdocs] Clarify what "TBB" means and link to the project website [wwwdocs] Clarify what "TBB" means and link to the project website - - - - --- 2019-05-04 Jonathan Wakely New
Avoid -Woverflow warning in __numeric_limits_integer Avoid -Woverflow warning in __numeric_limits_integer - - - - --- 2019-05-03 Jonathan Wakely New
[wwwdocs] C++17 library is no longer experimental [wwwdocs] C++17 library is no longer experimental - - - - --- 2019-05-03 Jonathan Wakely New
Remove redundant __constexpr_addressof function Remove redundant __constexpr_addressof function - - - - --- 2019-05-02 Jonathan Wakely New
PR libstdc++/61761 fix std::proj for targets without C99 cproj PR libstdc++/61761 fix std::proj for targets without C99 cproj - - - - --- 2019-05-01 Jonathan Wakely New
PR libstdc++/90281 Fix string conversions for filesystem::path PR libstdc++/90281 Fix string conversions for filesystem::path - - - - --- 2019-04-30 Jonathan Wakely New
Fix filesystem::path tests Fix filesystem::path tests - - - - --- 2019-04-30 Jonathan Wakely New
Use _GLIBCXX_NOEXCEPT_IF for std::swap Use _GLIBCXX_NOEXCEPT_IF for std::swap - - - - --- 2019-04-29 Jonathan Wakely New
PR libstdc++/71312 Increase alignment of pooled mutexes PR libstdc++/71312 Increase alignment of pooled mutexes - - - - --- 2019-04-29 Jonathan Wakely New
Add nodiscard to std::vector<bool>::empty() Add nodiscard to std::vector<bool>::empty() - - - - --- 2019-04-29 Jonathan Wakely New
Remove unused std::_Iter_base class template Remove unused std::_Iter_base class template - - - - --- 2019-04-29 Jonathan Wakely New
PR libstdc++/87982 Fix generate_n and fill_n use of _Size parameter PR libstdc++/87982 Fix generate_n and fill_n use of _Size parameter - - - - --- 2019-04-29 Jonathan Wakely New
Fix tests that fail with _GLIBCXX_USE_CXX11_ABI=0 Fix tests that fail with _GLIBCXX_USE_CXX11_ABI=0 - - - - --- 2019-04-26 Jonathan Wakely New
PR libstdc++/90239 use uses_allocator_construction_args in <scoped_allocator> PR libstdc++/90239 use uses_allocator_construction_args in <scoped_allocator> - - - - --- 2019-04-25 Jonathan Wakely New
PR libstdc++/90239 Fix status of P0591R4 in C++2a support table PR libstdc++/90239 Fix status of P0591R4 in C++2a support table - - - - --- 2019-04-25 Jonathan Wakely New
PR c++/90243 - orphaned note in uninstantiated constexpr function PR c++/90243 - orphaned note in uninstantiated constexpr function - - - - --- 2019-04-25 Jonathan Wakely New
Make filesystem::path comparison operators hidden friends (LWG 3065) Make filesystem::path comparison operators hidden friends (LWG 3065) - - - - --- 2019-04-24 Jonathan Wakely New
Use __and_v<...> instead of __and_<...>::value Use __and_v<...> instead of __and_<...>::value - - - - --- 2019-04-24 Jonathan Wakely New
Finish implementing "Treating Unnecessary decay" (P0777R1) Finish implementing "Treating Unnecessary decay" (P0777R1) - - - - --- 2019-04-24 Jonathan Wakely New
Fix basic_string_view typedefs and enforce preconditions Fix basic_string_view typedefs and enforce preconditions - - - - --- 2019-04-24 Jonathan Wakely New
PR libstdc++/90220 Fix std::any_cast for function pointers PR libstdc++/90220 Fix std::any_cast for function pointers - - - - --- 2019-04-24 Jonathan Wakely New
Add brief explanation of the unwind library Add brief explanation of the unwind library - - - - --- 2019-04-23 Jonathan Wakely New
Implement LWG 2904 for std::variant assignment Implement LWG 2904 for std::variant assignment - - - - --- 2019-04-23 Jonathan Wakely New
Implement correct std::variant triviality rules from P0602R4 Implement correct std::variant triviality rules from P0602R4 - - - - --- 2019-04-23 Jonathan Wakely New
PR libstdc++/90165 constrain variant(T&&) constructor PR libstdc++/90165 constrain variant(T&&) constructor - - - - --- 2019-04-23 Jonathan Wakely New
Corrections for C++2a std::unwrap_reference traits Corrections for C++2a std::unwrap_reference traits - - - - --- 2019-04-23 Jonathan Wakely New
Fix std::variant regression caused by never-valueless optimization Fix std::variant regression caused by never-valueless optimization - - - - --- 2019-04-23 Jonathan Wakely New
Make some std::variant helper functions noexcept Make some std::variant helper functions noexcept - - - - --- 2019-04-23 Jonathan Wakely New
[3/3] Fix condition for std::variant to be copy constructible [1/3] Fix tests for std::variant to match original intention - - - - --- 2019-04-17 Jonathan Wakely New
[2/3] Remove unnecessary string literals from static_assert in C++17 tests [1/3] Fix tests for std::variant to match original intention - - - - --- 2019-04-17 Jonathan Wakely New
[1/3] Fix tests for std::variant to match original intention [1/3] Fix tests for std::variant to match original intention - - - - --- 2019-04-17 Jonathan Wakely New
Add constexpr to std::optional::value_or(U&&)&& Add constexpr to std::optional::value_or(U&&)&& - - - - --- 2019-04-17 Jonathan Wakely New
PR libstdc++/90105 make forward_list::sort stable PR libstdc++/90105 make forward_list::sort stable - - - - --- 2019-04-16 Jonathan Wakely New
PR libstdc++/90046 fix build failure on epiphany-elf PR libstdc++/90046 fix build failure on epiphany-elf - - - - --- 2019-04-11 Jonathan Wakely New
Update documentation regarding bogus memory leaks in libstdc++ Update documentation regarding bogus memory leaks in libstdc++ - - - - --- 2019-04-10 Jonathan Wakely New
Change wording of -fipa-icf documentation Change wording of -fipa-icf documentation - - - - --- 2019-04-10 Jonathan Wakely New
Clearly document behaviour of multiple -g options Clearly document behaviour of multiple -g options - - - - --- 2019-04-10 Jonathan Wakely New
PR libstdc++/89851 Add testcase for std::variant equality PR libstdc++/89851 Add testcase for std::variant equality - - - - --- 2019-04-09 Jonathan Wakely New
[3/3] Add comments and style fixes to <variant> [1/3] PR libstdc++/90008 remove unused capture from variant rel ops - - - - --- 2019-04-09 Jonathan Wakely New
[1/3] PR libstdc++/90008 remove unused capture from variant rel ops [1/3] PR libstdc++/90008 remove unused capture from variant rel ops - - - - --- 2019-04-09 Jonathan Wakely New
[wwwdocs] Document PSTL and std::visit<R> support [wwwdocs] Document PSTL and std::visit<R> support - - - - --- 2019-04-05 Jonathan Wakely New
Implement std::visit<R> for C++2a (P0655R1) Implement std::visit<R> for C++2a (P0655R1) - - - - --- 2019-04-05 Jonathan Wakely New
« 1 2 ... 22 23 2439 40 »