aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/ext
AgeCommit message (Expand)AuthorFilesLines
2024-10-08contrib, libcpp, libstdc++: Update to Unicode 16.0Jakub Jelinek1-1/+1
2024-09-25libstdc++: #ifdef out #pragma GCC system_headerJason Merrill4-6/+6
2024-09-19libstdc++: add #pragma diagnosticJason Merrill4-4/+4
2024-08-23libstdc++: Fix std::allocator_traits::construct constraints [PR108619]Jonathan Wakely2-16/+12
2024-07-24libstdc++: Rename tests [PR12048]Jonathan Wakely4-0/+0
2024-07-24libstdc++: Use dg-additional-files in some I/O testsJonathan Wakely8-0/+12
2024-06-28libstdc++: Do not use C++11 alignof in C++98 mode [PR104395]Jonathan Wakely1-0/+8
2024-05-17libstdc++: Fix typo in _Grapheme_cluster_view::_Iterator [PR115119]Jonathan Wakely1-0/+11
2024-05-07libstdc++: Fix handling of incomplete UTF-8 sequences in _Unicode_viewJonathan Wakely1-0/+7
2024-04-08libstdc++: Use char for _Utf8_view if char8_t isn't available [PR114519]Jonathan Wakely1-2/+2
2024-03-14libstdc++: Add nodiscard in <algorithm>Jonathan Wakely3-0/+6
2024-01-17libstdc++: Implement C++26 std::text_encoding (P1885R12) [PR113318]Jonathan Wakely1-0/+18
2024-01-09libstdc++: Fix Unicode property detection functionsJonathan Wakely3-0/+253
2024-01-08libstdc++: Add Unicode-aware width estimation for std::formatJonathan Wakely1-0/+102
2024-01-03Update copyright years.Jakub Jelinek352-352/+352
2023-09-18c++: non-dependent assignment checking [PR63198, PR18474]Patrick Palka1-1/+1
2023-08-23libstdc++: Fix tests relying on operator new/delete overloadFrançois Dumont4-4/+24
2023-06-07libstdc++: Fix some tests that fail with -fno-exceptionsJonathan Wakely6-0/+11
2023-06-07libstdc++: Fix some tests that fail with -fexcess-precision=standardJonathan Wakely1-1/+1
2023-05-16libstdc++: Add assertion to debug_allocator testJonathan Wakely1-1/+2
2023-01-16Update copyright years.Jakub Jelinek352-352/+352
2022-10-03libstdc++: Disable hosted-only tests [PR103626]Arsen Arsenović1-0/+1
2022-06-27libstdc++: testsuite: Add missing <string> headerJonathan Wakely1-0/+1
2022-01-14libstdc++: Add attribute to features deprecated in C++17 [PR91260]Jonathan Wakely2-2/+2
2022-01-06libstdc++: Increase timeout for pthread7-rope.cc testJonathan Wakely1-1/+2
2022-01-03Update copyright years.Jakub Jelinek352-352/+352
2021-11-23libstdc++: Add effective-target for std::allocator implementationJonathan Wakely2-0/+2
2021-10-09libstdc++: Remove unnecessary uses of _GLIBCXX_USE_WCHAR_T in testsuite [PR98...Jonathan Wakely1-2/+0
2021-10-01libstdc++: Remove useless base classes in pb_db testsJonathan Wakely11-21/+20
2021-09-16libstdc++: Increase timeout factor for slow pb_ds testsJonathan Wakely2-2/+2
2021-08-04libstdc++: Add [[nodiscard]] to iterators and related utilitiesJonathan Wakely1-4/+4
2021-08-03libstdc++: Add testsuite proc for testing deprecated featuresJonathan Wakely2-0/+4
2021-07-21libstdc++: Make __gnu_cxx::sequence_buffer move-aware [PR101542]Jonathan Wakely1-0/+27
2021-01-10libstdc++: Suppress more vstring testsuite warnings. [PR 98613]David Edelsohn2-0/+10
2021-01-04Update copyright years.Jakub Jelinek352-352/+352
2020-12-15libstdc++: Increase timeout for tests in debug modeJonathan Wakely2-2/+2
2020-12-14Correct/improve maybe_emit_free_warning (PR middle-end/98166, PR c++/57111, P...Martin Sebor2-0/+8
2020-12-03Add support for detecting mismatched allocation/deallocation calls.Martin Sebor1-2/+6
2020-11-26libstdc++: Fix undefined FILE* operations in testJonathan Wakely1-1/+2
2020-10-29libstdc++: Avoid warnings in testsJonathan Wakely2-2/+5
2020-04-30libstdc++: Avoid errors in allocator's noexcept-specifier (PR 89510)Jonathan Wakely2-0/+298
2020-01-01Update copyright years.Jakub Jelinek350-350/+350
2019-10-24Revert ABI changes to std::allocator in C++20Jonathan Wakely2-2/+2
2019-10-22Remove redundant std::allocator members for C++20Jonathan Wakely3-3/+4
2019-09-30libstdc++ testsuite, silence a FreeBSD libm warningAndreas Tobler2-0/+2
2019-08-09skip Cholesky decomposition in is>>n_mv_distAlexandre Oliva5-0/+9
2019-07-25Extend DCE to remove unnecessary new/delete-pairs (PR c++/23383).Martin Liska4-0/+8
2019-06-06Fix tests that fail with -std=gnu++98 or -std=gnu++11Jonathan Wakely1-1/+1
2019-05-14Remove obsolete Solaris 10 supportRainer Orth1-4/+0
2019-05-13Remove Profile Mode, deprecated since GCC 7.1Jonathan Wakely6-290/+0