aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
AgeCommit message (Expand)AuthorFilesLines
2019-07-03PR libstdc++/91067 fix missing exports for filesystem iteratorsJonathan Wakely2-1/+47
2019-06-27PR libstdc++/91012 fixfilesystem_error::what() stringJonathan Wakely1-6/+7
2019-06-26Define std::chars_format enumeration typeJonathan Wakely1-0/+52
2019-06-26Add new helper traits for signed/unsigned integer typesJonathan Wakely11-143/+37
2019-06-24Fix std::midpoint for denormal valuesJonathan Wakely3-6/+20
2019-06-24Define C11 macros such as FLT_DECIMAL_DIG for C++17Jonathan Wakely1-0/+37
2019-06-20Improve tests for std::vector<bool> printerJonathan Wakely2-2/+4
2019-06-19Fix non-standard behaviour of std::istream_iteratorJonathan Wakely4-0/+150
2019-06-19Have std::vector printer's iterator return bool for vector<bool>Michael Weghorn2-0/+20
2019-06-19PR libstdc++/90920 restore previous checks for empty rangesJonathan Wakely1-0/+48
2019-06-19Fix value category bugs in std::reduceJonathan Wakely1-0/+70
2019-06-19Implement new serial algorithms from Parallelism TS (P0024R2)Jonathan Wakely8-0/+628
2019-06-17Fix AIX test failure due to replacement operator deleteJonathan Wakely1-1/+14
2019-06-17PR libstdc++/90281 Fix string conversions for filesystem::pathJonathan Wakely8-0/+482
2019-06-17Fix tests that fail without PCHJonathan Wakely9-1/+9
2019-06-12Fix incorrect __cpp_lib_parallel_algorithm macro definitionsJonathan Wakely1-0/+50
2019-06-12Replace std::to_string for integers with optimized versionJonathan Wakely2-3/+165
2019-06-11Fix ConstexprIterator requirements tests - No constexpr algorithms!Edward Smith-Rowland2-2/+10
2019-06-08Test for C++20 p0858 - ConstexprIterator requirements.Edward Smith-Rowland2-0/+83
2019-06-07Synchronize libstdc++ PSTL with upstream LLVM PSTLThomas Rodgers38-127/+117
2019-06-07Fix test that gets skipped as unsupportedJonathan Wakely1-1/+1
2019-06-06Avoid unnecessary inclusion of <stdexcept> headerJonathan Wakely4-0/+4
2019-06-06Fix more failing tests for C++98 modeJonathan Wakely13-1/+13
2019-06-06Fix more tests that fail in C++2a modeJonathan Wakely2-2/+3
2019-06-06Fix tests that fail in C++2a modeJonathan Wakely32-180/+43
2019-06-06Remove redundant static assertions in [meta.unary.prop] traitsJonathan Wakely5-8/+72
2019-06-06Fix tests that fail with -std=gnu++98 or -std=gnu++11Jonathan Wakely7-13/+30
2019-06-06Refactor SFINAE constraints on std::tuple constructorsJonathan Wakely2-1/+82
2019-06-03Enforce allocator::value_type consistency for containers in C++2aJonathan Wakely12-0/+352
2019-05-31PR libstdc++/90682 allow set_terminate(0) and set_unexpected(0)Jonathan Wakely2-0/+112
2019-05-31PR libstdc++/71579 assert that type traits are not misused with incomplete typesAntony Polukhin15-0/+318
2019-05-31Fix random_device to work with COW strings againJonathan Wakely3-10/+54
2019-05-30LWG2788 basic_string spurious use of a default constructible allocatorNina Dinka Ranns2-0/+170
2019-05-29PR libstdc++/85494 fix failing testJonathan Wakely1-8/+60
2019-05-29PR libstdc++/88881 fix filesystem::symlink_status for WindowsJonathan Wakely3-0/+53
2019-05-29Avoid -Wunused-parameter warnings from testsuite utilityJonathan Wakely1-6/+3
2019-05-29PR libstdc++/85494 use rdseed and rand_s in std::random_deviceJonathan Wakely1-0/+40
2019-05-28PR libstdc++/90634 reduce allocations in filesystem::path constructionJonathan Wakely2-0/+153
2019-05-28Fix C++14-only code in testsuite utilityJonathan Wakely1-2/+2
2019-05-24Fix std::midpoint(T*, T*) for reversed argumentsJonathan Wakely1-1/+1
2019-05-24Fix broken shared_ptr testJonathan Wakely2-11/+11
2019-05-23Fix testsuite bugsJonathan Wakely3-26/+63
2019-05-23LWG 2996 add rvalue overloads for shared_ptr aliasing and castingJonathan Wakely5-20/+284
2019-05-23LWG 2921 remove packaged_task constructors taking allocatorsJonathan Wakely4-5/+4
2019-05-23From what I understand of the libstdc++/83237 thread atHans-Peter Nilsson1-0/+4
2019-05-23PR libstdc++/90220 fix experimental::any_cast for non-object typesJonathan Wakely1-3/+53
2019-05-22PR libstdc++/90557 fix path assignment that alters sourceJonathan Wakely2-2/+23
2019-05-22PR libstdc++/77691 fix resource_adaptor failures due to max_align_t bugsJonathan Wakely2-11/+16
2019-05-21PR libstdc++/90252 fix effective-target check for TBBJonathan Wakely1-28/+27
2019-05-21tbb-backend effective target should check ability to link TBBThomas Rodgers1-2/+7