summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/21_strings/basic_string/operators
AgeCommit message (Expand)Author
2025-01-02Update copyright years.Jakub Jelinek
2024-10-25libstdc++: Disable parts of new test that depend on constexpr std::stringJonathan Wakely
2024-10-25libstdc++: implement concatenation of strings and string_viewsGiuseppe D'Angelo
2024-01-03Update copyright years.Jakub Jelinek
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from 21_strings testsJonathan Wakely
2023-01-16Update copyright years.Jakub Jelinek
2022-08-31libstdc++: Add [[nodiscard]] attribute to <string> and <string_view>Jonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek
2021-11-19libstdc++: Suppress -Wstringop warnings [PR103332]Jonathan Wakely
2021-05-10libstdc++: Remove redundant -std=gnu++17 option from strings testsJonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-07-31libstdc++: Ensure c++NN effective target present in all C++17 testsJonathan Wakely
2020-04-17libstdc++: Add comparison operators for string and regex typesJonathan Wakely
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
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-26Use effective-target instead of -std optionsJonathan Wakely
2016-07-28Implement std::string_view and P0254r2,Ville Voutilainen
2016-01-04Update copyright years.Jakub Jelinek
2015-09-101.cc: Verify the string contents.Jonathan Wakely
2015-03-30re PR libstdc++/65630 (operator+ for new std::string not exported)Jonathan Wakely
2015-01-05Update copyright years.Jakub Jelinek
2014-10-15shrink_to_fit.cc: Prefer -std=gnu++11.Paolo Carlini
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford
2010-12-194.cc: New.Paolo Carlini
2010-12-17basic_string.h (operator+(basic_string<>&&, const basic_string<>&), [...]): Add.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
2003-09-23locale_facets.tcc: Tweak to avoid warnings.Benjamin Kosnik
2003-07-28testsuite_hooks.h: Remove list include.Benjamin Kosnik
2003-03-18Reshuffle 21_strings testsuite.Paolo Carlini