aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)Author
2018-10-02Merge branches/gcc-7-branch rev 262169.Maxim Kuvyrkov
2018-05-22Merge branches/gcc-7-branch rev 260495.Maxim Kuvyrkov
2018-04-25Merge branches/gcc-7-branch rev 259627.Maxim Kuvyrkov
2018-03-14Merge branches/gcc-7-branch rev 258507.Maxim Kuvyrkov
2018-03-08Merge branches/gcc-7-branch rev 258315 .Maxim Kuvyrkov
2018-01-15Merge branches/gcc-7-branch rev 256695.Maxim Kuvyrkov
2017-11-16Merge branches/gcc-7-branch rev 254792.Maxim Kuvyrkov
2017-10-11Merge branches/gcc-7-branch rev 253626.Yvan Roux
2017-09-13Merge branches/gcc-7-branch rev 252337.Yvan Roux
2017-09-13 libstdc++-v3/Yvan Roux
2017-08-17Merge branches/gcc-7-branch rev 251138.Yvan Roux
2017-07-07Merge branches/gcc-7-branch rev 250046.Yvan Roux
2017-06-14Merge branches/gcc-7-branch rev 249190.Yvan Roux
2017-05-02Update ChangeLog and version files for releasegcc-7_1_0-releasegccadmin
2017-04-19Rationalise ABI links in libstdc++ manualredi
2017-04-19 * libsupc++/new: Update comment on #endif directive.redi
2017-04-19PR libstdc++/80448 remove noexcept from defaulted functionsredi
2017-04-19PR libstdc++/80446 cope with libc defining __has_builtinredi
2017-04-18Fix incorrect results from std::boyer_moore_searcherredi
2017-04-11 * doc/xml/faq.xml: Update reference link to C++ ABI for Itanium.gerald
2017-04-03Remove duplicated entry in C++17 library status tableredi
2017-04-03Uncomment std::reference_wrapper tests that no longer failredi
2017-04-03Fix comments in libstdc++ header and testredi
2017-04-03Update C++17 library status table in manualredi
2017-04-03Implement P0426R1 "Constexpr for std::char_traits" for C++17 (partial)redi
2017-04-03PR libstdc++/79141ville
2017-04-03Implement std::is_aggregate.ville
2017-03-29Adjust optional's pretty printer for LWG 2900.ville
2017-03-28Implement LWG 2900, The copy and move constructorsville
2017-03-28PR libstdc++/80137 use std::nextafter instead of loopingredi
2017-03-28Add _GLIBCXX_RELEASE macro to "Using" section of manualredi
2017-03-28PR libstdc++/80229 restore support for shared_ptr<function type>redi
2017-03-26Fix PR80183 : _M_color not movedtrippels
2017-03-23Fix Debug Mode test failuresredi
2017-03-23Fix broken links in manual and remove outdated inforedi
2017-03-23Implement LWG 2686, std::hash<error_condition>, for C++17redi
2017-03-23Implement P0607R0 "Inline Variables for Standard Library" for C++17redi
2017-03-22Add deduction guides for C++17 (P0433R2, partial)redi
2017-03-202017-03-20 François Dumont <fdumont@gcc.gnu.org>fdumont
2017-03-18 * doc/xml/manual/appendix_contributing.xml: Convert link togerald
2017-03-17Fix alignment bugs in std::codecvt_utf16redi
2017-03-16PR libstdc++/79980 fix target type of castredi
2017-03-16PR libstdc++/80041 fix codecvt_utf16<wchar_t> to use UTF-16 not UTF-8redi
2017-03-16Fix encoding() and max_length() values for codecvt facetsredi
2017-03-16PR libstdc++/79980 fix BOM detection, maxcode checks, UCS2 handlingredi
2017-03-16PR libstdc++/79511 fix endianness of UTF-16 dataredi
2017-03-16PR libstdc++/80064 make heap algorithms work with function typesredi
2017-03-16PR libstdc++/67440 make pretty printers work with GDB 7.6 againredi
2017-03-16Fix typo and replace non-breaking spaces in libstdc++-v3/ChangeLogredi
2017-03-15Implement LWG 2857, {variant,optional,any}::emplace shouldville