summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
Commit message (Expand)AuthorAgeFilesLines
* libstdc++: make negative count safe with std::for_each_nJonathan Wakely2019-11-071-0/+44
* libstdc++: remove redundant equality operatorsJonathan Wakely2019-11-061-9/+0
* Implement C++20 operator<=>.Jason Merrill2019-11-051-1/+1
* Add remaining changes from P1065R2 "constexpr INVOKE"Jonathan Wakely2019-10-315-0/+203
* Partial implementation of C++20 of <ranges> headerJonathan Wakely2019-10-3120-15/+337
* Improve tests for std::add_pointerJonathan Wakely2019-10-311-1/+7
* Remove PR 92268 workaround and fix new test failuresJonathan Wakely2019-10-312-11/+20
* Fix handling of arrays in range access customization pointsJonathan Wakely2019-10-314-2/+83
* Check precondition for std::ssize(const Container&)Jonathan Wakely2019-10-316-0/+49
* Fix some missing/incorrect feature test macrosJonathan Wakely2019-10-304-0/+108
* Apply C++20 changes to various iterator typesJonathan Wakely2019-10-3018-11/+831
* Fix typo in preprocessor checkJonathan Wakely2019-10-301-1/+1
* Add iterator concepts and range access customization points for C++20Jonathan Wakely2019-10-2931-18/+2586
* Minor improvements to testsuite iterator utilitiesJonathan Wakely2019-10-291-10/+17
* PR libstdc++/92267 fix ABI change in deque iteratorsJonathan Wakely2019-10-291-0/+27
* Use implicitly-defined copy operations for test iteratorsJonathan Wakely2019-10-251-50/+39
* Fix compilation with ClangJonathan Wakely2019-10-251-0/+28
* Revert ABI changes to std::allocator in C++20Jonathan Wakely2019-10-245-3/+39
* PR libstdc++/88338 Implement P0898R3, C++20 concepts libraryJonathan Wakely2019-10-242-0/+54
* Define std::uniform_random_bit_generator concept for C++20Jonathan Wakely2019-10-242-1/+222
* Make std::invoke usable in constant expressionsJonathan Wakely2019-10-231-0/+38
* PR c++/91369 Implement P0784R7 changes to allocation and constructionJonathan Wakely2019-10-235-0/+81
* Replace C++14 feature used in C++11 testJonathan Wakely2019-10-231-2/+2
* Adjust extension types to use allocator_traitsJonathan Wakely2019-10-235-9/+19
* Restore use of tr1::unordered_map in testsuiteJonathan Wakely2019-10-221-2/+8
* Do not declare std::uses_allocator before C++11Jonathan Wakely2019-10-221-0/+4
* Remove redundant std::allocator members for C++20Jonathan Wakely2019-10-2217-19/+143
* Define [range.cmp] comparisons for C++20Jonathan Wakely2019-10-177-0/+522
* PR libstdc++/92124 fix incorrect container move assignmentJonathan Wakely2019-10-174-0/+196
* Implement <concepts> header for C++20Jonathan Wakely2019-10-1127-0/+1721
* PR libstdc++/92059 fix several bugs in tr2::dynamic_bitsetJonathan Wakely2019-10-115-0/+299
* Implement C++20 P0388R4, DR 1307, and DR 330.Marek Polacek2019-10-091-2/+1
* Add std::copy_n istreambuf_iterator specializationFrançois Dumont2019-10-063-0/+151
* Add std::copy_n __glibcxx_requires_can_increment checks.François Dumont2019-10-062-0/+76
* Replace uses of std::tr1::unordered_map in testsuiteJonathan Wakely2019-10-042-4/+11
* Add <span> to <bits/stdc++.h> precompiled headerJonathan Wakely2019-10-041-0/+3
* Disable tests that aren't valid in parallel modeJonathan Wakely2019-10-0121-1/+21
* Fix non-reserved names in Parallel Mode headersJonathan Wakely2019-10-011-0/+1
* Implement C++20 constexpr comparison operators for __debug::array (P1023).François Dumont2019-09-302-4/+4
* libstdc++ testsuite, silence a FreeBSD libm warningAndreas Tobler2019-09-3014-0/+14
* Implement LWG 3255 for std::span constructorsJonathan Wakely2019-09-301-0/+69
* stl_algo.h (merge): Fix documentation.François Dumont2019-09-283-4/+4
* Implement C++20 constexpr changes to std::pair (P1032R1)Jonathan Wakely2019-09-262-0/+75
* Remove include directives for deleted Profile Mode headersJonathan Wakely2019-09-262-0/+46
* Implement LWG 3296 for basic_regex::assignJonathan Wakely2019-09-252-0/+72
* PR libstdc++/91871 fix Clang warnings in testsuiteJonathan Wakely2019-09-241-4/+6
* PR libstdc++/91748 fix std::for_each_n for random access iteratorsJonathan Wakely2019-09-121-1/+32
* Fix libstdc++ tests for -Wvolatile warnings in C++2a modeJonathan Wakely2019-09-112-5/+8
* Implement std::common_reference for C++20Jonathan Wakely2019-09-103-0/+164
* LWG 3266. to_chars(bool) should be deletedJonathan Wakely2019-09-102-12/+65