Show patches with: Archived = No       |   126761 patches
« 1 2 ... 600 601 6021267 1268 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
PR libstdc++/89345 Only define std::destroying_delete for C++2a PR libstdc++/89345 Only define std::destroying_delete for C++2a - - - - --- 2019-02-13 Jonathan Wakely New
PR libstdc++/89023 fix test that fails when <omp.h> not available PR libstdc++/89023 fix test that fails when <omp.h> not available - - - - --- 2019-02-11 Jonathan Wakely New
PR libstdc++/88066 use <> for includes not "" PR libstdc++/88066 use <> for includes not "" - - - - --- 2019-02-09 Jonathan Wakely New
Add noexcept to filesystem::path query functions Add noexcept to filesystem::path query functions - - - - --- 2019-02-09 Jonathan Wakely New
PR libstdc++/89164 enforce constraints for uninitialized algos PR libstdc++/89164 enforce constraints for uninitialized algos - - - - --- 2019-02-06 Jonathan Wakely New
PR libstdc++/89102 fix common_type<> and common_type<T> specializations PR libstdc++/89102 fix common_type<> and common_type<T> specializations - - - - --- 2019-02-06 Jonathan Wakely New
PR libstdc++/89128 add deduction guides for container adaptors PR libstdc++/89128 add deduction guides for container adaptors - - - - --- 2019-02-05 Jonathan Wakely New
PR libstdc++/89194 untangle is_convertible and is_nothrow_convertible PR libstdc++/89194 untangle is_convertible and is_nothrow_convertible - - - - --- 2019-02-05 Jonathan Wakely New
libstdc++/89130 and libstdc++/89090 fixes for vector relocation libstdc++/89130 and libstdc++/89090 fixes for vector relocation - - - - --- 2019-02-05 Jonathan Wakely New
PR libstdc++/89117 fix path::replace_extension("") case PR libstdc++/89117 fix path::replace_extension("") case - - - - --- 2019-01-30 Jonathan Wakely New
Fix tests for complex overloads of std::arg and std::proj Fix tests for complex overloads of std::arg and std::proj - - - - --- 2019-01-29 Jonathan Wakely New
Add missing exports for symbols used by directory iterators Add missing exports for symbols used by directory iterators - - - - --- 2019-01-29 Jonathan Wakely New
Avoid ambiguity between C++2a std::erase_if and LFTS version Avoid ambiguity between C++2a std::erase_if and LFTS version - - - - --- 2019-01-29 Jonathan Wakely New
Fix tests that fail in C++2a mode Fix tests that fail in C++2a mode - - - - --- 2019-01-29 Jonathan Wakely New
Ensure pool resources always use normal mode vector Ensure pool resources always use normal mode vector - - - - --- 2019-01-29 Jonathan Wakely New
PR libstdc++/68737 Do not use vsnprintf on HPUX PR libstdc++/68737 Do not use vsnprintf on HPUX - - - - --- 2019-01-28 Jonathan Wakely New
PR libstdc++/88840 delay evaluation of constant until type is complete PR libstdc++/88840 delay evaluation of constant until type is complete - - - - --- 2019-01-24 Jonathan Wakely New
PR libstdc++/88740 Print assertion messages to stderr PR libstdc++/88740 Print assertion messages to stderr - - - - --- 2019-01-22 Jonathan Wakely New
PR libstdc++/88782 avoid ODR problems in std::make_shared PR libstdc++/88782 avoid ODR problems in std::make_shared - - - - --- 2019-01-18 Jonathan Wakely New
Fix filesystem::equivalent for mingw Fix filesystem::equivalent for mingw - - - - --- 2019-01-17 Jonathan Wakely New
PR libstdc++/88884 fix filesystem::absolute("//") for mingw PR libstdc++/88884 fix filesystem::absolute("//") for mingw - - - - --- 2019-01-17 Jonathan Wakely New
PR libstdc++/88881 adjust filesystem::status and tests for mingw semantics PR libstdc++/88881 adjust filesystem::status and tests for mingw semantics - - - - --- 2019-01-17 Jonathan Wakely New
Fix failing filesystem tests on mingw targets Fix failing filesystem tests on mingw targets - - - - --- 2019-01-16 Jonathan Wakely New
Fix missing or incorrect feature test macros Fix missing or incorrect feature test macros - - - - --- 2019-01-15 Jonathan Wakely New
PR libstdc++/88811 fix typo introduced in r266569 PR libstdc++/88811 fix typo introduced in r266569 - - - - --- 2019-01-12 Jonathan Wakely New
Document C++20 library status Document C++20 library status - - - - --- 2019-01-11 Jonathan Wakely New
P0357R3 reference_wrapper for incomplete types P0357R3 reference_wrapper for incomplete types - - - - --- 2019-01-11 Jonathan Wakely New
P0972R0 <chrono> zero(), min(), and max() should be noexcept P0972R0 <chrono> zero(), min(), and max() should be noexcept - - - - --- 2019-01-11 Jonathan Wakely New
PR libstdc++/88802 define std::hash<nullptr_t> for C++17 PR libstdc++/88802 define std::hash<nullptr_t> for C++17 - - - - --- 2019-01-11 Jonathan Wakely New
PR libstdc++/88125 remove duplicate entry in linker script PR libstdc++/88125 remove duplicate entry in linker script - - - - --- 2019-01-11 Jonathan Wakely New
Define __cpp_lib_erase_if feature test macro Define __cpp_lib_erase_if feature test macro - - - - --- 2019-01-10 Jonathan Wakely New
Check AI_NUMERICSERV is defined before using it Check AI_NUMERICSERV is defined before using it - - - - --- 2019-01-10 Jonathan Wakely New
Include name of test in filesystem-test.XXXXXX filenames Include name of test in filesystem-test.XXXXXX filenames - - - - --- 2019-01-10 Jonathan Wakely New
Remove bare 'throw' expression that breaks -fno-exceptions build Remove bare 'throw' expression that breaks -fno-exceptions build - - - - --- 2019-01-10 Jonathan Wakely New
PR libstdc++/88204 disable std::complex<long double> tests PR libstdc++/88204 disable std::complex<long double> tests - - - - --- 2019-01-09 Jonathan Wakely New
Pretty printer test fixes and improvements Pretty printer test fixes and improvements - - - - --- 2019-01-08 Jonathan Wakely New
PR libstdc++/87855 fix optional for types with non-trivial copy/move PR libstdc++/87855 fix optional for types with non-trivial copy/move - - - - --- 2019-01-08 Jonathan Wakely New
PR libstdc++/87787 avoid undefined null args to memcpy and memmove PR libstdc++/87787 avoid undefined null args to memcpy and memmove - - - - --- 2019-01-07 Jonathan Wakely New
Replace outdated references to x86_64-unknown-linux-gnu in docs Replace outdated references to x86_64-unknown-linux-gnu in docs - - - - --- 2019-01-07 Jonathan Wakely New
[2/2] PR libstdc++/86756 Move rest of std::filesystem to libstdc++.so [1/2] PR libstdc++/86756 add std::filesystem::path to libstdc++.so - - - - --- 2019-01-06 Jonathan Wakely New
[1/2] PR libstdc++/86756 add std::filesystem::path to libstdc++.so [1/2] PR libstdc++/86756 add std::filesystem::path to libstdc++.so - - - - --- 2019-01-06 Jonathan Wakely New
PR libstdc++/87431 fix regression introduced by r264574 PR libstdc++/87431 fix regression introduced by r264574 - - - - --- 2019-01-06 Jonathan Wakely New
Define new filesystem::__file_clock type Define new filesystem::__file_clock type - - - - --- 2019-01-05 Jonathan Wakely New
Export explicit instantiations for C++17 members of std::string Export explicit instantiations for C++17 members of std::string - - - - --- 2019-01-04 Jonathan Wakely New
Add allocator-extended copy/move ctors to COW string Add allocator-extended copy/move ctors to COW string - - - - --- 2019-01-04 Jonathan Wakely New
Remove XFAIL from test that no longer fails Remove XFAIL from test that no longer fails - - - - --- 2019-01-04 Jonathan Wakely New
Fix test failure with old Copy-On-Write std::string Fix test failure with old Copy-On-Write std::string - - - - --- 2019-01-04 Jonathan Wakely New
Fix bugs in filesystem::path::lexically_normal() Fix bugs in filesystem::path::lexically_normal() - - - - --- 2019-01-04 Jonathan Wakely New
Fix concatenation bug in filesystem::path Fix concatenation bug in filesystem::path - - - - --- 2019-01-04 Jonathan Wakely New
Avoid spurious test failures when -fno-inline in test flags Avoid spurious test failures when -fno-inline in test flags - - - - --- 2019-01-04 Jonathan Wakely New
PR libstdc++/88607 replace or remove unnecessary UTF-8 characters PR libstdc++/88607 replace or remove unnecessary UTF-8 characters - - - - --- 2019-01-03 Jonathan Wakely New
PR libstdc++/88681 export missing symbols PR libstdc++/88681 export missing symbols - - - - --- 2019-01-03 Jonathan Wakely New
Add more testcases for class template argument deduction of maps Add more testcases for class template argument deduction of maps - - - - --- 2019-01-02 Jonathan Wakely New
Fix filesystem::path tests that fail on Windows Fix filesystem::path tests that fail on Windows - - - - --- 2018-12-20 Jonathan Wakely New
Fix grammar in libstdc++ ABI history documentation Fix grammar in libstdc++ ABI history documentation - - - - --- 2018-12-19 Jonathan Wakely New
LWG 3171: restore stream insertion for filesystem::directory_entry LWG 3171: restore stream insertion for filesystem::directory_entry - - - - --- 2018-12-18 Jonathan Wakely New
Micro-optimization to avoid creating temporary path Micro-optimization to avoid creating temporary path - - - - --- 2018-12-18 Jonathan Wakely New
LWG 2936: update path::compare logic and optimize string comparisons LWG 2936: update path::compare logic and optimize string comparisons - - - - --- 2018-12-18 Jonathan Wakely New
LWG 3040: define starts_with/ends_with as proposed LWG 3040: define starts_with/ends_with as proposed - - - - --- 2018-12-18 Jonathan Wakely New
PR c++/52321 print note for static_cast to/from incomplete type PR c++/52321 print note for static_cast to/from incomplete type - - - - --- 2018-12-17 Jonathan Wakely New
Fix handling of POSIX paths containing a root-name Fix handling of POSIX paths containing a root-name - - - - --- 2018-12-13 Jonathan Wakely New
PR libstdc++/71044 optimize std::filesystem::path construction PR libstdc++/71044 optimize std::filesystem::path construction - - - - --- 2018-12-12 Jonathan Wakely New
Overload std::distance and std::advance for path::iterator Overload std::distance and std::advance for path::iterator - - - - --- 2018-12-12 Jonathan Wakely New
PR libstdc++/80762 avoid ambiguous __constructible_from<void, void> PR libstdc++/80762 avoid ambiguous __constructible_from<void, void> - - - - --- 2018-12-12 Jonathan Wakely New
Make test for Filesystem TS actually use the Filesystem TS Make test for Filesystem TS actually use the Filesystem TS - - - - --- 2018-12-10 Jonathan Wakely New
Make std::match_results::_M_resize more useful Make std::match_results::_M_resize more useful - - - - --- 2018-12-04 Jonathan Wakely New
PR libstdc++/88119 use alignof in std::alignment_of, not __alignof__ PR libstdc++/88119 use alignof in std::alignment_of, not __alignof__ - - - - --- 2018-11-29 Jonathan Wakely New
PR libstdc++/86910 fix filesystem::create_directories PR libstdc++/86910 fix filesystem::create_directories - - - - --- 2018-11-29 Jonathan Wakely New
PR libstdc++/83511 add default argument to basic_string_view::substr PR libstdc++/83511 add default argument to basic_string_view::substr - - - - --- 2018-11-28 Jonathan Wakely New
Apply resolution for LWG DR 3096 Apply resolution for LWG DR 3096 - - - - --- 2018-11-28 Jonathan Wakely New
PR libstdc++/83306 make filesystem_error no-throw copyable PR libstdc++/83306 make filesystem_error no-throw copyable - - - - --- 2018-11-28 Jonathan Wakely New
Update C++17 library status docs Update C++17 library status docs - - - - --- 2018-11-28 Jonathan Wakely New
Clean up temporary files created by std::filesystem testsuite Clean up temporary files created by std::filesystem testsuite - - - - --- 2018-11-27 Jonathan Wakely New
PR libstdc++/67843 set shared_ptr lock policy at build-time PR libstdc++/67843 set shared_ptr lock policy at build-time - - - - --- 2018-11-27 Jonathan Wakely New
PR libstdc++/65229 fix pretty printer for std::bitset<0> PR libstdc++/65229 fix pretty printer for std::bitset<0> - - - - --- 2018-11-23 Jonathan Wakely New
PR libstdc++/87308 adjust regex used in std::any pretty printer PR libstdc++/87308 adjust regex used in std::any pretty printer - - - - --- 2018-11-23 Jonathan Wakely New
PR libstdc++/87520 Always pass type-punned type_info reference PR libstdc++/87520 Always pass type-punned type_info reference - - - - --- 2018-11-22 Jonathan Wakely New
libstdc++/88111 and libstdc++/88113 fix src/c++17/memory_resource.cc for 16-bit targets libstdc++/88111 and libstdc++/88113 fix src/c++17/memory_resource.cc for 16-bit targets - - - - --- 2018-11-21 Jonathan Wakely New
PR libstdc++/88084 - Implement LWG 2777 PR libstdc++/88084 - Implement LWG 2777 - - - - --- 2018-11-19 Jonathan Wakely New
Optimize pool resource allocation Optimize pool resource allocation - - - - --- 2018-11-15 Jonathan Wakely New
Add missing dir to create_testsuite_files script Add missing dir to create_testsuite_files script - - - - --- 2018-11-14 Jonathan Wakely New
Remove redundant loop in unsynchronized_pool_resource code Remove redundant loop in unsynchronized_pool_resource code - - - - --- 2018-11-13 Jonathan Wakely New
Improve handling of pool_options::largest_required_pool_block Improve handling of pool_options::largest_required_pool_block - - - - --- 2018-11-13 Jonathan Wakely New
Fix incorrect assertion when deallocating big block Fix incorrect assertion when deallocating big block - - - - --- 2018-11-13 Jonathan Wakely New
Fix overflows in std::pmr::unsynchonized_pool_resource Fix overflows in std::pmr::unsynchonized_pool_resource - - - - --- 2018-11-13 Jonathan Wakely New
PR libstdc++/87963 fix build for 64-bit mingw PR libstdc++/87963 fix build for 64-bit mingw - - - - --- 2018-11-12 Jonathan Wakely New
Add C++ runtime support for new 128-bit long double format Add C++ runtime support for new 128-bit long double format - - - - --- 2018-11-12 Jonathan Wakely New
Implement P0318R1 unwrap_ref_decay and unwrap_reference Implement P0318R1 unwrap_ref_decay and unwrap_reference - - - - --- 2018-11-11 Jonathan Wakely New
Implement P1007R3 std::assume_aligned Implement P1007R3 std::assume_aligned - - - - --- 2018-11-11 Jonathan Wakely New
Implement std::pmr::synchronized_pool_resource Implement std::pmr::synchronized_pool_resource - - - - --- 2018-11-08 Jonathan Wakely New
Implement std::pmr::unsynchronized_pool_resource Implement std::pmr::unsynchronized_pool_resource - - - - --- 2018-11-06 Jonathan Wakely New
[wwwdocs] Document PR 87822 ABI breakage of std::pair in GCC 6.5 [wwwdocs] Document PR 87822 ABI breakage of std::pair in GCC 6.5 - - - - --- 2018-10-31 Jonathan Wakely New
PR libstdc++/87822 fix layout change for nested std::pair PR libstdc++/87822 fix layout change for nested std::pair - - - - --- 2018-10-31 Jonathan Wakely New
PR libstdc++/87809 avoid invalid expressions in exception specifications PR libstdc++/87809 avoid invalid expressions in exception specifications - - - - --- 2018-10-30 Jonathan Wakely New
PR libstdc++/87784 fix dynamic_bitset::push_back PR libstdc++/87784 fix dynamic_bitset::push_back - - - - --- 2018-10-30 Jonathan Wakely New
Fix __builtin_expect_with_probability documentation Fix __builtin_expect_with_probability documentation - - - - --- 2018-10-30 Jonathan Wakely New
RFC: Allow moved-from strings to be non-empty RFC: Allow moved-from strings to be non-empty - - - - --- 2018-10-25 Jonathan Wakely New
PR libstdc++/87749 fix (and optimize) string move construction PR libstdc++/87749 fix (and optimize) string move construction - - - - --- 2018-10-25 Jonathan Wakely New
PR libstdc++/87704 fix unique_ptr(nullptr_t) constructors PR libstdc++/87704 fix unique_ptr(nullptr_t) constructors - - - - --- 2018-10-23 Jonathan Wakely New
Skip tests for GNU extensions when testing with strict mode Skip tests for GNU extensions when testing with strict mode - - - - --- 2018-10-19 Jonathan Wakely New
« 1 2 ... 600 601 6021267 1268 »