summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/21_strings/basic_string/operations
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2023-01-1632-32/+32
* libstdc++: Add __gnu_debug::basic_string<>::compare overloadsFrançois Dumont2022-10-129-35/+35
* libstdc++: [_GLIBCXX_DEBUG] Review nullptr assertion diagnosticsFrançois Dumont2022-08-316-12/+12
* 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++: Complete __gnu_debug::string Standard conformityFrançois Dumont2022-07-1912-64/+64
* libstdc++: Inline all basic_string::compare overloads [PR59048]Jonathan Wakely2022-06-141-0/+7
* libstdc++: Rename tests like .../wchar_t/1.cc to .../wchar_t.ccJonathan Wakely2022-05-2610-0/+0
* Update copyright years.Jakub Jelinek2022-01-0332-32/+32
* libstdc++: Fix out-of-bound array accesses in testsuiteJonathan Wakely2021-11-161-2/+2
* libstdc++: Remove redundant -std=gnu++17 option from strings testsJonathan Wakely2021-05-107-7/+0
* libstdc++: Add string contains member functions for C++2bPaul Fee2021-01-274-2/+132
* Update copyright years.Jakub Jelinek2021-01-0430-30/+30
* libstdc++: Ensure c++NN effective target present in all C++17 testsJonathan Wakely2020-07-316-0/+6
* Update copyright years.Jakub Jelinek2020-01-0130-30/+30
* Update copyright years.Jakub Jelinek2019-01-0130-30/+30
* Implement P0457R2 String Prefix and Suffix Checking.Edward Smith-Rowland2018-11-304-0/+224
* PR libstdc++/86169 unshare COW string when non-const data() calledJonathan Wakely2018-06-151-0/+37
* Update copyright years.Jakub Jelinek2018-01-0326-26/+26
* Add more tests for std::basic_string::findJonathan Wakely2017-01-062-0/+82
* Update copyright years.Jakub Jelinek2017-01-0124-24/+24
* testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_...Paolo Carlini2016-10-1226-60/+14
* PR 77264 constrain new std::basic_string overloadsJonathan Wakely2016-08-172-0/+61
* Add non-const std::basic_string::data() for C++17Jonathan Wakely2016-08-012-0/+80
* Implement std::string_view and P0254r2,Ville Voutilainen2016-07-284-0/+288
* Fix out-of-bound array accesses in libstdc++ testsuiteJonathan Wakely2016-07-211-3/+3
* Revert "Add non-const overload of std::string::data()"Jonathan Wakely2016-07-132-80/+0
* Add non-const overload of std::string::data()Jonathan Wakely2016-07-132-0/+80
* Update copyright years.Jakub Jelinek2016-01-0420-20/+20
* Update copyright years.Jakub Jelinek2015-01-0520-20/+20
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-0220-20/+20
* *: Move inside testsuite/21_strings/basic_string/operations/data/.Paolo Carlini2013-06-2822-0/+1558
* Update copyright in libstdc++-v3.Richard Sandiford2013-02-032-2/+2
* c++config (std::size_t, [...]): Provide typedefs.Paolo Carlini2010-06-032-4/+4
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-092-10/+8
* All files: Update FSF address.Kelley Cook2005-08-172-2/+2
* [multiple changes]Paolo Carlini2004-09-282-0/+84