summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/21_strings/basic_string_view/operations
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2023-01-1642-42/+42
* libstdc++: Fix a few !HOSTED test regressionsArsen Arsenović2023-01-132-9/+15
* libstdc++: Enable string_view in freestandingArsen Arsenović2023-01-133-3/+12
* libstdc++: Disable hosted-only tests [PR103626]Arsen Arsenović2022-10-031-0/+1
* libstdc++: Add [[nodiscard]] attribute to <string> and <string_view>Jonathan Wakely2022-08-313-3/+3
* libstdc++: Add nonnull to starts_with/ends_with/contains string membersJonathan Wakely2022-08-263-0/+36
* libstdc++: Rename tests like .../wchar_t/1.cc to .../wchar_t.ccJonathan Wakely2022-05-2610-0/+0
* libstdc++: Fix macro checked by testJonathan Wakely2022-04-201-1/+1
* Update copyright years.Jakub Jelinek2022-01-0342-42/+42
* libstdc++: Remove redundant -std=gnu++17 option from strings testsJonathan Wakely2021-05-1035-35/+3
* libstdc++: Add string contains member functions for C++2bPaul Fee2021-01-273-0/+135
* Update copyright years.Jakub Jelinek2021-01-0439-39/+39
* libstdc++: Avoid warnings in testsJonathan Wakely2020-10-293-0/+9
* libstdc++: Ensure c++NN effective target present in all C++17 testsJonathan Wakely2020-07-3125-0/+25
* Adjust text of expected warnings changed in PR c++/86568.Martin Sebor2020-07-013-10/+10
* libstdc++: Fixes for feature test macros (PR 91480)Jonathan Wakely2020-04-281-0/+6
* libstdc++: Add comparison operators for string and regex typesJonathan Wakely2020-04-172-2/+2
* libstdc++: Make string_view::copy usable in constant expressions (PR 94498)Jonathan Wakely2020-04-062-0/+64
* Update copyright years.Jakub Jelinek2020-01-0137-37/+37
* P0482R5 char8_t: Updates to existing standard library testsTom Honermann2019-02-221-0/+19
* Update copyright years.Jakub Jelinek2019-01-0137-37/+37
* Implement P0457R2 String Prefix and Suffix Checking.Edward Smith-Rowland2018-11-304-0/+192
* PR libstdc++/83511 add default argument to basic_string_view::substrJonathan Wakely2018-11-282-0/+76
* PR libstdc++/88084 - Implement LWG 2777Jonathan Wakely2018-11-192-0/+112
* Decorate string_view members with nonnull attributeJonathan Wakely2018-06-153-0/+91
* Update copyright years.Jakub Jelinek2018-01-0326-26/+26
* invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek2017-09-153-3/+3
* PR libstdc++/70483 make std::string_view fully constexprJonathan Wakely2017-09-1111-40/+599
* Fix missing returns in libstdc++ header and testsJonathan Wakely2017-06-162-2/+2
* Update copyright years.Jakub Jelinek2017-01-0123-23/+23
* testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_...Paolo Carlini2016-10-1225-97/+15
* re PR libstdc++/77717 (testsuite/21_strings/basic_string_view/operations/comp...Ville Voutilainen2016-09-261-2/+2
* Remove duplicate dg-options directiveJonathan Wakely2016-08-171-1/+0
* Implement std::string_view and P0254r2,Ville Voutilainen2016-07-2825-0/+1905