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