summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/21_strings/basic_string_view/operations
AgeCommit message (Expand)Author
2025-01-02Update copyright years.Jakub Jelinek
2024-01-03Update copyright years.Jakub Jelinek
2023-11-16libstdc++: Test for feature test macros more accuratelyJonathan Wakely
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from 21_strings testsJonathan Wakely
2023-09-15libstdc++: Remove dg-options "-std=gnu++23" from remaining testsJonathan Wakely
2023-01-16Update copyright years.Jakub Jelinek
2023-01-13libstdc++: Fix a few !HOSTED test regressionsArsen Arsenović
2023-01-13libstdc++: Enable string_view in freestandingArsen Arsenović
2022-10-03libstdc++: Disable hosted-only tests [PR103626]Arsen Arsenović
2022-08-31libstdc++: Add [[nodiscard]] attribute to <string> and <string_view>Jonathan Wakely
2022-08-26libstdc++: Add nonnull to starts_with/ends_with/contains string membersJonathan Wakely
2022-05-26libstdc++: Rename tests like .../wchar_t/1.cc to .../wchar_t.ccJonathan Wakely
2022-04-20libstdc++: Fix macro checked by testJonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek
2021-05-10libstdc++: Remove redundant -std=gnu++17 option from strings testsJonathan Wakely
2021-01-27libstdc++: Add string contains member functions for C++2bPaul Fee
2021-01-04Update copyright years.Jakub Jelinek
2020-10-29libstdc++: Avoid warnings in testsJonathan Wakely
2020-07-31libstdc++: Ensure c++NN effective target present in all C++17 testsJonathan Wakely
2020-07-01Adjust text of expected warnings changed in PR c++/86568.Martin Sebor
2020-04-28libstdc++: Fixes for feature test macros (PR 91480)Jonathan Wakely
2020-04-17libstdc++: Add comparison operators for string and regex typesJonathan Wakely
2020-04-06libstdc++: Make string_view::copy usable in constant expressions (PR 94498)Jonathan Wakely
2020-01-01Update copyright years.Jakub Jelinek
2019-02-22P0482R5 char8_t: Updates to existing standard library testsTom Honermann
2019-01-01Update copyright years.Jakub Jelinek
2018-11-30Implement P0457R2 String Prefix and Suffix Checking.Edward Smith-Rowland
2018-11-28PR libstdc++/83511 add default argument to basic_string_view::substrJonathan Wakely
2018-11-19PR libstdc++/88084 - Implement LWG 2777Jonathan Wakely
2018-06-15Decorate string_view members with nonnull attributeJonathan Wakely
2018-01-03Update copyright years.Jakub Jelinek
2017-09-15invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek
2017-09-11PR libstdc++/70483 make std::string_view fully constexprJonathan Wakely
2017-06-16Fix missing returns in libstdc++ header and testsJonathan Wakely
2017-01-01Update copyright years.Jakub Jelinek
2016-10-12testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_...Paolo Carlini
2016-09-26re PR libstdc++/77717 (testsuite/21_strings/basic_string_view/operations/comp...Ville Voutilainen
2016-08-17Remove duplicate dg-options directiveJonathan Wakely
2016-07-28Implement std::string_view and P0254r2,Ville Voutilainen