Show patches with: State = Action Required       |    Archived = No       |   126513 patches
« 1 2 ... 661 662 6631265 1266 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
Add deduction guides for sequence containers (P0433R2, partial) - - - - --- 2017-06-09 Jonathan Wakely New
Support move-only deleters in std::shared_ptr (LWG 2802) - - - - --- 2017-06-09 Jonathan Wakely New
PR libstdc++/55917 do not handle exceptions in std::thread - - - - --- 2017-06-12 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
Fix libstdc++ testsuite failures with -D_GLIBCXX_USE_CXX11_ABI=0 - - - - --- 2017-06-14 Jonathan Wakely New
Fix missing returns in libstdc++ header and tests - - - - --- 2017-06-16 Jonathan Wakely New
Fix std::wbuffer_convert::sync() - - - - --- 2017-06-16 Jonathan Wakely New
Add std::get_deleter overload with correct signature - - - - --- 2017-06-16 Jonathan Wakely New
PR libstdc++/80893 Fix null dereference in vector<bool> - - - - --- 2017-06-17 Jonathan Wakely New
PR libstdc++/81173 fix undefined memset with null pointer - - - - --- 2017-06-22 Jonathan Wakely New
RFC: enable pretty printers for --enable-libstdcxx-debug libs - - - - --- 2017-06-22 Jonathan Wakely New
PR c++/81187 fix -Wnoexcept-type entry in manual - - - - --- 2017-06-23 Jonathan Wakely New
PR libstdc++/81221 fix namespace qualification for parallel mode - - - - --- 2017-06-27 Jonathan Wakely New
PR libstdc++/81221 fix namespace qualification for parallel mode - - - - --- 2017-06-27 Jonathan Wakely New
Add AddressSanitizer annotations to std::vector - - - - --- 2017-07-05 Jonathan Wakely New
Add AddressSanitizer annotations to std::vector - - - - --- 2017-07-05 Jonathan Wakely New
Prevent __uses_alloc from holding dangling references - - - - --- 2017-07-06 Jonathan Wakely New
Fix memory leaks in libstdc++ ABI tests - - - - --- 2017-07-06 Jonathan Wakely New
Fix memory leaks in libstdc++ tests - - - - --- 2017-07-06 Jonathan Wakely New
PR libstdc++/81338 correctly manage string capacity - - - - --- 2017-07-10 Jonathan Wakely New
PR libstdc++/81381 support stateful allocators in basic_stringbuf - - - - --- 2017-07-10 Jonathan Wakely New
Fix memory leaks in libstdc++ ABI tests - - - - --- 2017-07-10 Jonathan Wakely New
Improvements to the libstdc++ FAQ and manual - - - - --- 2017-07-11 Jonathan Wakely New
PR libstdc++/80316 make promise::set_value throw no_state error - - - - --- 2017-07-12 Jonathan Wakely New
Constrain std::variant constructor for class template argument deduction - - - - --- 2017-07-14 Jonathan Wakely New
Reorder std::scoped_lock parameters as per P0739R0 DR status - - - - --- 2017-07-15 Jonathan Wakely New
PR libstdc++/81395 fix crash when write follows large read - - - - --- 2017-07-19 Jonathan Wakely New
PR libstdc++/81395 fix crash when write follows large read - - - - --- 2017-07-19 Jonathan Wakely New
Fix indentation in libstdc++ testsuite utils - - - - --- 2017-07-19 Jonathan Wakely New
Fix indentation in std::basic_filebuf member functions - - - - --- 2017-07-19 Jonathan Wakely New
PR libstdc++/81476 Optimise vector insertion from input iterators - - - - --- 2017-07-19 Jonathan Wakely New
Implement std::pointer_traits::to_address as per P0653R0 - - - - --- 2017-07-20 Jonathan Wakely New
Add AddressSanitizer annotations to std::vector - - - - --- 2017-07-21 Jonathan Wakely New
Remove deprecated iostream members for C++17 - - - - --- 2017-07-25 Jonathan Wakely New
PR libstdc++/53984 handle exceptions in basic_istream::sentry - - - - --- 2017-07-25 Jonathan Wakely New
PR libstdc++/53984 handle exceptions in basic_istream::sentry - - - - --- 2017-07-26 Jonathan Wakely New
PR libstdc++/81751 don't call fflush(NULL) - - - - --- 2017-08-09 Jonathan Wakely New
libstdc++: Support std::is_aggregate on clang++ (was [cfe-dev] clang++: std::is_aggregate unusable … - - - - --- 2017-08-09 Jonathan Wakely New
PR libstdc++/53984 handle exceptions in basic_istream::sentry - - - - --- 2017-08-11 Jonathan Wakely New
PR libstdc++/81891 fix double-free in hashtable constructor - - - - --- 2017-08-18 Jonathan Wakely New
Simplify allocator usage in unordered containers - - - - --- 2017-08-18 Jonathan Wakely New
PR libstdc++/81912 make std::__iterator_category constexpr - - - - --- 2017-08-21 Jonathan Wakely New
PR c++/82039 suppress -Wzero-as-null-pointer-constant warning PR c++/82039 suppress -Wzero-as-null-pointer-constant warning - - - - --- 2017-08-31 Jonathan Wakely New
PR libstdc++/79433 no #error for including headers with wrong -std PR libstdc++/79433 no #error for including headers with wrong -std - - - - --- 2017-09-07 Jonathan Wakely New
PR c++/81852 define feature-test macro for -fthreadsafe-statics PR c++/81852 define feature-test macro for -fthreadsafe-statics - - - - --- 2017-09-08 Jonathan Wakely New
PR libstdc++/70483 make std::string_view fully constexpr PR libstdc++/70483 make std::string_view fully constexpr - - - - --- 2017-09-11 Jonathan Wakely New
Define std::__to_address helper Define std::__to_address helper - - - - --- 2017-09-13 Jonathan Wakely New
PR libstdc++/81835 fix broken URLs in libstdc++ docs PR libstdc++/81835 fix broken URLs in libstdc++ docs - - - - --- 2017-09-13 Jonathan Wakely New
PR libstdc++/81468 constrain std::chrono::time_point constructor PR libstdc++/81468 constrain std::chrono::time_point constructor - - - - --- 2017-09-13 Jonathan Wakely New
Fix libstdc++ tests using invalid effective-target Fix libstdc++ tests using invalid effective-target - - - - --- 2017-09-13 Jonathan Wakely New
PR libstdc++/71187 reimplement declval without add_rvalue_reference PR libstdc++/71187 reimplement declval without add_rvalue_reference - - - - --- 2017-09-18 Jonathan Wakely New
Use built-in for std::make_integer_sequnce Use built-in for std::make_integer_sequnce - - - - --- 2017-09-18 Jonathan Wakely New
PR libstdc++/82254 fix std::is_nothrow_invocable_r w.r.t throwing conversions PR libstdc++/82254 fix std::is_nothrow_invocable_r w.r.t throwing conversions - - - - --- 2017-09-19 Jonathan Wakely New
PR libstdc++/82262 fix std::hash<std::optional<const T>> PR libstdc++/82262 fix std::hash<std::optional<const T>> - - - - --- 2017-09-20 Jonathan Wakely New
Remove non-standard std::copy_exception function Remove non-standard std::copy_exception function - - - - --- 2017-09-20 Jonathan Wakely New
Deprecate nested types in std::hash Deprecate nested types in std::hash - - - - --- 2017-09-20 Jonathan Wakely New
PR libstdc++/81469 deprecate std::uncaught_exception for C++17 PR libstdc++/81469 deprecate std::uncaught_exception for C++17 - - - - --- 2017-09-20 Jonathan Wakely New
Fix failing C++17 test Fix failing C++17 test - - - - --- 2017-09-20 Jonathan Wakely New
Fix tests for std::clamp Fix tests for std::clamp - - - - --- 2017-09-21 Jonathan Wakely New
C++17 P0067R5 std::to_chars and std::from_chars (partial) C++17 P0067R5 std::to_chars and std::from_chars (partial) - - 1 - --- 2017-10-02 Jonathan Wakely New
Update comment referring to status of LWG issue 111 Update comment referring to status of LWG issue 111 - - - - --- 2017-10-10 Jonathan Wakely New
PR libstdc++/82417 do not include C99 <complex.h> in strict modes PR libstdc++/82417 do not include C99 <complex.h> in strict modes - - - - --- 2017-10-10 Jonathan Wakely New
Document -fdump-tree-vect option Document -fdump-tree-vect option - - - - --- 2017-10-13 Jonathan Wakely New
PR libstdc++/82481 Suppress clang-tidy warnings PR libstdc++/82481 Suppress clang-tidy warnings - - - - --- 2017-10-13 Jonathan Wakely New
PR libstdc++/82522 overload map insert functions for rvalues (LWG 2354) PR libstdc++/82522 overload map insert functions for rvalues (LWG 2354) - - - - --- 2017-10-13 Jonathan Wakely New
Use __LONG_LONG_MAX__ instead of LONG_LONG_MAX in test Use __LONG_LONG_MAX__ instead of LONG_LONG_MAX in test - - - - --- 2017-10-19 Jonathan Wakely New
Update references to C++17 in libstdc++ manual Update references to C++17 in libstdc++ manual - - - - --- 2017-10-19 Jonathan Wakely New
Fix path::iterator post-increment and post-decrement Fix path::iterator post-increment and post-decrement - - - - --- 2017-10-19 Jonathan Wakely New
Improve tests for error reporting in Filesystem TS Improve tests for error reporting in Filesystem TS - - - - --- 2017-10-19 Jonathan Wakely New
Define __cpp_lib_byte feature-test macro Define __cpp_lib_byte feature-test macro - - - - --- 2017-10-20 Jonathan Wakely New
Update value of __cpp_lib_chrono feature-test macro Update value of __cpp_lib_chrono feature-test macro - - - - --- 2017-10-20 Jonathan Wakely New
PR libstdc++/82644 document IS 29124 support PR libstdc++/82644 document IS 29124 support - - - - --- 2017-10-23 Jonathan Wakely New
PR libstdc++/82685 add 'noexcept' to string_view literals PR libstdc++/82685 add 'noexcept' to string_view literals - - - - --- 2017-10-24 Jonathan Wakely New
Refactor std::basic_string_view members and add noexcept Refactor std::basic_string_view members and add noexcept - - - - --- 2017-10-24 Jonathan Wakely New
Avoid -Wattribute-alias warnings for long double compat symbols Avoid -Wattribute-alias warnings for long double compat symbols - - - - --- 2017-10-24 Jonathan Wakely New
RFC: why do our std::ofsteam functions add ios_base::trunc ? RFC: why do our std::ofsteam functions add ios_base::trunc ? - - - - --- 2017-10-24 Jonathan Wakely New
PR libstdc++/82706 fix test for case where operations succeed PR libstdc++/82706 fix test for case where operations succeed - - - - --- 2017-10-25 Jonathan Wakely New
Fix filesystem::path::lexically_normal algorithm Fix filesystem::path::lexically_normal algorithm - - - - --- 2017-10-25 Jonathan Wakely New
PR libstdc++/79283 fix filesystem::read_symlink for /proc PR libstdc++/79283 fix filesystem::read_symlink for /proc - - - - --- 2017-10-25 Jonathan Wakely New
PR libstdc++/82716 avoid stupid -Wmismatched-tags warnings PR libstdc++/82716 avoid stupid -Wmismatched-tags warnings - - - - --- 2017-10-25 Jonathan Wakely New
Update C++17 library status documentation Update C++17 library status documentation - - - - --- 2017-10-25 Jonathan Wakely New
Protect more algorithms from overloaded comma operators Protect more algorithms from overloaded comma operators - - - - --- 2017-10-26 Jonathan Wakely New
Define std::filesystem::path::format enum (P0430R2) Define std::filesystem::path::format enum (P0430R2) - - - - --- 2017-10-27 Jonathan Wakely New
Provide filesystem::path overloads for file streams (LWG 2676, partial) Provide filesystem::path overloads for file streams (LWG 2676, partial) - - - - --- 2017-10-27 Jonathan Wakely New
Make filesystem::file_status default constructor non-explicit (LWG 2787) Make filesystem::file_status default constructor non-explicit (LWG 2787) - - - - --- 2017-10-27 Jonathan Wakely New
Remove noexcept from filesystem iterators and operations (LWG 3013, 3014) Remove noexcept from filesystem iterators and operations (LWG 3013, 3014) - - - - --- 2017-10-27 Jonathan Wakely New
List headers in Makefile in alphabetical order List headers in Makefile in alphabetical order - - - - --- 2017-10-27 Jonathan Wakely New
Simplify _Node_insert_return to avoid including <tuple> Simplify _Node_insert_return to avoid including <tuple> - - - - --- 2017-10-27 Jonathan Wakely New
Minor header reorganization for unordered containers Minor header reorganization for unordered containers - - - - --- 2017-10-30 Jonathan Wakely New
Minor tweak to libstdc++ FAQ Minor tweak to libstdc++ FAQ - - - - --- 2017-10-30 Jonathan Wakely New
PR libstdc++/82777 fix path normalization for dot-dot PR libstdc++/82777 fix path normalization for dot-dot - - - - --- 2017-11-01 Jonathan Wakely New
Define std::endian for C++2a (P0463R1) Define std::endian for C++2a (P0463R1) - - - - --- 2017-11-03 Jonathan Wakely New
PR libstdc++/82917 add missing returns in <fstream> PR libstdc++/82917 add missing returns in <fstream> - - - - --- 2017-11-10 Jonathan Wakely New
Minor tweak to libstdc++ testsuite helper type Minor tweak to libstdc++ testsuite helper type - - - - --- 2017-11-11 Jonathan Wakely New
Improve -Wmaybe-uninitialized documentation Improve -Wmaybe-uninitialized documentation - - - - --- 2017-11-15 Jonathan Wakely New
Add noexcept to generic std::size, std::empty and std::data Add noexcept to generic std::size, std::empty and std::data - - - - --- 2017-11-15 Jonathan Wakely New
Minor improvements to Filesystem tests Minor improvements to Filesystem tests - - - - --- 2017-11-15 Jonathan Wakely New
Add noexcept to std::shared_future copy operations (LWG DR 2799) Add noexcept to std::shared_future copy operations (LWG DR 2799) - - - - --- 2017-11-16 Jonathan Wakely New
Improve istream extractors for floating point types Improve istream extractors for floating point types - - - - --- 2017-11-17 Jonathan Wakely New
« 1 2 ... 661 662 6631265 1266 »