summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/substr
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2023-01-164-4/+4
* libstdc++: Enable string_view in freestandingArsen Arsenović2023-01-132-2/+12
* libstdc++: Rename tests like .../wchar_t/1.cc to .../wchar_t.ccJonathan Wakely2022-05-262-0/+0
* Update copyright years.Jakub Jelinek2022-01-034-4/+4
* libstdc++: Remove redundant -std=gnu++17 option from strings testsJonathan Wakely2021-05-104-4/+0
* Update copyright years.Jakub Jelinek2021-01-044-4/+4
* libstdc++: Ensure c++NN effective target present in all C++17 testsJonathan Wakely2020-07-312-0/+2
* Update copyright years.Jakub Jelinek2020-01-014-4/+4
* Update copyright years.Jakub Jelinek2019-01-014-4/+4
* PR libstdc++/83511 add default argument to basic_string_view::substrJonathan Wakely2018-11-282-0/+76
* Update copyright years.Jakub Jelinek2018-01-032-2/+2
* Update copyright years.Jakub Jelinek2017-01-012-2/+2
* testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_...Paolo Carlini2016-10-122-10/+2
* Implement std::string_view and P0254r2,Ville Voutilainen2016-07-282-0/+166