Show patches with: Submitter = Jonathan Wakely       |    State = Action Required       |    Archived = No       |   4008 patches
« 1 2 ... 28 29 3040 41 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
Add std::get_deleter overload with correct signature - - - - --- 2017-06-16 Jonathan Wakely New
Fix std::wbuffer_convert::sync() - - - - --- 2017-06-16 Jonathan Wakely New
Fix missing returns in libstdc++ header and tests - - - - --- 2017-06-16 Jonathan Wakely New
Fix libstdc++ testsuite failures with -D_GLIBCXX_USE_CXX11_ABI=0 - - - - --- 2017-06-14 Jonathan Wakely New
PR libstdc++/81092 add std::wstring symbols and bump library version - - - - --- 2017-06-14 Jonathan Wakely New
PR libstdc++/81092 add std::wstring symbols and bump library version - - - - --- 2017-06-14 Jonathan Wakely New
PR libstdc++/55917 do not handle exceptions in std::thread - - - - --- 2017-06-12 Jonathan Wakely New
Support move-only deleters in std::shared_ptr (LWG 2802) - - - - --- 2017-06-09 Jonathan Wakely New
Add deduction guides for sequence containers (P0433R2, partial) - - - - --- 2017-06-09 Jonathan Wakely New
PR libstdc++/81017 add noexcept to std::function move operations - - - - --- 2017-06-08 Jonathan Wakely New
PR libstdc++/81002 fix std::basic_regex range constructor - - - - --- 2017-06-07 Jonathan Wakely New
Add C++17 deduction guide for std::basic_regex (P0433R2, partial) - - - - --- 2017-06-07 Jonathan Wakely New
PR libstdc++/81002 fix std::basic_regex range constructor - - - - --- 2017-06-07 Jonathan Wakely New
Add C++17 deduction guide for std::basic_string (P0433R2, partial) - - - - --- 2017-06-07 Jonathan Wakely New
PR c++/80990 use cv-qualifiers in class template argument deduction - - - - --- 2017-06-06 Jonathan Wakely New
Optimize std::advance for single increments - - - - --- 2017-06-05 Jonathan Wakely New
Add noexcept to shared_ptr owner comparisons (LWG 2873) - - - - --- 2017-06-05 Jonathan Wakely New
PR libstdc++/80939 Remove unmeetable constexpr specifiers - - - - --- 2017-06-02 Jonathan Wakely New
Remove libsupc++ makefile targets setting -std=gnu++11 or -std=gnu++14 - - - - --- 2017-06-02 Jonathan Wakely New
PR libstdc++/80893 Fix null dereference in vector<bool> - - - - --- 2017-05-31 Jonathan Wakely New
PR c++/80544 strip cv-quals from cast results - - - - --- 2017-05-25 Jonathan Wakely New
PR c++/80544 strip cv-quals from cast results - - - - --- 2017-05-24 Jonathan Wakely New
[v2] Implement non-trivial std::random_device::entropy (PR libstdc++/67578) - - - - --- 2017-05-24 Jonathan Wakely New
PR c++/80544 strip cv-quals from cast results - - - - --- 2017-05-24 Jonathan Wakely New
Avoid signed overflow in num_get::_M_extract_int (PR libstdc++/67214) - - - - --- 2017-05-23 Jonathan Wakely New
Implement non-trivial std::random_device::entropy (PR libstdc++/67578) - - - - --- 2017-05-22 Jonathan Wakely New
Implement non-trivial std::random_device::entropy (PR libstdc++/67578) - - - - --- 2017-05-22 Jonathan Wakely New
PR libstdc++/80796 Add new std::search overload for C++17 - - - - --- 2017-05-19 Jonathan Wakely New
PR libstdc++/80478 make std::mem_fn work with noexcept functions - - - - --- 2017-05-18 Jonathan Wakely New
Update libstdc++ version info in manual - - - - --- 2017-05-18 Jonathan Wakely New
Update libstdc++ version info in manual - - - - --- 2017-05-18 Jonathan Wakely New
Fix test to compile in C++98 mode - - - - --- 2017-05-18 Jonathan Wakely New
Fixes to Doxygen comments in libstdc++ headers - - - - --- 2017-05-17 Jonathan Wakely New
Implement std::experimental::source_location (N4519) - - - - --- 2017-05-16 Jonathan Wakely New
Implement std::experimental::source_location (N4519) - - - - --- 2017-05-16 Jonathan Wakely New
PR libstdc++/80285 optimize std::make_shared for -fno-rtti - - - - --- 2017-05-16 Jonathan Wakely New
Bump version namespace and remove _Rb_tree useless template parameter - - - - --- 2017-05-16 Jonathan Wakely New
Add cross-reference for BADNAMES in libstdc++ manual - - - - --- 2017-05-16 Jonathan Wakely New
Add cross-reference for BADNAMES in libstdc++ manual - - - - --- 2017-05-16 Jonathan Wakely New
Fix order and types of members in C++17 insert_return_type structs - - - - --- 2017-05-15 Jonathan Wakely New
PR libstdc++/78939 make tuple_size<cv T> depend on tuple_size<T> - - - - --- 2017-05-12 Jonathan Wakely New
PR libstdc++/78939 make tuple_size<cv T> depend on tuple_size<T> - - - - --- 2017-05-12 Jonathan Wakely New
Avoid _Rb_tree_rotate_[left,right] symbols export - - - - --- 2017-05-12 Jonathan Wakely New
documentation (mt_allocator): non-working link to example program - - - - --- 2017-05-11 Jonathan Wakely New
PR libstdc++/80285 optimize std::make_shared for -fno-rtti - - - - --- 2017-05-11 Jonathan Wakely New
Tweak static assertions in std::optional - - - - --- 2017-05-08 Jonathan Wakely New
Clarify mt_allocator documentation w.r.t deallocation - - - - --- 2017-05-08 Jonathan Wakely New
PR libstdc++/80624 satisfy invariant for char_traits<char16_t>::eof() - - - - --- 2017-05-05 Jonathan Wakely New
[wwwdocs] grammar & style fixes for /gcc-7/changes.html - - - - --- 2017-05-02 Jonathan Wakely New
[wwwdocs] grammar & style fixes for /gcc-7/changes.html - - - - --- 2017-05-02 Jonathan Wakely New
PR libstdc++/80553 don't allow destroying non-destructible types - - - - --- 2017-04-28 Jonathan Wakely New
Remove superfluous "" in dg-error. - - - - --- 2017-04-28 Jonathan Wakely New
doc/extend.texi (Object Size Checking): Improve grammar. - - - - --- 2017-04-27 Jonathan Wakely New
PR c++/80544 strip cv-quals from cast results - - - - --- 2017-04-27 Jonathan Wakely New
Remove reundant const-qualification from cast targets - - - - --- 2017-04-27 Jonathan Wakely New
PR demangler/80513 check for overflows and invalid characters in thunks - - - - --- 2017-04-26 Jonathan Wakely New
Improve tests for vector and deque move-assignment - - - - --- 2017-04-26 Jonathan Wakely New
std::vector move assign patch - - - - --- 2017-04-25 Jonathan Wakely New
PR libstdc++/80506 fix constant used in condition - - - - --- 2017-04-24 Jonathan Wakely New
PR libstdc++/80504 qualify calls to avoid ADL - - - - --- 2017-04-24 Jonathan Wakely New
PR libstdc++/80493 fix invalid exception specification - - - - --- 2017-04-24 Jonathan Wakely New
[wwwdocs] Change "GCC 6" to "GCC 7" in /gcc7/index.html - - - - --- 2017-04-24 Jonathan Wakely New
Avoid deprecated warnings about std::auto_ptr in library headers - - - - --- 2017-04-21 Jonathan Wakely New
PR c++/80473 allow suppressing notes about over-aligned new - - - - --- 2017-04-20 Jonathan Wakely New
PR c++/80473 allow suppressing notes about over-aligned new - - - - --- 2017-04-20 Jonathan Wakely New
PR79862 check macro for type aliases that depend on <stdint.h> - - - - --- 2017-04-20 Jonathan Wakely New
Implement C++17 changes to std::atomic (P0558R1 partial) - - - - --- 2017-04-19 Jonathan Wakely New
[libstdc++] Adjust to the new location of the C++ ABI - - - - --- 2017-04-19 Jonathan Wakely New
PR libstdc++/80446 cope with libc defining __has_builtin - - - - --- 2017-04-19 Jonathan Wakely New
PR libstdc++/80448 remove noexcept from defaulted functions - - - - --- 2017-04-19 Jonathan Wakely New
PR libstdc++/80446 cope with libc defining __has_builtin - - - - --- 2017-04-19 Jonathan Wakely New
Fix incorrect results from std::boyer_moore_searcher - - - - --- 2017-04-18 Jonathan Wakely New
[wwwdocs] update primary platform name for gcc-7 - - - - --- 2017-04-12 Jonathan Wakely New
[wwwdocs] Document C++ null pointer constant changes in gcc-7/porting_to.html - - - - --- 2017-04-10 Jonathan Wakely New
Define std::to_chars and std::from_chars for C++17 (P0067R5, partial) - - - - --- 2017-04-07 Jonathan Wakely New
[wwwdocs] Document C++ null pointer constant changes in gcc-7/porting_to.html - - - - --- 2017-04-07 Jonathan Wakely New
PR libstdc++/80316 make promise::set_value throw no_state error - - - - --- 2017-04-04 Jonathan Wakely New
Fix typos in comments throughout source tree - - - - --- 2017-04-04 Jonathan Wakely New
Update C++17 library status table in manual - - - - --- 2017-04-03 Jonathan Wakely New
Fix typos in comments throughout source tree - - - - --- 2017-04-03 Jonathan Wakely New
Uncomment std::reference_wrapper tests that no longer fail - - - - --- 2017-04-03 Jonathan Wakely New
Fix comments in libstdc++ header and test - - - - --- 2017-04-03 Jonathan Wakely New
Update C++17 library status table in manual - - - - --- 2017-04-03 Jonathan Wakely New
Implement P0426R1 "Constexpr for std::char_traits" for C++17 (partial) - - - - --- 2017-04-03 Jonathan Wakely New
PR libstdc++/80137 use std::nextafter instead of looping - - - - --- 2017-03-28 Jonathan Wakely New
Add _GLIBCXX_RELEASE macro to "Using" section of manual - - - - --- 2017-03-28 Jonathan Wakely New
PR libstdc++/80229 restore support for shared_ptr<function type> - - - - --- 2017-03-28 Jonathan Wakely New
Clarify interaction of -Wnarrowing with -std - - - - --- 2017-03-27 Jonathan Wakely New
Fix Debug Mode test failures - - - - --- 2017-03-23 Jonathan Wakely New
[libstdc++,doc] Strip links to ANSI (web shop) - - - - --- 2017-03-23 Jonathan Wakely New
Implement LWG 2686, hash<error_condition> - - - - --- 2017-03-23 Jonathan Wakely New
Inline Variables for the Standard Library (p0607r0) - - - - --- 2017-03-23 Jonathan Wakely New
[libstdc++,doc] Strip links to ANSI (web shop) - - - - --- 2017-03-23 Jonathan Wakely New
Add deduction guides for C++17 (P0433R2, partial) - - - - --- 2017-03-22 Jonathan Wakely New
Various fixes for <codecvt> facets - - - - --- 2017-03-17 Jonathan Wakely New
Various fixes for <codecvt> facets - - - - --- 2017-03-16 Jonathan Wakely New
PR libstdc++/67440 make pretty printers work with GDB 7.6 again - - - - --- 2017-03-16 Jonathan Wakely New
RFC: PR libstdc++/80064 make heap algorithms work with function types - - - - --- 2017-03-16 Jonathan Wakely New
Remove __gnu_pbds::detail::binary_heap::is_heap (PR libstdc++/62045) [resend] - - - - --- 2017-03-15 Jonathan Wakely New
[wwwdocs] Add more libstdc++ changes to /gcc-7/changes.html - - - - --- 2017-03-15 Jonathan Wakely New
« 1 2 ... 28 29 3040 41 »