summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/21_strings/basic_string_view
Commit message (Expand)AuthorAgeFilesLines
* libstdc++: Fix macro checked by testJonathan Wakely2022-04-201-1/+1
* libstdc++: Limit new basic_string(nullptr_t) constructor to C++23 [PR104099]Jonathan Wakely2022-01-182-2/+4
* Update copyright years.Jakub Jelinek2022-01-03110-110/+110
* libstdc++: Remove redundant xfail selectors in dg-do compile testsJonathan Wakely2021-11-266-6/+6
* libstdc++: Remove unnecessary uses of _GLIBCXX_USE_WCHAR_T in testsuite [PR98...Jonathan Wakely2021-10-096-24/+0
* libstdc++: Ensure std::span and std::string_view are trivially copyable (P225...Jonathan Wakely2021-10-051-0/+11
* libstdc++: Disable std::string{,_view} construction from nullptr (P2166R1)Jonathan Wakely2021-10-042-2/+2
* libstdc++: Add [[nodiscard]] to iterators and related utilitiesJonathan Wakely2021-08-042-8/+8
* libstdc++: Add noexcept-specifier to basic_string_view(It, End)Jonathan Wakely2021-07-141-4/+14
* libstdc++: Use __builtin_unreachable for constexpr assertions [PR 100676]Jonathan Wakely2021-05-206-6/+6
* libstdc++: Remove redundant -std=gnu++17 option from strings testsJonathan Wakely2021-05-1097-97/+19
* libstdc++: Implement string_view range constructor for C++20Jonathan Wakely2021-03-222-0/+340
* libstdc++: Add string contains member functions for C++2bPaul Fee2021-01-273-0/+135
* Update copyright years.Jakub Jelinek2021-01-04105-105/+105
* libstdc++: Make _GLIBCXX_DEBUG checks constexpr compatibleFrançois Dumont2020-11-099-0/+311
* libstdc++: Avoid warnings in testsJonathan Wakely2020-10-293-0/+9
* libstdc++: Ensure c++NN effective target present in all C++17 testsJonathan Wakely2020-07-3167-16/+69
* Adjust text of expected warnings changed in PR c++/86568.Martin Sebor2020-07-015-16/+16
* 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-176-184/+686
* libstdc++: Make string_view::copy usable in constant expressions (PR 94498)Jonathan Wakely2020-04-062-0/+64
* libstdc++: allow string_view insertion to work with <iosfwd> (PR 94051)Jonathan Wakely2020-03-051-0/+28
* Update copyright years.Jakub Jelinek2020-01-0191-91/+91
* libstdc++: add range constructor for std::string_view (P1391R4)Jonathan Wakely2019-11-171-0/+42
* Fix ConstexprIterator requirements tests - No constexpr algorithms!Edward Smith-Rowland2019-06-111-1/+5
* Test for C++20 p0858 - ConstexprIterator requirements.Edward Smith-Rowland2019-06-081-0/+42
* Fix basic_string_view typedefs and enforce preconditionsJonathan Wakely2019-04-246-8/+54
* PR libstdc++/89446 fix null pointer dereference in char_traitsJonathan Wakely2019-02-232-0/+56
* P0482R5 char8_t: Updates to existing standard library testsTom Honermann2019-02-222-4/+26
* Adjust C++11/C++14 tests to work with -fchar8_tJonathan Wakely2019-02-192-5/+17
* P0482R5 char8_t: New standard library testsTom Honermann2019-02-193-0/+161
* Fix year range in libstdc++v3/testsuite/.../empty.cc copyright headerJoel Brobecker2019-01-021-1/+1
* Update copyright years.Jakub Jelinek2019-01-0182-82/+82
* 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
* 10.cc: Add dg-require-fileio.Sandra Loosemore2018-08-311-0/+1
* Remove dg-require-cstdint directive from testsJonathan Wakely2018-07-262-2/+0
* Decorate string_view members with nonnull attributeJonathan Wakely2018-06-155-0/+149
* Update copyright years.Jakub Jelinek2018-01-0369-69/+69
* Add [[nodiscard]] attribute to C++17 componentsJonathan Wakely2017-11-231-0/+28
* invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek2017-09-155-5/+5
* PR libstdc++/70483 make std::string_view fully constexprJonathan Wakely2017-09-1121-60/+1041
* Fix missing returns in libstdc++ header and testsJonathan Wakely2017-06-162-2/+2
* Update copyright years.Jakub Jelinek2017-01-0163-63/+63
* Fix find&replace error in license boilerplateJonathan Wakely2016-11-151-1/+1
* Implement P0403R1, Literal suffixes for basic_string_view.Ville Voutilainen2016-11-132-0/+117
* testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_...Paolo Carlini2016-10-1251-155/+21
* 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