Show patches with: Submitter = Jonathan Wakely       |    Archived = No       |   4017 patches
« 1 2 ... 37 38 3940 41 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
libstdc++/64797 fix handling of incomplete multibyte characters - - - - --- 2015-03-05 Jonathan Wakely New
libstdc++/64797 fix handling of incomplete multibyte characters - - - - --- 2015-03-04 Jonathan Wakely New
libstdc++/65279 fix scoped_allocator_adaptor assignment - - - - --- 2015-03-02 Jonathan Wakely New
libstdc++/64367 fix __sso_string to compile with clang - - - - --- 2015-03-02 Jonathan Wakely New
Document implementation-defined behaviour in C++11 library - - - - --- 2015-02-22 Jonathan Wakely New
Document implementation-defined behaviour in C++11 library - - - - --- 2015-02-20 Jonathan Wakely New
libstdc++/64695 fix Pythin printer for std::tuple - - - - --- 2015-02-20 Jonathan Wakely New
libstdc++/58357 change std::rotate to std::_V2::rotate - - - - --- 2015-02-19 Jonathan Wakely New
Fix codecvt<char16_t, char, mbstate_t> - - - - --- 2015-02-18 Jonathan Wakely New
Fix codecvt<char16_t, char, mbstate_t> - - - - --- 2015-02-18 Jonathan Wakely New
[RFCv2,2/2] libstdc++: Add codecvt<char32_t, char, mbstate_t>. - - - - --- 2015-02-17 Jonathan Wakely New
libstdc++/65085 move-constructor doesn't terminate empty string - - - - --- 2015-02-17 Jonathan Wakely New
libgcc/64885 - libstdc++ all_attributes failure - - - - --- 2015-02-12 Jonathan Wakely New
[libstdc++] Optimize synchronization in std::future if futexes are available. - - - - --- 2015-02-01 Jonathan Wakely New
Fix invalid attributes in libstdc++ - - - - --- 2015-02-01 Jonathan Wakely New
Fix warning during libstdc++ build - - - - --- 2015-01-28 Jonathan Wakely New
libstdc++/64368 add configure check for timed mutex operations - - - - --- 2015-01-27 Jonathan Wakely New
libstdc++/64368 Fix invalid frees in numpunct_shim with clocale=generic - - - - --- 2015-01-26 Jonathan Wakely New
[C++14] Implement N3657: heterogeneous lookup in associative containers. - - - - --- 2015-01-26 Jonathan Wakely New
Add <codecvt> and last pieces of C++11 std::lib - - - - --- 2015-01-23 Jonathan Wakely New
Add <codecvt> and last pieces of C++11 std::lib - - - - --- 2015-01-21 Jonathan Wakely New
libstdc++/64658 define std::atomic_init() - - - - --- 2015-01-21 Jonathan Wakely New
[wwwdocs] Re: [patch] Update C++11 status in libstdc++ docs - - - - --- 2015-01-20 Jonathan Wakely New
Update C++11 status in libstdc++ docs - - - - --- 2015-01-20 Jonathan Wakely New
[C++14] Implement N3657: heterogeneous lookup in associative containers. - - - - --- 2015-01-19 Jonathan Wakely New
libstdc++/64658 define std::atomic_init() - - - - --- 2015-01-19 Jonathan Wakely New
libstdc++/64650 add bad_optional_access default constructor - - - - --- 2015-01-19 Jonathan Wakely New
[libstdc++] PR libstdc++/64656 - - - - --- 2015-01-19 Jonathan Wakely New
Add <codecvt> and last pieces of C++11 std::lib - - - - --- 2015-01-19 Jonathan Wakely New
libstdc++/64646 fix 4-iterator overload of std::is_permutation - - - - --- 2015-01-18 Jonathan Wakely New
Update C++11 status in libstdc++ docs - - - - --- 2015-01-18 Jonathan Wakely New
[libstdc++] Optimize synchronization in std::future if futexes are available. - - - - --- 2015-01-18 Jonathan Wakely New
[libstdc++] Optimize synchronization in std::future if futexes are available. - - - - --- 2015-01-18 Jonathan Wakely New
[libstdc++] Optimize synchronization in std::future if futexes are available. - - - - --- 2015-01-17 Jonathan Wakely New
Re: [patch libstdc++] Optimize synchronization in std::future if futexes are available. - - - - --- 2015-01-17 Jonathan Wakely New
[libstdc++] Optimize synchronization in std::future if futexes are available. - - - - --- 2015-01-17 Jonathan Wakely New
Update C++11 status in libstdc++ docs - - - - --- 2015-01-17 Jonathan Wakely New
libstdc++/58357 DR 488 std::rotate should return an iterator - - - - --- 2015-01-17 Jonathan Wakely New
libstdc++/60940 unify std::atomic_xxx typedefs with std::atomic<xxx> types - - - - --- 2015-01-17 Jonathan Wakely New
libstdc++/56785 reduce space overhead of nested tuples - - - - --- 2015-01-17 Jonathan Wakely New
Add <codecvt> and last pieces of C++11 std::lib - - - - --- 2015-01-17 Jonathan Wakely New
Add <codecvt> and last pieces of C++11 std::lib - - - - --- 2015-01-16 Jonathan Wakely New
Define std::codecvt<char16_t,...> and std::codecvt<char32_t,...> - - - - --- 2015-01-16 Jonathan Wakely New
libstdc++/64571 export fstream functions using new std::string - - - - --- 2015-01-13 Jonathan Wakely New
libstdc++/64553 and libstdc++/64560 facet shims without RTTI or wchar_t - - - - --- 2015-01-12 Jonathan Wakely New
[libstdc++] Fix assignability check in uninitialized_copy - - - - --- 2015-01-09 Jonathan Wakely New
libstdc++/60966 fix packaged_task also - - - - --- 2015-01-09 Jonathan Wakely New
libstdc++/60132 deprecate C++0x has_trivial_xxx traits - - - - --- 2015-01-08 Jonathan Wakely New
libstdc++/60132 deprecate C++0x has_trivial_xxx traits - - - - --- 2015-01-08 Jonathan Wakely New
Use std::__bool_constant instead of duplicating it - - - - --- 2015-01-08 Jonathan Wakely New
Fix warning during libstdc++ build - - - - --- 2015-01-07 Jonathan Wakely New
New std::string implementation - - - - --- 2015-01-06 Jonathan Wakely New
New std::string implementation - - - - --- 2015-01-06 Jonathan Wakely New
libstdc++/64483 add dg-require to test - - - - --- 2015-01-04 Jonathan Wakely New
Fix PR libstdc++/64422 - - - - --- 2015-01-02 Jonathan Wakely New
libstdc++/64468 set TAB_SIZE=8 in doxygen cfg - - - - --- 2015-01-02 Jonathan Wakely New
std::stoi and std::to_string on MinGW - - - - --- 2015-01-02 Jonathan Wakely New
libstdc++/64389 fix another darwin bootstrap failure - - - - --- 2014-12-23 Jonathan Wakely New
std::stoi and std::to_string on MinGW - - - - --- 2014-12-22 Jonathan Wakely New
[libstdc++] C++14 constexpr min/max/minmax/min_element/max_element/minmax_element, also constexpr f… - - - - --- 2014-12-22 Jonathan Wakely New
Update libstdc++ C++11 status table - - - - --- 2014-12-22 Jonathan Wakely New
[3/3] libstdc++: Add get_time support. - - - - --- 2014-12-22 Jonathan Wakely New
[1/3] libstdc++: Add time_get::get support. - - - - --- 2014-12-22 Jonathan Wakely New
libstdc++/64367 fix __sso_string to compile with clang - - - - --- 2014-12-21 Jonathan Wakely New
New std::string implementation - - - - --- 2014-12-20 Jonathan Wakely New
Update std::experimental::{any,optional,string_view} - - - - --- 2014-12-13 Jonathan Wakely New
Fix std::shared_ptr FAILs with -fno-rtti - - - - --- 2014-12-13 Jonathan Wakely New
Fix std::shared_ptr FAILs with -fno-rtti - - - - --- 2014-12-12 Jonathan Wakely New
libstdc++/64276 replace __EXCEPTIONS and __GXX_RTTI with SD-6 macros - - - - --- 2014-12-12 Jonathan Wakely New
libstdc++/64241 fix std::make_exception_ptr() for -fno-exceptions - - - - --- 2014-12-12 Jonathan Wakely New
LWG DR 2285: std::make_reverse_iterator - - - - --- 2014-12-12 Jonathan Wakely New
Fix std::notify_all_at_thread_exit test for older glibc - - - - --- 2014-12-11 Jonathan Wakely New
std::regex: Implement LWG DR 2329 and DR 2332 - - - - --- 2014-12-10 Jonathan Wakely New
Add 'const' to helper functors for std::promise etc. - - - - --- 2014-12-10 Jonathan Wakely New
Some std::locale improvements - - - - --- 2014-12-10 Jonathan Wakely New
libstdc++/64203 fix <shared_mutex> for bare-metal targets - - - - --- 2014-12-09 Jonathan Wakely New
Fix spelling in docs for -Wsuggest-final-{methods,types} - - - - --- 2014-12-07 Jonathan Wakely New
[wwwdocs] Move -Wodr and -Wsuggest-final-{methods,types} items to C++ section. - - - - --- 2014-12-07 Jonathan Wakely New
[wwwdocs] Update changes.html with libstdc++ changes - - - - --- 2014-12-06 Jonathan Wakely New
Simplify non-inline function definitions for std::unordered_xxx containers - - - - --- 2014-12-05 Jonathan Wakely New
Simplify non-inline function definitions for std::unordered_xxx containers - - - - --- 2014-12-04 Jonathan Wakely New
libstdc++/64168 fix return statement - - - - --- 2014-12-03 Jonathan Wakely New
Simplify non-inline function definitions for std::unordered_xxx containers - - - - --- 2014-12-03 Jonathan Wakely New
Define std::promise::set_value_at_thread_exit() etc. - - - - --- 2014-12-03 Jonathan Wakely New
Update libstdc++ status docs - - - - --- 2014-12-02 Jonathan Wakely New
Define std::promise::set_value_at_thread_exit() etc. - - - - --- 2014-12-02 Jonathan Wakely New
libstdc++/63840 fix exception-safety in std::function copy constructor - - - - --- 2014-12-01 Jonathan Wakely New
Some std::locale improvements - - - - --- 2014-11-30 Jonathan Wakely New
Define new std::ios_base::failure with abi_tag("cxx11") - - - - --- 2014-11-30 Jonathan Wakely New
Some std::locale improvements - - - - --- 2014-11-29 Jonathan Wakely New
New std::string implementation - - - - --- 2014-11-28 Jonathan Wakely New
New std::string implementation - - - - --- 2014-11-28 Jonathan Wakely New
New std::string implementation - - - - --- 2014-11-17 Jonathan Wakely New
New std::string implementation - - - - --- 2014-11-14 Jonathan Wakely New
Define new std::ios_base::failure with abi_tag("cxx11") - - - - --- 2014-11-14 Jonathan Wakely New
Fix mangling of ABI-tagged std::wstring - - - - --- 2014-11-14 Jonathan Wakely New
libstdc++/57250 shared_ptr atomic operations - - - - --- 2014-11-12 Jonathan Wakely New
Apply LWG 2399, 2400 and 2401 to std::shared_ptr and std::function - - - - --- 2014-11-12 Jonathan Wakely New
LWG DR 2315. weak_ptr should be movable - - - - --- 2014-11-12 Jonathan Wakely New
c++/33911 add -Wno-deprecated to libstdc++ tests - - - - --- 2014-11-12 Jonathan Wakely New
« 1 2 ... 37 38 3940 41 »