summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2017-01-017142-7143/+7143
* Implement LWG 2842, in_place_t check for optional::optional(U&&) should decay U.Ville Voutilainen2016-12-291-0/+5
* Fix handling of explicit function template arguments with TTPs.Jason Merrill2016-12-211-11/+8
* PR 71444 define more error constants for mingw-w64Jonathan Wakely2016-12-211-0/+2
* Make the perfect-forwarding constructor of a two-element tuple sfinae away wh...Ville Voutilainen2016-12-192-1/+43
* Add assertion to _Rb_tree::erase to check for end iteratorsJonathan Wakely2016-12-161-0/+35
* Implement LWG 2769, Redundant const in the return type of any_cast(const any&).Ville Voutilainen2016-12-162-1/+14
* PR59170 make pretty printers check for singular iteratorsJonathan Wakely2016-12-152-0/+54
* PR59161 make pretty printers always return stringsJonathan Wakely2016-12-151-0/+70
* Add GDB XMethods for shared_ptr and unique_ptr<T[]>Jonathan Wakely2016-12-152-6/+85
* Make printers use singular noun for a single elementJonathan Wakely2016-12-146-11/+11
* Make printers detect invalid debug mode iteratorsJonathan Wakely2016-12-142-0/+86
* [libstdc++][testsuite] XFAIL tests relying on long double-to-string conversio...Kyrylo Tkachov2016-12-125-0/+7
* Remove stray character at end of dg-do directiveJonathan Wakely2016-12-121-1/+1
* Remove stray character at end of dg-do directiveJonathan Wakely2016-12-121-1/+1
* parallel_algorithm_assert2.cc: Move dg-do run first.David Edelsohn2016-12-081-1/+1
* Fix filesystem test that fails in debug modeJonathan Wakely2016-12-081-4/+5
* Delete std::swap for debug mode arrayJonathan Wakely2016-12-084-7/+7
* PR71856 try to fix Parallel Mode assertions againJonathan Wakely2016-12-081-0/+50
* P0003R5 - removal of dynamic exception specification from C++17Jakub Jelinek2016-12-081-1/+2
* Replace use of C++14 std::exchange in C++11 testcaseJonathan Wakely2016-12-071-2/+4
* Replace dynamic exception specifications in testsuiteJonathan Wakely2016-12-079-16/+26
* Disable test using std::set_unexcepted for C++17Jonathan Wakely2016-12-071-0/+3
* Improve tests for contents of <new> headerJonathan Wakely2016-12-072-4/+83
* Fix pretty-printer for std::variantJonathan Wakely2016-12-061-2/+0
* variant (visit): Make visit constexpr.Tim Shen2016-12-061-0/+16
* enable_special_members.h: Make _Enable_default_constructor constexpr.Tim Shen2016-12-062-4/+43
* variant (std::get, operator==): Implement constexpr comparison and get<>.Tim Shen2016-12-061-18/+89
* variant (__erased_use_alloc_ctor, [...]): Remove uses-allocator related funct...Tim Shen2016-12-062-75/+0
* * testsuite/26_numerics/headers/cmath/hypot.cc: XFAIL on AIX.David Edelsohn2016-12-011-0/+1
* Implement LWG 2766,Ville Voutilainen2016-12-018-5/+164
* re PR libstdc++/71500 (regex::icase only works on first character in a range)Tim Shen2016-12-012-3/+137
* 50594.cc: XFAIL on AIX.David Edelsohn2016-11-304-0/+7
* Implement LWG 2534, Constrain rvalue stream operators.Ville Voutilainen2016-11-304-0/+384
* [libstdc++, testsuite] Add dg-require-thread-fenceChristophe Lyon2016-11-301-0/+1
* re PR libstdc++/68838 (AIX 32 bit wchar_t testsuite failures)David Edelsohn2016-11-292-2/+3
* re PR libstdc++/78441 ([variant] variant_alternative doesn't allow cv qualifi...Tim Shen2016-11-271-0/+9
* PR78494 add missing returns to propagate_constFelix Morgner2016-11-232-3/+3
* Makefile.in ($(lang_checks_parallelized)): Fix detection of -j argument.Uros Bizjak2016-11-222-2/+2
* PR78465 Remove runtime tests for <atomic> macrosJonathan Wakely2016-11-221-47/+20
* Make std::tuple_size<cv T> SFINAE-friendly (LWG 2770)Jonathan Wakely2016-11-151-0/+10
* Adjust pretty printer test for variant<T&>Jonathan Wakely2016-11-151-2/+2
* variant: Remove variant<T&>...Tim Shen2016-11-151-142/+7
* Fix find&replace error in license boilerplateJonathan Wakely2016-11-15137-137/+137
* Add std::string constructor for substring of string_view (LWG 2742)Jonathan Wakely2016-11-152-0/+92
* Constrain swap overload for std::optional (LWG 2748)Jonathan Wakely2016-11-151-0/+45
* Implement P0513R0, Poisoning the Hash.Ville Voutilainen2016-11-147-5/+104
* Implement P0504R0 (Revisiting in-place tag types for any/optional/variant).Ville Voutilainen2016-11-146-55/+72
* Use constexpr addressof in optional, SFINAE housekeeping for any, optional an...Ville Voutilainen2016-11-141-1/+1
* Improve various diagnostic issues.Jason Merrill2016-11-132-2/+2