aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)Author
2017-05-12Revert revision 247926.François Dumont
2017-05-12PR libstdc++/78939 make tuple_size<cv T> depend on tuple_size<T>Jonathan Wakely
2017-05-112017-05-11 François Dumont <fdumont@gcc.gnu.org>François Dumont
2017-05-112017-05-11 François Dumont <fdumont@gcc.gnu.org>François Dumont
2017-05-112017-05-11 François Dumont <fdumont@gcc.gnu.org>François Dumont
2017-05-11Fix ViewCVS URLs in libstdc++ manualJonathan Wakely
2017-05-11PR libstdc++/80285 optimize std::make_shared for -fno-rttiJonathan Wakely
2017-05-102017-05-10 François Dumont <fdumont@gcc.gnu.org>François Dumont
2017-05-102017-05-10 François Dumont <fdumont@gcc.gnu.org>François Dumont
2017-05-09* testsuite/24_iterators/container_access.cc (test03): Make il3 static.Jason Merrill
2017-05-08Tweak static assertions in std::optionalJonathan Wakely
2017-05-08Clarify mt_allocator documentation w.r.t deallocationJonathan Wakely
2017-05-022017-05-02 Hugo Beauzée-Luyssen <hugo@beauzee.fr>Hugo Beauzée-Luyssen
2017-04-292017-04-29 François Dumont <fdumont@gcc.gnu.org>François Dumont
2017-04-28PR libstdc++/80553 don't allow destroying non-destructible typesJonathan Wakely
2017-04-28Remove superfluous "" in dg-error.Jonathan Wakely
2017-04-28Remove superfluous '{ target *-*-* }' in dg-(error|warning|message|bogus)Tom de Vries
2017-04-27Remove reundant const-qualification from cast targetsJonathan Wakely
2017-04-26Improve tests for vector and deque move-assignmentJonathan Wakely
2017-04-24PR libstdc++/80506 fix constant used in conditionJonathan Wakely
2017-04-24PR libstdc++/80504 qualify calls to avoid ADLJonathan Wakely
2017-04-24PR libstdc++/80493 fix invalid exception specificationJonathan Wakely
2017-04-21PR libstdc++/80316 make promise::set_value throw no_state errorJonathan Wakely
2017-04-21Avoid deprecated warnings about std::auto_ptr in library headersJonathan Wakely
2017-04-202017-04-20 Edward Smith-Rowland <3dw4rd@verizon.net>Edward Smith-Rowland
2017-04-20PR79862 check macro for type aliases that depend on <stdint.h>Jonathan Wakely
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-11 * doc/xml/faq.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-03PR libstdc++/79141Ville Voutilainen
2017-04-03Implement std::is_aggregate.Ville Voutilainen
2017-03-29Adjust optional's pretty printer for LWG 2900.Ville Voutilainen
2017-03-28Implement LWG 2900, The copy and move constructorsVille 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