summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Fix tests that fail with _GLIBCXX_USE_CXX11_ABI=0Jonathan Wakely2019-04-263-8/+40
* Make filesystem::path comparison operators hidden friends (LWG 3065)Jonathan Wakely2019-04-242-2/+2
* Fix basic_string_view typedefs and enforce preconditionsJonathan Wakely2019-04-2411-12/+71
* PR libstdc++/90220 Fix std::any_cast for array typesJonathan Wakely2019-04-241-0/+17
* PR libstdc++/90220 Fix std::any_cast for function pointersJonathan Wakely2019-04-241-0/+34
* Avoid -Wcatch-value warning in testsuiteJonathan Wakely2019-04-241-1/+1
* Implement LWG 2904 for std::variant assignmentJonathan Wakely2019-04-241-0/+41
* Implement correct std::variant triviality rules from P0602R4Jonathan Wakely2019-04-231-7/+7
* PR libstdc++/90165 constrain variant(T&&) constructorJonathan Wakely2019-04-231-0/+6
* Corrections for C++2a std::unwrap_reference traitsJonathan Wakely2019-04-231-1/+1
* Fix std::variant regression caused by never-valueless optimizationJonathan Wakely2019-04-232-0/+50
* libstdc++-v3 Skip tests on Darwin8-10.Iain Sandoe2019-04-215-0/+5
* PR c++/90047 - ICE with enable_if alias template.Jason Merrill2019-04-1729-0/+56
* PR libstdc++/90105 make forward_list::sort stableJonathan Wakely2019-04-172-7/+97
* Fix condition for std::variant to be copy constructibleJonathan Wakely2019-04-172-0/+36
* Remove unnecessary string literals from static_assert in C++17 testsJonathan Wakely2019-04-171-125/+125
* Fix tests for std::variant to match original intentionJonathan Wakely2019-04-171-5/+9
* Add constexpr to std::optional::value_or(U&&)&&Jonathan Wakely2019-04-172-4/+68
* Fix typo in effective-target checkJonathan Wakely2019-04-101-1/+1
* PR libstdc++/89851 Add testcase for std::variant equalityJonathan Wakely2019-04-101-0/+40
* Add comments and style fixes to <variant>Jonathan Wakely2019-04-091-0/+22
* Fix std::visit to support arbitrary callablesJonathan Wakely2019-04-091-0/+73
* PR libstdc++/90008 remove unused capture from variant rel opsJonathan Wakely2019-04-091-0/+37
* Fix visit<R> for variant.Ville Voutilainen2019-04-082-0/+59
* [testsuite,libstdc++-v3] Fix 27_io/filesystem/iterators/caching.ccChristophe Lyon2019-04-081-0/+1
* Implement std::visit<R> for C++2a (P0655R1)Jonathan Wakely2019-04-051-0/+49
* PR libstdc++/89986 export directory_iterator::incrementJonathan Wakely2019-04-051-0/+9
* Share all recursive_directory_iterator state [LWG 2708]Jonathan Wakely2019-04-052-0/+142
* Fix directory_iterator handling of DT_UNKNOWNJonathan Wakely2019-04-051-0/+75
* Make filesystem::path safe for self assignmentJonathan Wakely2019-04-051-0/+18
* PR libstdc++/87431 re-adjust never-valueless optimizationsJonathan Wakely2019-04-053-3/+183
* Define std::hash specializations for C++17 PMR stringsJonathan Wakely2019-04-032-0/+118
* PR libstdc++/85965 delay static assertions until types are completeJonathan Wakely2019-03-2610-10/+72
* Integrate C++17 parallel algorithmsThomas Rodgers2019-03-2156-0/+8945
* In C++17 <math.h> should not put special functions in global namespaceJonathan Wakely2019-03-213-111/+211
* re PR libstdc++/89461 (FAIL: experimental/net/timer/waitable/cons.cc)John David Anglin2019-03-127-0/+25
* PR c++/86521 - wrong overload resolution with ref-qualifiers.Jason Merrill2019-03-111-2/+4
* Change test to use const variables instead of macrosJonathan Wakely2019-03-111-2/+2
* PR libstdc++/89629 fix _Hash_bytes for lengths > INT_MAXJonathan Wakely2019-03-111-0/+43
* re PR libstdc++/89608 (Undetected iterator invalidations on unordered contain...François Dumont2019-03-081-0/+37
* Fix new test to run as well as compileJonathan Wakely2019-03-071-2/+2
* P0356R5 Simplified partial function applicationJonathan Wakely2019-03-071-0/+176
* Add feature test macro for bounded array traitsJonathan Wakely2019-03-062-0/+12
* PR libstdc++/86655 - std::assoc_legendre should not constrainEdward Smith-Rowland2019-03-064-0/+224
* Rewrite variant, also PR libstdc++/85517Ville Voutilainen2019-03-062-4/+38
* Add L suffix to __cpp_lib_char8_t valueJonathan Wakely2019-03-061-2/+2
* Add C++20 Traits for [Un]bounded Arrays (P1357R1)Jonathan Wakely2019-03-066-0/+259
* Constexpr in std::pointer_traits (P1006R1)Jonathan Wakely2019-03-061-0/+27
* Define midpoint and lerp functions for C++20 (P0811R3)Jonathan Wakely2019-03-054-0/+372
* PR libstdc++/88996 Implement P0439R0Edward Smith-Rowland2019-03-042-0/+65