aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
AgeCommit message (Expand)Author
2017-04-18Fix incorrect results from std::boyer_moore_searcherJonathan Wakely
2017-04-03Uncomment std::reference_wrapper tests that no longer failJonathan Wakely
2017-04-03Fix comments in libstdc++ header and testJonathan Wakely
2017-04-03Implement P0426R1 "Constexpr for std::char_traits" for C++17 (partial)Jonathan Wakely
2017-04-03re PR libstdc++/79141 (std::pair<int,int> p = {}; fails to compile due to amb...Ville Voutilainen
2017-04-03Implement std::is_aggregate.Ville Voutilainen
2017-03-29Implement LWG 2900, The copy and move constructors of optional are not conste...Ville Voutilainen
2017-03-28PR libstdc++/80137 use std::nextafter instead of loopingJonathan Wakely
2017-03-28PR libstdc++/80229 restore support for shared_ptr<function type>Jonathan Wakely
2017-03-23Fix Debug Mode test failuresJonathan Wakely
2017-03-23Implement LWG 2686, std::hash<error_condition>, for C++17Daniel Kruegler
2017-03-23Implement P0607R0 "Inline Variables for Standard Library" for C++17Daniel Kruegler
2017-03-22Add deduction guides for C++17 (P0433R2, partial)Jonathan Wakely
2017-03-17Fix alignment bugs in std::codecvt_utf16Jonathan Wakely
2017-03-16PR libstdc++/80041 fix codecvt_utf16<wchar_t> to use UTF-16 not UTF-8Jonathan Wakely
2017-03-16Fix encoding() and max_length() values for codecvt facetsJonathan Wakely
2017-03-16PR libstdc++/79980 fix BOM detection, maxcode checks, UCS2 handlingJonathan Wakely
2017-03-16PR libstdc++/79511 fix endianness of UTF-16 dataJonathan Wakely
2017-03-16PR libstdc++/80064 make heap algorithms work with function typesJonathan Wakely
2017-03-16Implement LWG 2857, {variant,optional,any}::emplace should return the constru...Ville Voutilainen
2017-03-15PR libstdc++/62045 fix O(N) insertion in pd_ds binary heapJonathan Wakely
2017-03-14PR libstdc++/79162 disambiguate assignment from string_viewJonathan Wakely
2017-03-13re PR libstdc++/80034 (unqualified calls to std::distance in std::list::sort)Ville Voutilainen
2017-03-13Implement LWG 2806, Base class of bad_optional_access.Ville Voutilainen
2017-03-12Implement LWG 2934, optional<const T> doesn't compare with T.Ville Voutilainen
2017-03-10Fix libstdc++ reserved names test to pass on AIXJonathan Wakely
2017-03-10P0604R0 add invoke_result, is_invocable etc. for C++17Jonathan Wakely
2017-03-09Define std::byte for C++17 (P0298R3)Jonathan Wakely
2017-03-05Add std::scoped_lock for C++17Jonathan Wakely
2017-03-02Rename 17_intro/headers/names.cc test fileJonathan Wakely
2017-03-02PR libstdc++/79789 fix non-reserved names in headersJonathan Wakely
2017-03-02PR 79798 Fix incorrect use of std::result_of in std::bindJonathan Wakely
2017-02-23Ensure <experimental/iterator> includes <iterator>Jonathan Wakely
2017-02-19C++17 GB50 resolution (P0505R0)Dinka Ranns
2017-02-15re PR libstdc++/78723 ([variant] P0393r3: "Making variant greater equal again...Tim Shen
2017-02-15re PR libstdc++/79513 (std::visit doesn't handle references)Tim Shen
2017-02-13PR libstdc++/79486 use lvalues in result_of expressionsJonathan Wakely
2017-02-11PR libstdc++/79467 use lvalues in is_callable checkJonathan Wakely
2017-02-06Fix test failure at -O0 by pruning outputJonathan Wakely
2017-02-03PR libstdc++/66145 ensure new ABI for ios::failure testsJonathan Wakely
2017-02-01PR78346 make <bits/predefined_ops.h> handle stashing iteratorsJonathan Wakely
2017-02-01PR libstdc++/79254 simplify exception-safety in copy assignmentJonathan Wakely
2017-01-30Implement LWG 2825, LWG 2756 breaks class template argument deduction for opt...Ville Voutilainen
2017-01-27PR libstdc++/79254 fix exception-safety in std::string::operator=Jonathan Wakely
2017-01-26Fix libstdc++ testsuite failures in C++98 and C++11 modeJonathan Wakely
2017-01-26update-copyright.py: Add libhsail-rt to self.default_dirs and call self.add_d...Jakub Jelinek
2017-01-25PR libstdc++/70607 make proj(T) and conj(T) return complex<T>Jonathan Wakely
2017-01-23Restore <functional> header to testJonathan Wakely
2017-01-2369301.cc: Require atomic builtins.Thomas Preud'homme
2017-01-23PR libstdc++/79195 fix make_array type deductionJonathan Wakely