aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
AgeCommit message (Expand)AuthorFilesLines
2020-04-24libstdc++: Make net::service_already_exists default constructibleJonathan Wakely1-0/+3
2020-04-24libstdc++: Fix constructor constraints for std::any (PR 90415)Jonathan Wakely4-7/+183
2020-04-23libstdc++: Mark experimental::net::system_context ctor deletedThomas Rodgers1-0/+7
2020-04-23libstdc++: Change __cpp_lib_array_constexpr for C++17 againJonathan Wakely2-5/+4
2020-04-22libstdc++: Define __cpp_lib_execution feature test macroJonathan Wakely5-25/+124
2020-04-22libstdc++: Update (and revert) value of __cpp_lib_array_constexprJonathan Wakely4-2/+79
2020-04-22libstdc++: Do not define __cpp_lib_constexpr_algorithms in <utility>Jonathan Wakely1-6/+0
2020-04-22libstdc++: Update __cpp_lib_concepts valueJonathan Wakely2-2/+2
2020-04-22libstdc++: Rename __cpp_lib_constexpr_invoke macroJonathan Wakely1-2/+2
2020-04-22libstdc++: Add missing feature test macrosJonathan Wakely1-1/+1
2020-04-22libstdc++: Update value of __cpp_lib_jthread macroJonathan Wakely6-6/+6
2020-04-22libstdc++: Improve tests for __cpp_lib_erase_if macroJonathan Wakely9-16/+22
2020-04-21libstdc++: Fix __normal_iterator comparisons for C++20Jonathan Wakely1-0/+95
2020-04-21libstdc++: Support arrays in std::is_nothrow_constructible (PR 94149)Jonathan Wakely1-0/+69
2020-04-21libstdc++: Fix PSTL tests to run correctly with newer Thread Building BlocksThomas Rodgers1-1/+2
2020-04-20libstdc++: Add test for using istreambuf_iterator with sentinelJonathan Wakely1-0/+53
2020-04-20libstdc++: Fix tests that fail in C++20 modeJonathan Wakely2-9/+31
2020-04-20libstdc++: Add comparison operators to associative containersJonathan Wakely4-0/+436
2020-04-20libstdc++: Avoid illegal argument to verbose in dg-test callbackMatthias Kretz1-1/+1
2020-04-19libstdc++: Define operator<=> for std::stack and std::queueJonathan Wakely2-0/+120
2020-04-18libstdc++: Add comparison operators to <chrono> typesJonathan Wakely2-0/+103
2020-04-18libstdc++: Fix testsuite utility's use of allocatorsJonathan Wakely1-6/+21
2020-04-17libstdc++: Add comparison operators to sequence containersJonathan Wakely5-0/+671
2020-04-17libstdc++: Add comparison operators for string and regex typesJonathan Wakely9-184/+1409
2020-04-16libstdc++: Fix -Wunused-parameter warning in testJonathan Wakely1-1/+1
2020-04-15libstdc++: Add comparison operators to std::filesystem typesJonathan Wakely6-4/+163
2020-04-15libstdc++: Add spaceship operator to std::type_indexJonathan Wakely1-0/+50
2020-04-14libstdc++: Fix constraints on std::compare_three_wayJonathan Wakely1-0/+45
2020-04-14libstdc++: Add comparison operators to std::shared_ptr (PR 94562)Jonathan Wakely2-1/+111
2020-04-14libstdc++: Make comparison category comparisons noexcept (PR 94565)Jonathan Wakely1-0/+66
2020-04-09libstdc++: Implement LWG 3324 for [cmp.alg] function objects (LWG 3324)Jonathan Wakely3-0/+12
2020-04-09libstdc++: Add comparison operators to std::unique_ptrJonathan Wakely4-2/+188
2020-04-08libstdc++: Add comparison operators to types from Numerics clauseJonathan Wakely1-0/+48
2020-04-08libstdc++: Add comparison operators to <charconv> result typesJonathan Wakely2-0/+101
2020-04-07libstdc++: Restore ability to use <charconv> in C++14 (PR 94520)Jonathan Wakely4-86/+94
2020-04-06libstdc++: Make string_view::copy usable in constant expressions (PR 94498)Jonathan Wakely2-0/+64
2020-04-03libstdc++: Fix std::to_address for debug iterators (PR 93960)Jonathan Wakely2-1/+37
2020-04-02libstdc++-v3/test: Better skip for "use_service.cc"Andrea Corallo1-1/+5
2020-03-31Library-side tests for parenthesized aggregate initVille Voutilainen27-0/+1755
2020-03-28libstdc++: Fix two tests that fail in C++20 modeJonathan Wakely2-3/+9
2020-03-28libstdc++: Fix std::reverse_iterator relational operatorsJonathan Wakely4-26/+85
2020-03-27libstdc++: Define __cpp_lib_ranges macro for C++20Jonathan Wakely3-14/+16
2020-03-27libstdc++: Add remaining C++20 changes to iterator adaptorsJonathan Wakely4-0/+392
2020-03-27libstdc++: Implement C++20 changes to insert iteratorsJonathan Wakely4-0/+183
2020-03-26libstdc++: Add some C++20 additions to <chrono>Jonathan Wakely5-0/+330
2020-03-25libstdc++ Add missing tests for std::shared_timed_mutexJonathan Wakely2-0/+161
2020-03-25libstdc++: Define and use chrono::is_clock for C++20Jonathan Wakely15-3/+661
2020-03-21libstdc++: Fix experimental::path::generic_string (PR 93245)Jonathan Wakely1-9/+37
2020-03-21libstdc++: Fix path::generic_string allocator handling (PR 94242)Jonathan Wakely2-0/+84
2020-03-18libstdc++: Fix is_trivially_constructible (PR 94033)Jonathan Wakely1-0/+46