aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
AgeCommit message (Expand)Author
2019-12-05libstdc++: Define pretty printer for comparison categoriesJonathan Wakely
2019-12-05libstdc++: Implement spaceship for std::array (P1614R2)Jonathan Wakely
2019-12-03libstdc++: Implement spaceship for std::pair (P1614R2)Jonathan Wakely
2019-12-03libstdc++: Fix copyright date on new test headerJonathan Wakely
2019-12-02libstdc++: Fix timed_mutex::try_lock_until on arbitrary clock (PR 91906)Mike Crowe
2019-12-02libstdc++: Improve tests for try_lock_until members of mutex typesMike Crowe
2019-11-29libstdc++: P1423R3 char8_t remediation (4/4)Tom Honermann
2019-11-29libstdc++: P1423R3 char8_t remediation (3/4)Tom Honermann
2019-11-29libstdc++:: improve how pretty printers find node types (PR 91997)Jonathan Wakely
2019-11-25libstdc++: Add move_sentinel, common_iterator and counted_iteratorJonathan Wakely
2019-11-24libstdc++: Improve _GLIBCXX_DEBUG __valid_range checkFrançois Dumont
2019-11-18libstdc++: Fix std::jthread bugsJonathan Wakely
2019-11-17libstdc++: add range constructor for std::string_view (P1391R4)Jonathan Wakely
2019-11-17libstdc++: Define C++20 range utilities and range factoriesJonathan Wakely
2019-11-162019-11-15 Edward Smith-Rowland <3dw4rd@verizon.net>Edward Smith-Rowland
2019-11-15libstdc++: Fix <stop_token> and improve testsJonathan Wakely
2019-11-15Forgot to change teh date range.Edward Smith-Rowland
2019-11-152019-11-15 Edward Smith-Rowland <3dw4rd@verizon.net>Edward Smith-Rowland
2019-11-15libstdc++: Implement LWG 3149 for std::default_constructibleJonathan Wakely
2019-11-15libstdc++: Implement LWG 3070 in path::lexically_relativeJonathan Wakely
2019-11-15libstdc++: Fix definition of std::nostopstate objectJonathan Wakely
2019-11-15Support for jthread and stop_tokenThomas Rodgers
2019-11-152019-11-14 Edward Smith-Rowland <3dw4rd@verizon.net>Edward Smith-Rowland
2019-11-14libstdc++: Implement new predicate concepts from P1716R3Jonathan Wakely
2019-11-14libstdc++: Rename disable_sized_sentinel [P1871R1]Jonathan Wakely
2019-11-13libsupc++: Implement comparison algorithms for C++20Jonathan Wakely
2019-11-08libstdc++: define std::common_comparison_category for C++20Jonathan Wakely
2019-11-07libstdc++: make negative count safe with std::for_each_nJonathan Wakely
2019-11-06libstdc++: remove redundant equality operatorsJonathan Wakely
2019-11-05 Implement C++20 operator<=>.Jason Merrill
2019-10-31Add remaining changes from P1065R2 "constexpr INVOKE"Jonathan Wakely
2019-10-31Partial implementation of C++20 of <ranges> headerJonathan Wakely
2019-10-31Improve tests for std::add_pointerJonathan Wakely
2019-10-31Remove PR 92268 workaround and fix new test failuresJonathan Wakely
2019-10-31Fix handling of arrays in range access customization pointsJonathan Wakely
2019-10-31Check precondition for std::ssize(const Container&)Jonathan Wakely
2019-10-30Fix some missing/incorrect feature test macrosJonathan Wakely
2019-10-30Apply C++20 changes to various iterator typesJonathan Wakely
2019-10-30Fix typo in preprocessor checkJonathan Wakely
2019-10-29Add iterator concepts and range access customization points for C++20Jonathan Wakely
2019-10-29Minor improvements to testsuite iterator utilitiesJonathan Wakely
2019-10-29PR libstdc++/92267 fix ABI change in deque iteratorsJonathan Wakely
2019-10-25Use implicitly-defined copy operations for test iteratorsJonathan Wakely
2019-10-25Fix compilation with ClangJonathan Wakely
2019-10-24Revert ABI changes to std::allocator in C++20Jonathan Wakely
2019-10-24PR libstdc++/88338 Implement P0898R3, C++20 concepts libraryJonathan Wakely
2019-10-24Define std::uniform_random_bit_generator concept for C++20Jonathan Wakely
2019-10-23Make std::invoke usable in constant expressionsJonathan Wakely
2019-10-23PR c++/91369 Implement P0784R7 changes to allocation and constructionJonathan Wakely
2019-10-23Replace C++14 feature used in C++11 testJonathan Wakely