aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2017-10-10Update ChangeLog and version files for releasereleases/gcc-5.5.0releases/gcc-5GCC Administrator1-0/+4
2017-09-13Fix libstdc++ tests using invalid effective-targetJonathan Wakely1-0/+6
2017-09-13PR libstdc++/81468 constrain std::chrono::time_point constructorJonathan Wakely1-0/+7
2017-09-13Fix broken URLs in libstdc++ API docsJonathan Wakely1-0/+2
2017-09-13PR libstdc++/81835 fix broken URLs in libstdc++ docsJonathan Wakely1-0/+7
2017-09-04PR libstdc++/81751 don't call fflush(NULL)Jonathan Wakely1-0/+11
2017-09-04PR libstdc++/53984 handle exceptions in basic_istream::sentryJonathan Wakely1-0/+12
2017-09-04PR libstdc++/81017 add noexcept to std::function move operationsJonathan Wakely1-0/+9
2017-09-04Add noexcept to shared_ptr owner comparisons (LWG 2873)Jonathan Wakely1-0/+11
2017-09-04PR c++/82039 suppress -Wzero-as-null-pointer-constant warningJonathan Wakely1-0/+7
2017-09-04PR libstdc++/81891 fix double-free in hashtable constructorJonathan Wakely1-0/+10
2017-09-04PR libstdc++/81599 fix typo in Doxygen commentsJonathan Wakely1-0/+6
2017-09-04PR libstdc++/81338 correctly manage string capacityJonathan Wakely1-0/+14
2017-09-01Make std::scoped_allocator_adaptor's OUTERMOST recursiveJonathan Wakely1-0/+19
2017-06-16Fix std::wbuffer_convert::sync()Jonathan Wakely1-0/+3
2017-06-16Backport libstdc++ doc improvements from mainlineJonathan Wakely1-0/+7
2017-06-16Fix missing return in libstdc++ headerJonathan Wakely1-0/+5
2017-06-07PR libstdc++/81002 fix std::basic_regex range constructorJonathan Wakely1-0/+7
2017-05-18Replace c++11 effective-target with dg-options directiveJonathan Wakely1-0/+10
2017-05-18Skip C tests if test flags include C++ optionsJonathan Wakely1-0/+7
2017-05-18PR libstdc++/80504 qualify calls to avoid ADLJonathan Wakely1-0/+7
2017-05-18PR libstdc++/80448 remove noexcept from defaulted functionsJonathan Wakely1-0/+8
2017-05-18Uncomment std::reference_wrapper tests that no longer failJonathan Wakely1-0/+6
2017-05-18Fix comments in libstdc++ header and testJonathan Wakely1-0/+6
2017-05-18PR libstdc++/67440 make pretty printers work with GDB 7.6 againJonathan Wakely1-0/+7
2017-05-18PR69699 document why __GLIBCXX__ macro is uselessJonathan Wakely1-0/+11
2017-05-18PR 71444 define more error constants for mingw-w64Jonathan Wakely1-0/+21
2017-05-18libstdc++/78236 fix past-the-end std::regex_iteratorJonathan Wakely1-0/+11
2017-05-18PR59170 make pretty printers check for singular iteratorsJonathan Wakely1-0/+12
2017-05-18PR59161 make pretty printers always return stringsJonathan Wakely1-0/+11
2017-05-18Enable printers and xmethods for std::__cxx11::listJonathan Wakely1-0/+10
2017-05-17PR libstdc++/62045 fix O(N) insertion in pd_ds binary heapJonathan Wakely1-0/+22
2017-05-17PR libstdc++/66059 optimise _Build_index_tupleJonathan Wakely1-0/+8
2017-03-17Backport <codecvt> fixes from trunkJonathan Wakely1-0/+77
2017-03-14Fix libstdc++ reserved names test to pass on AIXJonathan Wakely1-0/+5
2017-03-13re PR libstdc++/80034 (unqualified calls to std::distance in std::list::sort)Ville Voutilainen1-0/+8
2017-03-02PR libstdc++/79789 fix non-reserved names in headersJonathan Wakely1-0/+11
2017-02-14PR69321 fix any_cast<T>(any*) for non-copyable TJonathan Wakely1-0/+9
2017-02-14PR69301 don't assume atomic<T> can default construct TJonathan Wakely1-0/+10
2017-02-14PR78702 fix accessibility of locale::facet::__shimJonathan Wakely1-0/+9
2017-02-14PR78134 fix return types of heterogeneous lookup functionsJonathan Wakely1-0/+17
2017-02-14PR78273 fix count to work with partitioning functionJonathan Wakely1-0/+13
2017-02-01PR78346 make <bits/predefined_ops.h> handle stashing iteratorsJonathan Wakely1-0/+6
2017-02-01PR libstdc++/79254 fix exception-safety of std::string copy assignmentJonathan Wakely1-0/+14
2017-01-22backport: faq.xml: Update address of C++ ABI link.Gerald Pfeifer1-0/+8
2017-01-16PR libstdc++/78389 fix backwards size adjustmentsVille Voutilainen1-0/+11
2017-01-15backport: re PR libstdc++/78389 (list::merge and list::sort are not exception...Ville Voutilainen1-0/+11
2017-01-09Add missing dg-options to C++11 test.Jonathan Wakely1-0/+3
2017-01-09Add missing dg-options to C++14 testJonathan Wakely1-0/+4
2017-01-06Add deleted std::thread(const thread&&) constructorJonathan Wakely1-0/+10