summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
AgeCommit message (Expand)Author
2020-06-02libstdc++: Make debug containers prefer copy ctor to base ctor (PR 90102)Jonathan Wakely
2020-06-01libstdc++: Fix __gnu_test::input_iterator_wrapper::operator++(int)Jonathan Wakely
2020-05-27libstdc++: Fix atomic<FP>::load (PR 95282)Jonathan Wakely
2020-05-27libstdc++: Fix view adaptors for mixed-const sentinels and iterators (PR 95322)Jonathan Wakely
2020-05-27libstdc++: Fix std::reverse_iterator comparisons (PR 94354)Jonathan Wakely
2020-05-27libstdc++: Add new testcase for comparison category typesJonathan Wakely
2020-05-26libstdc++: Fix common_iterator::operator-> [PR95322]Patrick Palka
2020-05-23libstdc++: Compile PR93978 testcase with -WallPatrick Palka
2020-05-23libstdc++: Fix function that can't be constexpr in C++11 (PR 95289)Jonathan Wakely
2020-05-23libstdc++: Simplify filesystem::path SFINAE constraintsJonathan Wakely
2020-05-21libstdc++: Enable simple invocation of runtest in testsuiteMatthias Kretz
2020-05-21libstdc++: Avoid constraint recursion with iterator_traits (PR 93983)Jonathan Wakely
2020-05-21libstdc++: Fix net::basic_socket::close(error_code&)Jonathan Wakely
2020-05-19libstdc++: Use RDRAND as fallback if RDSEED keeps failing (PR 94087)Jonathan Wakely
2020-05-18c++: Explain fn template argument type/value mismatches [PR66439]Patrick Palka
2020-05-13x86-vxworks malloc aligns to 8 bytes like solarisAlexandre Oliva
2020-05-12Actually comment the new testsUlrich Drepper
2020-05-06libstdc++ std::fill overload for std::vector<bool>::iteratorFrançois Dumont
2020-05-04libstdc++: Make pmr::synchronized_pool_resource work without libpthread (PR 9...Jonathan Wakely
2020-05-03libstdc++: Make byte-sized std::fill_n a constant expression (PR 94933)Jonathan Wakely
2020-05-01libstdc++: Add more tests for _E10, _E11 etc. (PR 94901)Jonathan Wakely
2020-05-01libstdc++: Replace deduced return type in ranges::iter_move (PR 92894)Jonathan Wakely
2020-05-01libstdc++: Replace reserved identifier _T with _Tp (PR 94901)Jonathan Wakely
2020-04-30libstdc++: Avoid errors in allocator's noexcept-specifier (PR 89510)Jonathan Wakely
2020-04-28libstdc++: Fixes for feature test macros (PR 91480)Jonathan Wakely
2020-04-28libstdc++: Fix regression in std::_Construct (PR 94831)Jonathan Wakely
2020-04-28libstdc++: Fix subrange::advance and subrange::prev (LWG 3433)Patrick Palka
2020-04-24libstdc++: Make net::service_already_exists default constructibleJonathan Wakely
2020-04-24libstdc++: Fix constructor constraints for std::any (PR 90415)Jonathan Wakely
2020-04-23libstdc++: Mark experimental::net::system_context ctor deletedThomas Rodgers
2020-04-23libstdc++: Change __cpp_lib_array_constexpr for C++17 againJonathan Wakely
2020-04-22libstdc++: Define __cpp_lib_execution feature test macroJonathan Wakely
2020-04-22libstdc++: Update (and revert) value of __cpp_lib_array_constexprJonathan Wakely
2020-04-22libstdc++: Do not define __cpp_lib_constexpr_algorithms in <utility>Jonathan Wakely
2020-04-22libstdc++: Update __cpp_lib_concepts valueJonathan Wakely
2020-04-22libstdc++: Rename __cpp_lib_constexpr_invoke macroJonathan Wakely
2020-04-22libstdc++: Add missing feature test macrosJonathan Wakely
2020-04-22libstdc++: Update value of __cpp_lib_jthread macroJonathan Wakely
2020-04-22libstdc++: Improve tests for __cpp_lib_erase_if macroJonathan Wakely
2020-04-21libstdc++: Fix __normal_iterator comparisons for C++20Jonathan Wakely
2020-04-21libstdc++: Support arrays in std::is_nothrow_constructible (PR 94149)Jonathan Wakely
2020-04-21libstdc++: Fix PSTL tests to run correctly with newer Thread Building BlocksThomas Rodgers
2020-04-20libstdc++: Add test for using istreambuf_iterator with sentinelJonathan Wakely
2020-04-20libstdc++: Fix tests that fail in C++20 modeJonathan Wakely
2020-04-20libstdc++: Add comparison operators to associative containersJonathan Wakely
2020-04-20libstdc++: Avoid illegal argument to verbose in dg-test callbackMatthias Kretz
2020-04-19libstdc++: Define operator<=> for std::stack and std::queueJonathan Wakely
2020-04-18libstdc++: Add comparison operators to <chrono> typesJonathan Wakely
2020-04-18libstdc++: Fix testsuite utility's use of allocatorsJonathan Wakely
2020-04-17libstdc++: Add comparison operators to sequence containersJonathan Wakely