aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
AgeCommit message (Expand)AuthorFilesLines
2018-08-22re PR libstdc++/68222 (_Safe_iterator provides operators the wrapped iterator...François Dumont5-50/+110
2018-08-21* testsuite/18_support/new_nothrow.cc: XFAIL on AIX.David Edelsohn1-0/+1
2018-08-21Remove redundant { dg-do run } directives in testsJonathan Wakely5-10/+0
2018-08-20Refactor std::optional SFINAE constraintsJonathan Wakely1-5/+1
2018-08-1886658.cc: Use dg-options to define _GLIBCXX_DEBUG.François Dumont1-1/+1
2018-08-17PR libstdc++/86963 Implement LWG 2729 constraints on tuple assignmentJonathan Wakely2-1/+180
2018-08-15Fix experimental::pmr typedefs and add testsJonathan Wakely14-0/+513
2018-08-15Refactor uses-allocator constructionJonathan Wakely3-0/+225
2018-08-14Rope iterators: don't retain pointers when copiedJeremy Sawicki1-0/+95
2018-08-13Add <bit> and <version> to freestanding headersJonathan Wakely1-0/+9
2018-08-10PR libstdc++/68210 adjust operator new and delete for LWG 206Jonathan Wakely1-0/+183
2018-08-10Define aliases for containers using polymorphic_allocatorJonathan Wakely14-0/+476
2018-08-08PR libstdc++/86597 directory_entry observers should clear error_codeJonathan Wakely1-0/+74
2018-08-07PR libstdc++/86874 fix std::variant::swap regressionJonathan Wakely1-0/+55
2018-08-03Add workaround for non-unique errno values on AIXJonathan Wakely1-0/+37
2018-08-01Report early wakeup of condition_variable::wait_until as no_timeoutMike Crowe1-0/+52
2018-08-01PR libstdc++/60555 std::system_category() should recognise POSIX errno valuesJonathan Wakely2-0/+146
2018-07-31PR libstdc++/86751 default assignment operators for std::pairJonathan Wakely2-0/+107
2018-07-30PR libstdc++/86734 make reverse_iterator::operator-> more robustJonathan Wakely2-0/+129
2018-07-30Add workaround for aligned_alloc bug on AIXJonathan Wakely1-0/+119
2018-07-26* 30_threads/condition_variable_any/cond.cc: New test.Marek Polacek1-0/+35
2018-07-26Add missing dg-require-cstdint directives to testsJonathan Wakely64-6/+73
2018-07-26Remove dg-require-cstdint directive from testsJonathan Wakely145-145/+2
2018-07-26Remove dg-require-cstdint directive from testsJonathan Wakely128-128/+0
2018-07-26Remove dg-require-cstdint directive from testsJonathan Wakely51-54/+3
2018-07-26Remove <chrono> dependency on _GLIBCXX_USE_C99_STDINT_TR1Jonathan Wakely6-10/+10
2018-07-26xfail experimental/memory_resource/new_delete_resource.cc on 32-bit Solaris/x...Rainer Orth1-0/+1
2018-07-26PR libstdc++/86676 another alignment fix for testJonathan Wakely1-1/+1
2018-07-25PR libstdc++/86676 Do not assume stack buffer is alignedJonathan Wakely1-2/+4
2018-07-24Add initial version of C++17 <memory_resource> headerJonathan Wakely11-1/+1124
2018-07-24PR libstdc++/86658 fix __niter_wrap to not copy invalid iteratorsJonathan Wakely1-0/+36
2018-07-24Reorder conditions in uses-allocator construction helperJonathan Wakely3-3/+3
2018-07-23PR libstdc++/70940 optimize pmr::resource_adaptor for allocators using mallocJonathan Wakely1-18/+51
2018-07-19Simplify the base characteristics for some type traitsJonathan Wakely1-43/+65
2018-07-19Use __builtin_memmove for trivially copyable typesGlen Joseph Fernandes1-0/+37
2018-07-17PR libstdc++/86450 use -Wabi=2 and simplify -Werror useJonathan Wakely1-2/+1
2018-07-16PR libstdc++/86537 remove less<shared_ptr<T>> partial specializationJonathan Wakely1-0/+69
2018-07-06functions.h (__gnu_debug::__check_string): Move...François Dumont2-0/+68
2018-07-06PR libstdc++/84928 use std::move in <numeric> algorithmsJonathan Wakely4-0/+451
2018-07-06P0935R0 Eradicating unnecessarily explicit default constructorsJonathan Wakely5-0/+175
2018-07-05PR libstdc++/85831 define move constructors and operators for exceptionsJonathan Wakely1-0/+28
2018-07-05Add xfail-if to some tests that fail with COW stringsJonathan Wakely3-1/+4
2018-07-05PR libstdc++/58265 add noexcept to basic_string::assign(basic_string&&)Jonathan Wakely2-0/+6
2018-07-05PR libstdc++/58265 implement LWG 2063 for COW stringsJonathan Wakely4-0/+14
2018-07-04P0646R1 Improving the Return Value of Erase-Like Algorithms IJonathan Wakely4-0/+242
2018-07-04P0458R2 Checking for Existence of an Element in Associative ContainersJonathan Wakely8-0/+446
2018-07-04re PR libstdc++/86272 (__gnu_debug::string uses undefined __glibcxx_check_ins...François Dumont6-32/+70
2018-07-04Define "random_device" effective targetJonathan Wakely6-0/+33
2018-07-04PR libstdc++/86398 fix std::is_trivially_constructible regressionJonathan Wakely3-64/+79
2018-07-04Optimize std::rotl and std::rotr, add test for std::popcountJonathan Wakely1-0/+108