aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2017-05-23PR libstdc++/67214 Avoid signed overflow in num_get::_M_extract_intXi Ruoyao2-10/+16
2017-05-19PR libstdc++/80796 Add new std::search overload for C++17Jonathan Wakely3-0/+67
2017-05-18PR libstdc++/80478 make std::mem_fn work with noexcept functionsJonathan Wakely3-0/+40
2017-05-18Fix typos in libstdc++ manualJonathan Wakely5-4/+8
2017-05-18Update libstdc++ version info in manualJonathan Wakely5-2/+26
2017-05-17Fixes to Doxygen comments in libstdc++ headersJonathan Wakely8-11/+33
2017-05-17Implement new C++ intrinsics __is_assignable and __is_constructible.Ville Voutilainen9-234/+109
2017-05-16Test source_location::current() in default member initializerJonathan Wakely2-3/+5
2017-05-16Implement std::experimental::source_location (N4519)Jonathan Wakely7-4/+216
2017-05-16Fix forward declaration of std::type_info for versioned-namespaceJonathan Wakely2-4/+8
2017-05-16Regenerate libstdc++-v3/configure for versioned-namespace sonameJonathan Wakely2-1/+5
2017-05-16optional (_Optional_base::_M_get): Check precondition.Marc Glisse3-5/+16
2017-05-16Add cross-reference for test permutations in libstdc++ manualJonathan Wakely3-2/+10
2017-05-16Add cross-reference for BADNAMES in libstdc++ manualJonathan Wakely3-2/+8
2017-05-15Fix order and types of members in C++17 insert_return_type structsJonathan Wakely7-18/+60
2017-05-12Revert revision 247926.François Dumont3-26/+5
2017-05-12PR libstdc++/78939 make tuple_size<cv T> depend on tuple_size<T>Jonathan Wakely4-10/+104
2017-05-112017-05-11 François Dumont <fdumont@gcc.gnu.org>François Dumont2-101/+107
2017-05-112017-05-11 François Dumont <fdumont@gcc.gnu.org>François Dumont3-5/+26
2017-05-112017-05-11 François Dumont <fdumont@gcc.gnu.org>François Dumont4-5/+22
2017-05-11Fix ViewCVS URLs in libstdc++ manualJonathan Wakely5-12/+16
2017-05-11PR libstdc++/80285 optimize std::make_shared for -fno-rttiJonathan Wakely5-39/+158
2017-05-10Bump version namespace.François Dumont10-67/+81
2017-05-10stl_algobase.h (std::__iter_swap<false>): Remove _GLIBCXX_MOVE usage.François Dumont2-82/+87
2017-05-09* testsuite/24_iterators/container_access.cc (test03): Make il3 static.Jason Merrill2-1/+5
2017-05-08Tweak static assertions in std::optionalJonathan Wakely3-13/+14
2017-05-08Clarify mt_allocator documentation w.r.t deallocationJonathan Wakely3-2/+9
2017-05-02re PR bootstrap/69506 (check-in 232454 seems to cause problems with cygwin bu...Hugo Beauzée-Luyssen2-0/+7
2017-04-2948362.cc: Replace a regexp-test by a note-test.François Dumont2-1/+6
2017-04-28PR libstdc++/80553 don't allow destroying non-destructible typesJonathan Wakely5-50/+164
2017-04-28Remove superfluous "" in dg-error.Jonathan Wakely2-1/+6
2017-04-28Remove superfluous '{ target *-*-* }' in dg-(error|warning|message|bogus)Tom de Vries2-1/+6
2017-04-27Remove reundant const-qualification from cast targetsJonathan Wakely3-3/+10
2017-04-26Improve tests for vector and deque move-assignmentJonathan Wakely3-8/+24
2017-04-24PR libstdc++/80506 fix constant used in conditionJonathan Wakely2-1/+5
2017-04-24PR libstdc++/80504 qualify calls to avoid ADLJonathan Wakely3-4/+42
2017-04-24PR libstdc++/80493 fix invalid exception specificationJonathan Wakely2-1/+7
2017-04-21PR libstdc++/80316 make promise::set_value throw no_state errorJonathan Wakely6-29/+740
2017-04-21Avoid deprecated warnings about std::auto_ptr in library headersJonathan Wakely9-5/+48
2017-04-20PR libstdc++/68397 std::tr1::expint fails ... long double arguments.Edward Smith-Rowland4-3/+104
2017-04-20PR79862 check macro for type aliases that depend on <stdint.h>Jonathan Wakely2-5/+21
2017-04-19Rationalise ABI links in libstdc++ manualJonathan Wakely7-22/+27
2017-04-19* libsupc++/new: Update comment on #endif directive.Jonathan Wakely2-1/+3
2017-04-19PR libstdc++/80448 remove noexcept from defaulted functionsJonathan Wakely2-4/+8
2017-04-19PR libstdc++/80446 cope with libc defining __has_builtinJonathan Wakely3-12/+22
2017-04-18Fix incorrect results from std::boyer_moore_searcherJonathan Wakely3-27/+81
2017-04-11faq.xml: Update reference link to C++ ABI for Itanium.Gerald Pfeifer3-4/+9
2017-04-03Remove duplicated entry in C++17 library status tableJonathan Wakely3-14/+6
2017-04-03Uncomment std::reference_wrapper tests that no longer failJonathan Wakely2-6/+8
2017-04-03Fix comments in libstdc++ header and testJonathan Wakely3-4/+7