aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2018-08-30Avoid undefined shifts in ceil2 operationsJonathan Wakely4-4/+24
2018-08-30Fix undefined references seen with mingw-w64Jonathan Wakely2-0/+7
2018-08-30Fix __gnu_cxx::_Pointer_adapter for long long arithmeticJonathan Wakely3-0/+25
2018-08-29PR libstdc++/31413 fix test failure on Debian systemsJonathan Wakely2-1/+29
2018-08-28PR libstdc++/87116 fix path::lexically_normal() handling of dot-dotJonathan Wakely3-7/+88
2018-08-25Don't force visibility to hidden for Darwin > 8.Iain Sandoe2-7/+16
2018-08-24new(nothrow) is malloc-likeMarc Glisse2-4/+11
2018-08-24Forward declare debug containers so std::pmr aliases workJonathan Wakely22-1/+392
2018-08-23Fix failure when -fno-rtti test is run in C++17 or laterJonathan Wakely2-2/+7
2018-08-23Define debug mode function for C++98Jonathan Wakely2-3/+4
2018-08-23Fix C++98 tests to not use C++11 features.Jonathan Wakely3-3/+7
2018-08-23Fix comments in testsuite scriptJonathan Wakely2-3/+5
2018-08-23Fix C++11-ism in C++98 member functionJonathan Wakely2-1/+5
2018-08-23Fix testsuite failures for __gnu_debug::string with old ABIJonathan Wakely4-11/+77
2018-08-23Remove C++14-isms from C++11 testsJonathan Wakely3-3/+7
2018-08-23Skip tests that depend on the cxx11 std::stringJonathan Wakely4-0/+10
2018-08-23Fix tests that fail in C++98 modeJonathan Wakely7-6/+16
2018-08-22PR libstdc++/87061 remove pmr type aliases for COW stringsJonathan Wakely7-3/+26
2018-08-22PR libstdc++/78448 limit vector::max_size and deque::max_sizeJonathan Wakely7-15/+381
2018-08-22re PR libstdc++/68222 (_Safe_iterator provides operators the wrapped iterator...François Dumont25-537/+1093
2018-08-22PR libstdc++/77854 document size_type for containersJonathan Wakely5-2/+24
2018-08-21P0646R1 Improving the Return Value of Erase-Like Algorithms IFrançois Dumont3-61/+199
2018-08-21* testsuite/18_support/new_nothrow.cc: XFAIL on AIX.David Edelsohn2-0/+5
2018-08-21Remove redundant { dg-do run } directives in testsJonathan Wakely6-10/+9
2018-08-20PR libstdc++/86963 Remove use of __tuple_base in std::tupleJonathan Wakely2-90/+57
2018-08-20Refactor std::optional SFINAE constraintsJonathan Wakely4-177/+187
2018-08-1886658.cc: Use dg-options to define _GLIBCXX_DEBUG.François Dumont2-1/+6
2018-08-17PR libstdc++/86963 Implement LWG 2729 constraints on tuple assignmentJonathan Wakely5-43/+319
2018-08-16Fix warning with -Wsign-compare -Wsystem-headersJonathan Wakely2-1/+4
2018-08-16Avoid deprecation warning with -Wsystem-headersJonathan Wakely2-0/+6
2018-08-16Fix bootstrap with --enable-fully-dynamic-stringJonathan Wakely2-0/+30
2018-08-15Fix experimental::pmr typedefs and add testsJonathan Wakely17-7/+546
2018-08-15Refactor uses-allocator constructionJonathan Wakely8-58/+274
2018-08-15Fix single-threaded build for targets without atomicsJonathan Wakely2-1/+26
2018-08-14PR libstdc++/86954 use non-placement operator deleteJonathan Wakely2-4/+8
2018-08-14Simplify overflow checks in duration literalsJonathan Wakely2-14/+7
2018-08-14PR libstdc++/86846 Alternative to pointer-width atomicsJonathan Wakely3-1/+57
2018-08-14PR libstdc++/85343 overload __throw_ios_failure to take errnoJonathan Wakely7-3/+45
2018-08-14Rope iterators: don't retain pointers when copiedJeremy Sawicki3-3/+107
2018-08-13PR libstdc++/45093 avoid warnings for _M_destroy_nodeJonathan Wakely2-6/+10
2018-08-13Minor optimisations in operator new(size_t, align_val_t)Jonathan Wakely2-3/+7
2018-08-13Add <bit> and <version> to freestanding headersJonathan Wakely4-10/+23
2018-08-13Revert "libstdc++-v3: Have aligned_alloc() on Newlib"Jonathan Wakely3-3/+10
2018-08-10PR libstdc++/68210 adjust operator new and delete for LWG 206Jonathan Wakely20-45/+268
2018-08-10Fix formatting in ChangeLogJonathan Wakely1-2/+3
2018-08-10Remove not needed __builtin_expect due to malloc predictor.Martin Liska4-3/+10
2018-08-10libstdc++-v3: Have aligned_alloc() on NewlibSebastian Huber3-0/+10
2018-08-10Define aliases for containers using polymorphic_allocatorJonathan Wakely25-2/+683
2018-08-082018-08-08 François Dumont <fdumont@gcc.gnu.org>François Dumont2-26/+23
2018-08-08Prevent internal aligned_alloc clashing with libc versionJonathan Wakely2-10/+24