aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
AgeCommit message (Expand)AuthorFilesLines
2019-10-24Revert ABI changes to std::allocator in C++20Jonathan Wakely5-3/+39
2019-10-24PR libstdc++/88338 Implement P0898R3, C++20 concepts libraryJonathan Wakely2-0/+54
2019-10-24Define std::uniform_random_bit_generator concept for C++20Jonathan Wakely2-1/+222
2019-10-23Make std::invoke usable in constant expressionsJonathan Wakely1-0/+38
2019-10-23PR c++/91369 Implement P0784R7 changes to allocation and constructionJonathan Wakely5-0/+81
2019-10-23Replace C++14 feature used in C++11 testJonathan Wakely1-2/+2
2019-10-23Adjust extension types to use allocator_traitsJonathan Wakely5-9/+19
2019-10-22Restore use of tr1::unordered_map in testsuiteJonathan Wakely1-2/+8
2019-10-22Do not declare std::uses_allocator before C++11Jonathan Wakely1-0/+4
2019-10-22Remove redundant std::allocator members for C++20Jonathan Wakely17-19/+143
2019-10-17Define [range.cmp] comparisons for C++20Jonathan Wakely7-0/+522
2019-10-17PR libstdc++/92124 fix incorrect container move assignmentJonathan Wakely4-0/+196
2019-10-11Implement <concepts> header for C++20Jonathan Wakely27-0/+1721
2019-10-11PR libstdc++/92059 fix several bugs in tr2::dynamic_bitsetJonathan Wakely5-0/+299
2019-10-09Implement C++20 P0388R4, DR 1307, and DR 330.Marek Polacek1-2/+1
2019-10-06Add std::copy_n istreambuf_iterator specializationFrançois Dumont3-0/+151
2019-10-06Add std::copy_n __glibcxx_requires_can_increment checks.François Dumont2-0/+76
2019-10-04Replace uses of std::tr1::unordered_map in testsuiteJonathan Wakely2-4/+11
2019-10-04Add <span> to <bits/stdc++.h> precompiled headerJonathan Wakely1-0/+3
2019-10-01Disable tests that aren't valid in parallel modeJonathan Wakely21-1/+21
2019-10-01Fix non-reserved names in Parallel Mode headersJonathan Wakely1-0/+1
2019-09-30Implement C++20 constexpr comparison operators for __debug::array (P1023).François Dumont2-4/+4
2019-09-30libstdc++ testsuite, silence a FreeBSD libm warningAndreas Tobler14-0/+14
2019-09-30Implement LWG 3255 for std::span constructorsJonathan Wakely1-0/+69
2019-09-28stl_algo.h (merge): Fix documentation.François Dumont3-4/+4
2019-09-26Implement C++20 constexpr changes to std::pair (P1032R1)Jonathan Wakely2-0/+75
2019-09-26Remove include directives for deleted Profile Mode headersJonathan Wakely2-0/+46
2019-09-25Implement LWG 3296 for basic_regex::assignJonathan Wakely2-0/+72
2019-09-24PR libstdc++/91871 fix Clang warnings in testsuiteJonathan Wakely1-4/+6
2019-09-12PR libstdc++/91748 fix std::for_each_n for random access iteratorsJonathan Wakely1-1/+32
2019-09-11Fix libstdc++ tests for -Wvolatile warnings in C++2a modeJonathan Wakely2-5/+8
2019-09-10Implement std::common_reference for C++20Jonathan Wakely3-0/+164
2019-09-10LWG 3266. to_chars(bool) should be deletedJonathan Wakely2-12/+65
2019-09-10PR libstdc++/91711 fix failing testJonathan Wakely1-1/+1
2019-09-10Implement C++20 p1424 - 'constexpr' feature macro concerns...Edward Smith-Rowland73-421/+34
2019-09-06Define std::ssize for C++20 (P1227R2)Jonathan Wakely1-0/+67
2019-09-05Improve precondition checks for std::spanJonathan Wakely21-10/+574
2019-09-05Implement std::span for C++20JeanHeyd Meneide8-0/+398
2019-09-04Add user-defined clock to libstdc++ condition_variable testsMike Crowe2-8/+61
2019-09-012019-09-01 François Dumont <fdumont@gcc.gnu.org>François Dumont1-1/+1
2019-08-30Fix errors in new testJonathan Wakely1-0/+6
2019-08-30PR libstdc++/89164 enforce constraints for uninitialized algosJonathan Wakely7-1/+228
2019-08-29PR libstdc++/91067 add more missing exports for directory iteratorsJonathan Wakely2-1/+18
2019-08-20PR libstdc++/91371 make std::is_function handle other calling conventionsJonathan Wakely5-0/+163
2019-08-15PR libstdc++/91456 make INVOKE<R> work with uncopyable prvaluesJonathan Wakely2-0/+71
2019-08-14Implement C++20 p0879 - Constexpr for swap and swap related functions.Edward Smith-Rowland17-0/+764
2019-08-12Add noexcept-specifier to std::apply and std::make_from_tupleJonathan Wakely2-0/+125
2019-08-09skip Cholesky decomposition in is>>n_mv_distAlexandre Oliva5-0/+9
2019-08-08P0325R4 to_array from LFTS with updatesJonathan Wakely4-1/+141
2019-08-06P1651R0 bind_front should not unwrap reference_wrapperJonathan Wakely2-1/+92