Show patches with: Submitter = Jonathan Wakely       |    State = Action Required       |    Archived = No       |   3981 patches
« 1 2 ... 30 31 3239 40 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
Add noexcept to various basic_string string operations - - - - --- 2016-12-06 Jonathan Wakely New
Partial solution to LWG 523 - - - - --- 2016-11-30 Jonathan Wakely New
Replace unsupported effective-target with dg-options - - - - --- 2016-11-23 Jonathan Wakely New
Replace unsupported effective-target with dg-options - - - - --- 2016-11-23 Jonathan Wakely New
PR78494 add missing returns to propagate_const - - - - --- 2016-11-23 Jonathan Wakely New
PR78465 Remove runtime tests for <atomic> macros - - - - --- 2016-11-22 Jonathan Wakely New
PR 59406 note that FNV hash functions are incorrect - - - - --- 2016-11-15 Jonathan Wakely New
Make std::tuple_size<cv T> SFINAE-friendly (LWG 2770) - - - - --- 2016-11-15 Jonathan Wakely New
Add std::string constructor for substring of string_view (LWG 2742) - - - - --- 2016-11-15 Jonathan Wakely New
Remove variant<void>, variant<T&> and variant<> - - - - --- 2016-11-15 Jonathan Wakely New
Fix find&replace error in license boilerplate - - - - --- 2016-11-15 Jonathan Wakely New
Add std::string constructor for substring of string_view (LWG 2742) - - - - --- 2016-11-15 Jonathan Wakely New
Constrain swap overload for std::optional (LWG 2748) - - - - --- 2016-11-15 Jonathan Wakely New
Delete addressof for temporaries (LWG 2598) - - - - --- 2016-11-14 Jonathan Wakely New
Make std::future::share() noexcept (LWG 2556) - - - - --- 2016-11-14 Jonathan Wakely New
PR78326 fix incorrect access of data member in base class - - - - --- 2016-11-13 Jonathan Wakely New
Prepare shared_ptr for array support - - - - --- 2016-11-13 Jonathan Wakely New
Add std::future_error constructor from future_errc - - - - --- 2016-11-12 Jonathan Wakely New
Five patches for std::experimental::filesystem - - - - --- 2016-11-12 Jonathan Wakely New
Add std::future_error constructor from future_errc - - - - --- 2016-11-12 Jonathan Wakely New
Use shared_ptr<T>::element_type in hash specializations - - - - --- 2016-11-12 Jonathan Wakely New
Make filesystem::path work with basic_string_view (P0392R0) - - - - --- 2016-10-28 Jonathan Wakely New
Fix filesystem::path for iterators with const value_type - - - - --- 2016-10-28 Jonathan Wakely New
Implement std::filesystem for C++17 - - - - --- 2016-10-28 Jonathan Wakely New
Implement std::launder for C++17 - - - - --- 2016-10-28 Jonathan Wakely New
PR70975 Pass valid offset argument to sendfile - - - - --- 2016-10-27 Jonathan Wakely New
Add uniform_inside_sphere_distribution - - - - --- 2016-10-27 Jonathan Wakely New
Five patches for std::experimental::filesystem - - - - --- 2016-10-27 Jonathan Wakely New
Add recursive_directory_iterator::pop(error_code&) - - - - --- 2016-10-26 Jonathan Wakely New
Add recursive_directory_iterator::pop(error_code&) - - - - --- 2016-10-26 Jonathan Wakely New
Five patches for std::experimental::filesystem - - - - --- 2016-10-26 Jonathan Wakely New
libstdc++/78111 fix fallback code for filesystem::canonical - - - - --- 2016-10-26 Jonathan Wakely New
Five patches for std::experimental::filesystem - - - - --- 2016-10-25 Jonathan Wakely New
Five patches for std::experimental::filesystem - - - - --- 2016-10-24 Jonathan Wakely New
Make vector::data() return type consistent in C++98 - - - - --- 2016-10-24 Jonathan Wakely New
Three patches for std::experimental::filesystem - - - - --- 2016-10-22 Jonathan Wakely New
Three patches for std::experimental::filesystem - - - - --- 2016-10-21 Jonathan Wakely New
[libstdc++] Optimize selection sampling by using generator to get two values at once - - - - --- 2016-10-21 Jonathan Wakely New
RFC: Split <functional> into smaller pieces - - - - --- 2016-10-21 Jonathan Wakely New
[PATCHv2] do not throw in std::make_exception_ptr - - - - --- 2016-10-21 Jonathan Wakely New
Prepare shared_ptr for array support - - - - --- 2016-10-20 Jonathan Wakely New
Prepare shared_ptr for array support - - - - --- 2016-10-20 Jonathan Wakely New
PR78052 Define std::allocator<void>::{construct,destroy} - - - - --- 2016-10-20 Jonathan Wakely New
PR78052 Define std::allocator<void>::{construct,destroy} - - - - --- 2016-10-20 Jonathan Wakely New
Make std::enable_shared_from_this cope with ambiguity - - - - --- 2016-10-20 Jonathan Wakely New
Make std::enable_shared_from_this cope with ambiguity - - - - --- 2016-10-19 Jonathan Wakely New
Implement P0084R2, Emplace return type, for C++17 - - - - --- 2016-10-19 Jonathan Wakely New
Fix incorrect comment about std::auto_ptr - - - - --- 2016-10-19 Jonathan Wakely New
Fix std::experimental::shared_ptr SFINAE constraints - - - - --- 2016-10-19 Jonathan Wakely New
PR77987 Fix unique_ptr<T[], D>::reset(U) for T != U - - - - --- 2016-10-19 Jonathan Wakely New
Fix std::experimental::shared_ptr SFINAE constraints - - - - --- 2016-10-19 Jonathan Wakely New
PR77990 refactor unique_ptr to encapsulate tuple - - - - --- 2016-10-19 Jonathan Wakely New
Fix typos in experimental::shared_ptr - - - - --- 2016-10-18 Jonathan Wakely New
Fix typos in experimental::shared_ptr - - - - --- 2016-10-18 Jonathan Wakely New
Don't define uses-allocator variable templates in C++11 - - - - --- 2016-10-18 Jonathan Wakely New
PR77994 Convert std::sample size argument to suitable type - - - - --- 2016-10-17 Jonathan Wakely New
PR77990 refactor unique_ptr to encapsulate tuple - - - - --- 2016-10-17 Jonathan Wakely New
PR77998 Remove std::thread::_Invoker::result_type - - - - --- 2016-10-17 Jonathan Wakely New
PR77987 Fix unique_ptr<T[], D>::reset(U) for T != U - - - - --- 2016-10-17 Jonathan Wakely New
Implement P0084R2, Emplace return type, for C++17 - - - - --- 2016-10-17 Jonathan Wakely New
[libstdc++] std::shuffle: Generate two swap positions at a time if possible - - - - --- 2016-10-14 Jonathan Wakely New
Resolve ambiguities in std::experimental::sample test - - - - --- 2016-10-14 Jonathan Wakely New
Make std::bind use std::invoke - - - - --- 2016-10-14 Jonathan Wakely New
Avoid copies in std::scoped_allocator_adaptor piecewise construction - - - - --- 2016-10-14 Jonathan Wakely New
PR65122 extended alignment support in allocators - - - - --- 2016-10-14 Jonathan Wakely New
Simplify reference_wrapper nested typedefs - - - - --- 2016-10-14 Jonathan Wakely New
Avoid #include <functional> in other headers - - - - --- 2016-10-13 Jonathan Wakely New
Add missing <random> header in testcase - - - - --- 2016-10-13 Jonathan Wakely New
Qualify use of std::declval to avoid ADL - - - - --- 2016-10-13 Jonathan Wakely New
Change test to use VERIFY not assert - - - - --- 2016-10-13 Jonathan Wakely New
Use normal mode containers in searchers - - - - --- 2016-10-13 Jonathan Wakely New
Replace non-constexpr decrement in std::chrono::floor - - - - --- 2016-10-13 Jonathan Wakely New
Replace __bind_simple with std::thread::__make_invoker - - - - --- 2016-10-13 Jonathan Wakely New
Replace __bind_simple with std::thread::__make_invoker - - - - --- 2016-10-13 Jonathan Wakely New
Fix exception-specifications for std::_Not_fn - - - - --- 2016-10-13 Jonathan Wakely New
Fix exception-specification of std::invoke - - - - --- 2016-10-13 Jonathan Wakely New
Define std::sample for C++17 - - - - --- 2016-10-12 Jonathan Wakely New
Make test helper work with non-copyable types - - - - --- 2016-10-12 Jonathan Wakely New
Do not copy std:call_once arguments (LWG 2442) - - - - --- 2016-10-12 Jonathan Wakely New
Add missing return to uninitialized_default_construct_n - - - - --- 2016-10-12 Jonathan Wakely New
Remove 'return' from noreturn function - - - - --- 2016-10-12 Jonathan Wakely New
Do not copy std:call_once arguments (LWG 2442) - - - - --- 2016-10-12 Jonathan Wakely New
Optimise std::list::assign(initializer_list<T>) slightly - - - - --- 2016-10-11 Jonathan Wakely New
Simplify std::rethrow_if_nested definition - - - - --- 2016-10-11 Jonathan Wakely New
Enable printers and xmethods for std::__cxx11::list - - - - --- 2016-10-11 Jonathan Wakely New
Remove redundant const qualifliers from string_view - - - - --- 2016-10-11 Jonathan Wakely New
More noexcept for standard mutex types and locks - - - - --- 2016-10-11 Jonathan Wakely New
Update docs on libstdc++ source-code layout - - - - --- 2016-10-10 Jonathan Wakely New
Update docs on libstdc++ source-code layout - - - - --- 2016-10-10 Jonathan Wakely New
Correct C++11 implementation status docs - - - - --- 2016-10-10 Jonathan Wakely New
Use noexcept instead of _GLIBCXX_USE_NOEXCEPT - - - - --- 2016-10-10 Jonathan Wakely New
Minor simplification to std::_Bind_result helpers - - - - --- 2016-10-10 Jonathan Wakely New
Implement constexpr std::addressof for C++17 - - - - --- 2016-10-10 Jonathan Wakely New
Implement LWG 2192 and LWG 2294 for std::abs - - - - --- 2016-10-10 Jonathan Wakely New
Define std::allocator<T>::is_always_equal - - - - --- 2016-10-10 Jonathan Wakely New
LWG 2733, LWG 2759 reject bool in gcd and lcm - - - - --- 2016-10-10 Jonathan Wakely New
Add noexcept to enable_shared_from_this::weak_from_this - - - - --- 2016-10-10 Jonathan Wakely New
Improve implementation-defined docs for libstdc++ - - - - --- 2016-10-07 Jonathan Wakely New
Implement std::has_unique_object_representations - - - - --- 2016-10-07 Jonathan Wakely New
Make std::scoped_allocator_adaptor's OUTERMOST recursive - - - - --- 2016-10-06 Jonathan Wakely New
« 1 2 ... 30 31 3239 40 »