aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
AgeCommit message (Expand)AuthorFilesLines
2016-10-11Enable printers and xmethods for std::__cxx11::listJonathan Wakely1-3/+0
2016-10-11Make any's copy assignment operator exception-safe,Ville Voutilainen5-15/+196
2016-10-10Implement constexpr std::addressof for C++17Jonathan Wakely3-2/+57
2016-10-10Define std::allocator<T>::is_always_equalJonathan Wakely2-0/+4
2016-10-10LWG 2733, LWG 2759 reject bool in gcd and lcmJonathan Wakely2-0/+78
2016-10-10Add noexcept to enable_shared_from_this::weak_from_thisJonathan Wakely1-0/+3
2016-10-08Further P0135 refinement.Jason Merrill1-2/+2
2016-10-07Implement std::has_unique_object_representationsJonathan Wakely3-0/+171
2016-10-06Make std::scoped_allocator_adaptor's OUTERMOST recursiveJonathan Wakely2-0/+157
2016-10-0570564 fix newly-added tests for not_fnJonathan Wakely2-2/+4
2016-10-05PR 70101 fix allocator-extended ctors for std::priority_queueJonathan Wakely1-0/+62
2016-10-0577864 Fix noexcept conditions for map/set default constructorsJonathan Wakely4-0/+128
2016-10-05PR 70564 disambiguate constructors for not_fn call wrapperJonathan Wakely2-0/+14
2016-10-03Define std::gcd and std::lcm for C++17Jonathan Wakely4-19/+104
2016-10-03Fix libstdc++ versioned namespace buildJonathan Wakely10-17/+82
2016-10-03Ensure "C++" language linkage for std::abs overloadsJonathan Wakely1-3/+10
2016-10-03re PR libstdc++/77802 (Boost Fiber doesn't compile)Ville Voutilainen3-245/+50
2016-09-30libstdc++/77795 Only declare ::gets for C++98 and C++11Jonathan Wakely1-0/+25
2016-09-30Implement LWG 2192 and LWG 2294 for std::absJonathan Wakely4-0/+131
2016-09-30Remove use of std::abs in experimental::{gcd,lcm}Jonathan Wakely3-0/+29
2016-09-29Make optional::reset noexcept, make optional::value work in constant expressi...Ville Voutilainen2-0/+70
2016-09-29Disable .gnu.attributes tags in compatibility-ldbl.oAlan Modra1-0/+1
2016-09-28Check for overflow in filesystem::last_write_timeJonathan Wakely2-2/+130
2016-09-27Define feature macro and update C++17 library statusJonathan Wakely1-0/+6
2016-09-27Define 3-argument overloads of std::hypot for C++17 (P0030R1)Jonathan Wakely1-0/+138
2016-09-26re PR libstdc++/77727 (Unwrapping std::optional constructor is not working fo...Ville Voutilainen1-0/+51
2016-09-26re PR libstdc++/77717 (testsuite/21_strings/basic_string_view/operations/comp...Ville Voutilainen1-2/+2
2016-09-25debug.cc: Include debug/vector.François Dumont1-0/+42
2016-09-23Avoid reallocation for basic_string::clear()Jonathan Wakely2-0/+189
2016-09-22Implement C++17 node extraction and insertion (P0083R5)Jonathan Wakely18-2/+2175
2016-09-22Fix tests on old arm platforms for optional.Ville Voutilainen1-3/+2
2016-09-22Update pretty printer for std::variantJonathan Wakely1-0/+3
2016-09-22Always qualify std::forward in <variant>Jonathan Wakely1-0/+47
2016-09-22variant (variant::operator=): Fix assignment on references.Tim Shen1-0/+6
2016-09-22re PR libstdc++/77641 (std::variant copy-initialization fails for type with n...Tim Shen1-0/+9
2016-09-21re PR libstdc++/77288 (Std::experimental::optional::operator= implementation ...Ville Voutilainen2-4/+414
2016-09-21Implement LWG 2729 for tuple.Ville Voutilainen2-1/+245
2016-09-21re PR libstdc++/77537 (pair constructors do not properly SFINAE)Ville Voutilainen1-0/+76
2016-09-20re PR libstdc++/77619 (uninitialized_meow_construct and friends not exception...Ville Voutilainen1-0/+183
2016-09-19Make libstdc++ tests FAIL on Python errorsJonathan Wakely1-0/+6
2016-09-19Improve pretty printer for std::variantJonathan Wakely1-0/+91
2016-09-15Fix testsuite to not increment boolJonathan Wakely2-1/+13
2016-09-14typeck.c (cp_build_unary_op): Diagnose incrementing boolean expressions.Marek Polacek1-0/+1
2016-09-14Fix dg-require before dg-run directives in testsuite.Christophe Lyon22-23/+22
2016-09-13Implement P0040R3, Extending memory management tools.Ville Voutilainen1-0/+132
2016-09-12Implement P0253R1, Fixing a design mistake in the searchers interface in Libr...Ville Voutilainen1-9/+9
2016-09-12Implement C++17 string searchers.Ville Voutilainen1-0/+138
2016-09-12[libstdc++-v3] Fix dg-require before dg-run directives in testsuite.Matthew Wahab196-196/+197
2016-08-31Constrain std::shared_ptr assignment and resettingJonathan Wakely5-20/+171
2016-08-31Move comparison object in map/set move assignmentJonathan Wakely1-0/+58