aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-03Update C++17 library status table in manualJonathan Wakely5-8/+93
2017-04-03Implement P0426R1 "Constexpr for std::char_traits" for C++17 (partial)Jonathan Wakely3-23/+143
2017-04-03re PR libstdc++/79141 (std::pair<int,int> p = {}; fails to compile due to amb...Ville Voutilainen3-3/+54
2017-04-03Implement std::is_aggregate.Ville Voutilainen5-0/+186
2017-03-29Adjust optional's pretty printer for LWG 2900.Ville Voutilainen2-0/+8
2017-03-29Implement LWG 2900, The copy and move constructors of optional are not conste...Ville Voutilainen4-160/+256
2017-03-28PR libstdc++/80137 use std::nextafter instead of loopingJonathan Wakely3-14/+33
2017-03-28Add _GLIBCXX_RELEASE macro to "Using" section of manualJonathan Wakely6-25/+61
2017-03-28PR libstdc++/80229 restore support for shared_ptr<function type>Jonathan Wakely4-9/+45
2017-03-26Fix PR80183 : _M_color not movedMarkus Trippelsdorf2-0/+7
2017-03-23Fix Debug Mode test failuresJonathan Wakely5-3/+13
2017-03-23Fix broken links in manual and remove outdated infoJonathan Wakely15-175/+46
2017-03-23Implement LWG 2686, std::hash<error_condition>, for C++17Daniel Kruegler4-4/+32
2017-03-23Implement P0607R0 "Inline Variables for Standard Library" for C++17Daniel Kruegler21-131/+250
2017-03-22Add deduction guides for C++17 (P0433R2, partial)Jonathan Wakely27-64/+852
2017-03-20stl_deque.h (deque): Access allocator value_type only if concept checks are e...François Dumont10-526/+574
2017-03-18appendix_contributing.xml: Convert link to ansi.org to https.Gerald Pfeifer3-22/+15
2017-03-17Fix alignment bugs in std::codecvt_utf16Jonathan Wakely4-157/+574
2017-03-16PR libstdc++/79980 fix target type of castJonathan Wakely2-1/+4
2017-03-16PR libstdc++/80041 fix codecvt_utf16<wchar_t> to use UTF-16 not UTF-8Jonathan Wakely3-4/+103
2017-03-16Fix encoding() and max_length() values for codecvt facetsJonathan Wakely6-33/+341
2017-03-16PR libstdc++/79980 fix BOM detection, maxcode checks, UCS2 handlingJonathan Wakely5-31/+296
2017-03-16PR libstdc++/79511 fix endianness of UTF-16 dataJonathan Wakely3-3/+79
2017-03-16PR libstdc++/80064 make heap algorithms work with function typesJonathan Wakely3-7/+49
2017-03-16PR libstdc++/67440 make pretty printers work with GDB 7.6 againJonathan Wakely2-3/+8