summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/21_strings/basic_string_view
AgeCommit message (Expand)Author
2025-01-02Update copyright years.Jakub Jelinek
2024-02-02libstdc++: Allow explicit conversion of string views with different traitsJonathan Wakely
2024-01-03Update copyright years.Jakub Jelinek
2023-12-05libstdc++: Redefine __glibcxx_assert to work in C++23 constexprJonathan Wakely
2023-11-21libstdc++: Add freestanding feature test macros (P2407R5)Jonathan Wakely
2023-11-16libstdc++: Test for feature test macros more accuratelyJonathan Wakely
2023-11-02libstdc++: Add assertion to std::string_view::remove_suffix [PR112314]Jonathan 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-05-12libstdc++: Remove test dependencies on _GLIBCXX_USE_C99_STDINT_TR1Jonathan 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-08-04libstdc++: Make std::string_view(Range&&) constructor explicitJonathan 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-18libstdc++: Limit new basic_string(nullptr_t) constructor to C++23 [PR104099]Jonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek
2021-11-26libstdc++: Remove redundant xfail selectors in dg-do compile testsJonathan Wakely
2021-10-09libstdc++: Remove unnecessary uses of _GLIBCXX_USE_WCHAR_T in testsuite [PR98...Jonathan Wakely
2021-10-05libstdc++: Ensure std::span and std::string_view are trivially copyable (P225...Jonathan Wakely
2021-10-04libstdc++: Disable std::string{,_view} construction from nullptr (P2166R1)Jonathan Wakely
2021-08-04libstdc++: Add [[nodiscard]] to iterators and related utilitiesJonathan Wakely
2021-07-14libstdc++: Add noexcept-specifier to basic_string_view(It, End)Jonathan Wakely
2021-05-20libstdc++: Use __builtin_unreachable for constexpr assertions [PR 100676]Jonathan Wakely
2021-05-10libstdc++: Remove redundant -std=gnu++17 option from strings testsJonathan Wakely
2021-03-22libstdc++: Implement string_view range constructor for C++20Jonathan Wakely
2021-01-27libstdc++: Add string contains member functions for C++2bPaul Fee
2021-01-04Update copyright years.Jakub Jelinek
2020-11-09libstdc++: Make _GLIBCXX_DEBUG checks constexpr compatibleFrançois Dumont
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-03-05libstdc++: allow string_view insertion to work with <iosfwd> (PR 94051)Jonathan Wakely
2020-01-01Update copyright years.Jakub Jelinek
2019-11-17libstdc++: add range constructor for std::string_view (P1391R4)Jonathan Wakely
2019-06-11Fix ConstexprIterator requirements tests - No constexpr algorithms!Edward Smith-Rowland
2019-06-08Test for C++20 p0858 - ConstexprIterator requirements.Edward Smith-Rowland
2019-04-24Fix basic_string_view typedefs and enforce preconditionsJonathan Wakely
2019-02-23PR libstdc++/89446 fix null pointer dereference in char_traitsJonathan Wakely
2019-02-22P0482R5 char8_t: Updates to existing standard library testsTom Honermann
2019-02-19Adjust C++11/C++14 tests to work with -fchar8_tJonathan Wakely
2019-02-19P0482R5 char8_t: New standard library testsTom Honermann
2019-01-02Fix year range in libstdc++v3/testsuite/.../empty.cc copyright headerJoel Brobecker