aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2019-11-14Update ChangeLog and version files for releasereleases/gcc-7.5.0releases/gcc-7Richard Biener1-0/+4
2019-10-24PR libstdc++/92143 adjust for OS X aligned_alloc behaviourJonathan Wakely2-2/+10
2019-10-24Add makefile target to update HTML files in source treeJonathan Wakely6-9/+40
2019-10-24Update URL for CUJ article in libstdc++ docsJonathan Wakely2-5/+8
2019-10-24Update URL for Hoard in libstdc++ docsJonathan Wakely2-1/+8
2019-09-11Fix Xmethod for shared_ptr::use_count()Jonathan Wakely2-1/+6
2019-09-02PR middle-end/89303 add testcase for std::enable_shared_from_thisJonathan Wakely2-0/+44
2019-09-02PR libstdc++/91308 fix constraints on unique_ptr assignmentJonathan Wakely5-20/+79
2019-09-02PR libstdc++/51333 Define recursive_init_error constructor non-inlineJonathan Wakely4-6/+41
2019-09-02PR libstdc++/90770 fix missing src/debug/MakefileJonathan Wakely3-2/+11
2019-09-02Backport documentation fixesJonathan Wakely5-10/+30
2019-09-02Fix uses of non-reserved names for template parametersJonathan Wakely5-7/+151
2019-06-26PR libstdc++/90634 reduce allocations in filesystem::path constructionJonathan Wakely4-4/+141
2019-05-23PR libstdc++/89466 avoid slow xsltproc command in configureJonathan Wakely16-49/+899
2019-05-23PR libstdc++/88740 Print assertion messages to stderrJonathan Wakely2-2/+18
2019-05-23Make any_cast compare typeinfo as well as function pointersJonathan Wakely4-8/+32
2019-05-23PR libstdc++/90220 Fix any_cast for non-object typesJonathan Wakely5-19/+191
2019-05-23Fix missing or incorrect feature test macrosJonathan Wakely7-6/+59
2019-05-08PR libstdc++/90105 make forward_list::sort stableJonathan Wakely4-10/+113
2019-05-08PR libstdc++/89629 fix _Hash_bytes for lengths > INT_MAXJonathan Wakely3-1/+54
2019-02-23PR libstdc++/89446 fix null pointer dereference in char_traitsJonathan Wakely3-1/+37
2018-12-24Fix build warnigns on Darwin, don't try to export construction vtable symbols.Iain Sandoe2-0/+16
2018-12-24Fix libstdc++/64883 for Darwin.Iain Sandoe4-4/+18
2018-12-24Fix Darwin PR libstdc++/70694Iain Sandoe2-7/+19
2018-12-06Update ChangeLog and version files for releasereleases/gcc-7.4.0Richard Biener1-0/+4
2018-11-28re PR libstdc++/88199 (memory leak on unordered container move assignment)François Dumont3-33/+107
2018-10-31PR libstdc++/87822 fix layout change for nested std::pairJonathan Wakely3-2/+76
2018-10-25PR libstdc++/87749 fix (and optimize) string move constructionJonathan Wakely6-6/+258
2018-10-23PR libstdc++/87704 fix unique_ptr(nullptr_t) constructorsJonathan Wakely3-4/+44
2018-10-22PR libstdc++/79433 no #error for including TS headers with wrong -stdJonathan Wakely42-145/+96
2018-10-18PR libstdc++/87641 correctly initialize accumulator in valarray::sum()Jonathan Wakely3-5/+89
2018-10-15Adjust test to pass with latest glibcJonathan Wakely2-2/+9
2018-10-12PR libstdc++/86751 default assignment operators for std::pairJonathan Wakely5-8/+169
2018-10-12PR libstdc++/78595 implement insertion into maps in terms of emplaceJonathan Wakely9-45/+535
2018-10-12Fix __gnu_cxx::_Pointer_adapter for long long arithmeticJonathan Wakely3-0/+28
2018-10-12Fix experimental::pmr typedefs and add testsJonathan Wakely18-6/+580
2018-10-12PR libstdc++/70966 make pmr::new_delete_resource() immortalJonathan Wakely3-25/+120
2018-10-12PR libstdc++/77854 document size_type for containersJonathan Wakely3-0/+14
2018-10-09Use -fno-show-column in libstdc++ installed testing.Joseph Myers2-1/+9
2018-10-08PR libstdc++/87538 fix std::not_fn exception specificationsJonathan Wakely4-1/+110
2018-08-13Revert "libstdc++-v3: Have aligned_alloc() on Newlib"Jonathan Wakely3-3/+10
2018-08-10libstdc++-v3: Have aligned_alloc() on NewlibSebastian Huber3-0/+13
2018-08-08Prevent internal aligned_alloc clashing with libc versionJonathan Wakely2-10/+24
2018-08-08Fix Docbook markup to remove empty table cellJonathan Wakely3-4/+5
2018-08-08Fix docs on C++17 and LFTS headersJonathan Wakely4-97/+23
2018-08-07Declare some explicit instantiations for strings in Debug ModeJonathan Wakely2-4/+11
2018-08-07PR libstdc++/84654 Disable __float128 specializations for -mno-float128Jonathan Wakely7-20/+77
2018-08-07PR libstdc++/80893 Fix null dereference in vector<bool>Jonathan Wakely4-4/+111
2018-08-07PR libstdc++/68519 use native duration to avoid rounding errorsJonathan Wakely3-2/+73
2018-08-07PR libstdc++/86292 fix exception safety of std::vector<InputIterator> constru...Jonathan Wakely3-7/+84