aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)Author
2017-04-19Rationalise ABI links in libstdc++ manualJonathan Wakely
2017-04-19* libsupc++/new: Update comment on #endif directive.Jonathan Wakely
2017-04-19PR libstdc++/80448 remove noexcept from defaulted functionsJonathan Wakely
2017-04-19PR libstdc++/80446 cope with libc defining __has_builtinJonathan Wakely
2017-04-18Fix incorrect results from std::boyer_moore_searcherJonathan Wakely
2017-04-11faq.xml: Update reference link to C++ ABI for Itanium.Gerald Pfeifer
2017-04-03Remove duplicated entry in C++17 library status tableJonathan 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-03Update C++17 library status table in manualJonathan 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-29Adjust optional's pretty printer for LWG 2900.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-28Add _GLIBCXX_RELEASE macro to "Using" section of manualJonathan Wakely
2017-03-28PR libstdc++/80229 restore support for shared_ptr<function type>Jonathan Wakely
2017-03-26Fix PR80183 : _M_color not movedMarkus Trippelsdorf
2017-03-23Fix Debug Mode test failuresJonathan Wakely
2017-03-23Fix broken links in manual and remove outdated infoJonathan 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-20stl_deque.h (deque): Access allocator value_type only if concept checks are e...François Dumont
2017-03-18appendix_contributing.xml: Convert link to ansi.org to https.Gerald Pfeifer
2017-03-17Fix alignment bugs in std::codecvt_utf16Jonathan Wakely
2017-03-16PR libstdc++/79980 fix target type of castJonathan 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-16PR libstdc++/67440 make pretty printers work with GDB 7.6 againJonathan Wakely
2017-03-16Fix typo and replace non-breaking spaces in libstdc++-v3/ChangeLogJonathan 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-15Fix typo in config.h.in commentJonathan 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-10[libstdc++-v3] Fix detection of obsolete isnanGeorge Lander
2017-03-09Define macro to simplify std::_Not_fn definitionJonathan Wakely
2017-03-09Define std::byte for C++17 (P0298R3)Jonathan Wakely
2017-03-05Add std::scoped_lock for C++17Jonathan Wakely
2017-03-02debug_mode.xml: Update and simplify note on link- and run-time coexistence.Gerald Pfeifer
2017-03-02Rename 17_intro/headers/names.cc test fileJonathan Wakely