summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Fix testsuite to not increment boolredi2016-09-152-1/+13
* * typeck.c (cp_build_unary_op): Diagnose incrementing booleanmpolacek2016-09-141-0/+1
* Fix dg-require before dg-run directives in testsuite.clyon2016-09-1422-23/+22
* Implement P0040R3, Extending memory management tools.ville2016-09-131-0/+132
* Implement P0253R1, Fixing a design mistake in the searchersville2016-09-121-9/+9
* Implement C++17 string searchers.ville2016-09-121-0/+138
* [libstdc++-v3] Fix dg-require before dg-run directives in testsuite.mwahab2016-09-12196-196/+197
* Constrain std::shared_ptr assignment and resettingredi2016-08-315-20/+171
* Move comparison object in map/set move assignmentredi2016-08-311-0/+58
* Add test accidentally not added in revision r239121redi2016-08-311-0/+45
* PR libstdc++/77395ville2016-08-305-4/+104
* * testsuite/22_locale/time_get/get/char/2.cc: Move dg-do runuros2016-08-306-6/+6
* PR libstdc++/77356timshen2016-08-271-0/+23
* libstdc++/51960 move-construction for raw_storage_iteratorredi2016-08-261-0/+46
* Use effective-target instead of -std optionsredi2016-08-262910-4512/+3067
* Restore dg-interpreter-batch-mode for libstdc++ testsredi2016-08-263-12/+14
* Add new std::basic_string constructor (LWG 2583)redi2016-08-262-0/+140
* libstdc++/77334 move assign RB trees of non-copyable typesredi2016-08-231-0/+28
* Use dg-do preprocess instead of compile for testsredi2016-08-232-4/+2
* Implement resolution of LWG DR 685 preciselyredi2016-08-237-2/+424
* Add constexpr to <iterator> and <array> for C++17redi2016-08-234-7/+117
* libstdc++/68297 avoid throw/catch in make_exception_ptrredi2016-08-221-1/+2
* Add noexcept to std::function swapredi2016-08-221-0/+25
* Simplify dg-options for tests using pthreadsredi2016-08-19207-603/+398
* Define std::not_fn for C++17redi2016-08-192-3/+106
* Define std::atomic<T>::is_always_lock_free for C++17redi2016-08-193-1/+76
* Fix ambiguities in C++17 moderedi2016-08-193-10/+79
* Implement the latest proposed resolution of LWG 2756.ville2016-08-182-1/+32
* Implement <variant>timshen2016-08-182-0/+906
* Remove unintended dg-options directiveredi2016-08-181-1/+0
* Fix invalid dg-do directiveredi2016-08-171-2/+1
* Use effective target instead of -std in dg-optionsredi2016-08-1711-24/+22
* Add c++11 effective target to tests for C++11 featuresredi2016-08-173-2/+4
* Add comment explaining why -std=c++14 is needed.redi2016-08-171-1/+3
* Remove duplicate dg-options directiveredi2016-08-171-1/+0
* Adjust DG directives in libstdc++ Profile Mode testredi2016-08-171-3/+3
* Adjust DG directives in libstdc++ XFAIL testredi2016-08-171-3/+4
* Adjust testcases for C++17 compatibilityredi2016-08-1713-11/+40
* Adjust testcase for C++14 compatibilityredi2016-08-171-2/+6
* PR 77264 constrain new std::basic_string overloadsredi2016-08-1710-0/+305
* PR 72847 Prevent double-free in std::vector<bool>redi2016-08-161-0/+49
* Implement LWG 2744 and LWG 2754.ville2016-08-154-1/+30
* Add a feature macro for C++17 make_from_tuple.ville2016-08-151-0/+6
* 2016-08-15 Thomas Preud'homme <thomas.preudhomme@arm.com>thopre012016-08-151-2/+2
* Implement C++17 make_from_tuple.ville2016-08-111-0/+54
* Implement LWG 2758.ville2016-08-111-0/+46
* * testsuite/lib/libstdc++.exp: Fix typo in comment.redi2016-08-061-1/+1
* Use ::new to avoid finding overloaded operator newredi2016-08-061-0/+27
* Add std::apply for C++17redi2016-08-062-1/+68
* Implement C++17 rounding functions for std::chrono (P0092R1)redi2016-08-056-4/+120