summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/21_strings/basic_string/operations
AgeCommit message (Expand)Author
2025-01-02Update copyright years.Jakub Jelinek
2024-01-03Update copyright years.Jakub Jelinek
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-01-16Update copyright years.Jakub Jelinek
2022-10-12libstdc++: Add __gnu_debug::basic_string<>::compare overloadsFrançois Dumont
2022-08-31libstdc++: [_GLIBCXX_DEBUG] Review nullptr assertion diagnosticsFrançois Dumont
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-07-19libstdc++: Complete __gnu_debug::string Standard conformityFrançois Dumont
2022-06-14libstdc++: Inline all basic_string::compare overloads [PR59048]Jonathan Wakely
2022-05-26libstdc++: Rename tests like .../wchar_t/1.cc to .../wchar_t.ccJonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek
2021-11-16libstdc++: Fix out-of-bound array accesses in testsuiteJonathan Wakely
2021-05-10libstdc++: Remove redundant -std=gnu++17 option from strings testsJonathan Wakely
2021-01-27libstdc++: Add string contains member functions for C++2bPaul Fee
2021-01-04Update copyright years.Jakub Jelinek
2020-07-31libstdc++: Ensure c++NN effective target present in all C++17 testsJonathan Wakely
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-11-30Implement P0457R2 String Prefix and Suffix Checking.Edward Smith-Rowland
2018-06-15PR libstdc++/86169 unshare COW string when non-const data() calledJonathan Wakely
2018-01-03Update copyright years.Jakub Jelinek
2017-01-06Add more tests for std::basic_string::findJonathan Wakely
2017-01-01Update copyright years.Jakub Jelinek
2016-10-12testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_...Paolo Carlini
2016-08-17PR 77264 constrain new std::basic_string overloadsJonathan Wakely
2016-08-01Add non-const std::basic_string::data() for C++17Jonathan Wakely
2016-07-28Implement std::string_view and P0254r2,Ville Voutilainen
2016-07-21Fix out-of-bound array accesses in libstdc++ testsuiteJonathan Wakely
2016-07-13Revert "Add non-const overload of std::string::data()"Jonathan Wakely
2016-07-13Add non-const overload of std::string::data()Jonathan Wakely
2016-01-04Update copyright years.Jakub Jelinek
2015-01-05Update copyright years.Jakub Jelinek
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford
2013-06-28*: Move inside testsuite/21_strings/basic_string/operations/data/.Paolo Carlini
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford
2010-06-03c++config (std::size_t, [...]): Provide typedefs.Paolo Carlini
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek
2005-08-17All files: Update FSF address.Kelley Cook
2004-09-28[multiple changes]Paolo Carlini