summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* Update ChangeLog and version files for releasereleases/gcc-6.4.0Richard Biener2017-07-041-0/+4
* Fix std::wbuffer_convert::sync()Jonathan Wakely2017-06-163-1/+43
* Backport libstdc++ doc improvements from mainlineJonathan Wakely2017-06-169-17/+28
* Fix missing returns in libstdc++ header and testsJonathan Wakely2017-06-164-0/+14
* PR libstdc++/81002 fix std::basic_regex range constructorJonathan Wakely2017-06-073-3/+41
* Support unsigned __int20 in checks for size_t manglingJonathan Wakely2017-05-263-3/+31
* Add #ifdef case for 16 bits in cow-stdexcept.ccJonathan Wakely2017-05-262-3/+15
* Test TR1 special functions without adding them to stdJonathan Wakely2017-05-182-2/+7
* Only run math special function tests for C++11 and laterJonathan Wakely2017-05-1892-44/+201
* Fix DR 438 std::list test to pass in C++98 modeJonathan Wakely2017-05-182-1/+7
* Fix DR 438 container tests to pass in C++98 modeJonathan Wakely2017-05-1812-11/+37
* Make libstdc++ debug mode test valid for C++98Jonathan Wakely2017-05-182-1/+7
* Limit std::tuple tests to run for C++11 and laterJonathan Wakely2017-05-182-1/+8
* Add c++11 effective target to tests for C++11 featuresJonathan Wakely2017-05-184-2/+11
* Skip C tests if test flags include C++ optionsJonathan Wakely2017-05-183-0/+9
* Don't include internal header in libstdc++ testsJonathan Wakely2017-05-184-14/+32
* Run std::ios_base enum tests for C++11 and upJonathan Wakely2017-05-184-9/+20
* Fix libstdc++ testsuite failure in C++11 and Debug modeJonathan Wakely2017-05-182-10/+16
* PR libstdc++/80504 qualify calls to avoid ADLJonathan Wakely2017-05-183-4/+45
* PR libstdc++/80493 fix invalid exception specificationJonathan Wakely2017-05-182-1/+8
* PR libstdc++/80448 remove noexcept from defaulted functionsJonathan Wakely2017-05-182-4/+11
* Uncomment std::reference_wrapper tests that no longer failJonathan Wakely2017-05-182-6/+11
* Fix comments in libstdc++ header and testJonathan Wakely2017-05-183-5/+11
* PR libstdc++/80137 use std::nextafter instead of loopingJonathan Wakely2017-05-181-0/+9
* PR libstdc++/67440 make pretty printers work with GDB 7.6 againJonathan Wakely2017-05-182-3/+9
* PR69699 document why __GLIBCXX__ macro is uselessJonathan Wakely2017-05-186-51/+88
* Add libstdc++.so.6.0.22 to history of library versionsJonathan Wakely2017-05-182-0/+3
* PR 71444 define more error constants for mingw-w64Jonathan Wakely2017-05-183-40/+84
* libstdc++/78236 fix past-the-end std::regex_iteratorJonathan Wakely2017-05-184-10/+46
* Fix test to compile in C++98 modeJonathan Wakely2017-05-182-2/+5
* re PR libstdc++/79141 (std::pair<int,int> p = {}; fails to compile due to amb...Ville Voutilainen2017-04-043-3/+54
* PR libstdc++/80137 use std::nextafter instead of loopingJonathan Wakely2017-03-283-14/+33
* PR libstdc++/62045 fix O(N) insertion in pd_ds binary heapJonathan Wakely2017-03-285-20/+77
* Ensure <experimental/iterator> includes <iterator>Jonathan Wakely2017-03-283-4/+22
* Backport <codecvt> fixes from trunkJonathan Wakely2017-03-1712-213/+1387
* Fix libstdc++ reserved names test to pass on AIXJonathan Wakely2017-03-142-0/+14
* re PR libstdc++/80034 (unqualified calls to std::distance in std::list::sort)Ville Voutilainen2017-03-133-4/+44
* [libstdc++-v3] Fix detection of obsolete isnanGeorge Lander2017-03-103-1/+9
* PR libstdc++/79789 fix non-reserved names in headersJonathan Wakely2017-03-027-13/+125
* PR libstdc++/79114 use dg-require-atomic-builtins for new testJonathan Wakely2017-02-151-0/+1
* * testsuite/18_support/nested_exception/79114.cc: Add dg-require.Jonathan Wakely2017-02-152-0/+3
* PR59170 make pretty printers check for singular iteratorsJonathan Wakely2017-02-154-0/+76
* PR59161 make pretty printers always return stringsJonathan Wakely2017-02-153-6/+87
* Tweak formatting and docs for pretty printersJonathan Wakely2017-02-152-8/+26
* Add GDB XMethods for shared_ptr and unique_ptr<T[]>Jonathan Wakely2017-02-154-7/+228
* PR72792 PR72793 relax requirements on rebind membersJonathan Wakely2017-02-147-39/+290
* PR69321 fix any_cast<T>(any*) for non-copyable TJonathan Wakely2017-02-143-1/+25
* PR69301 don't assume atomic<T> can default construct TJonathan Wakely2017-02-145-22/+95
* PR79114 use decayed type in std::throw_with_nested assertionJonathan Wakely2017-02-143-1/+36
* PR78702 fix accessibility of locale::facet::__shimJonathan Wakely2017-02-143-9/+25