summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/21_strings/basic_string
AgeCommit message (Expand)Author
2022-08-03libstdc++: Support constexpr global std::string for size < 15 [PR105995]Jonathan Wakely
2022-01-18libstdc++: Limit new basic_string(nullptr_t) constructor to C++23 [PR104099]Jonathan Wakely
2022-01-14libstdc++: Add attribute to features deprecated in C++17 [PR91260]Jonathan Wakely
2022-01-05libstdc++: Fix overconstrained std::string constructor [PR103919]Jonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek
2021-11-30libstdc++: Fix tests that fail with fully-dynamic-stringJonathan Wakely
2021-11-30libstdc++: Fix fully-dynamic-string buildJonathan Wakely
2021-11-24libstdc++: Replace hyphens in effective target keywordsJonathan Wakely
2021-11-19libstdc++: Suppress -Wstringop warnings [PR103332]Jonathan Wakely
2021-11-19libstdc++: Begin lifetime of chars in constexpr std::string [PR103295]Jonathan Wakely
2021-11-16libstdc++: Fix tests for constexpr std::stringJonathan Wakely
2021-11-16libstdc++: Implement constexpr std::basic_string for C++20Michael de Lang
2021-11-16libstdc++: Fix out-of-bound array accesses in testsuiteJonathan Wakely
2021-11-16libstdc++: Fix typos in testsJonathan Wakely
2021-10-26Make full use of context-sensitive ranges in access warnings.Martin Sebor
2021-10-16libstdc++: Define std::basic_string::resize_and_overwrite for C++23 (P1072R10)Jonathan Wakely
2021-10-09libstdc++: Remove unnecessary uses of _GLIBCXX_USE_WCHAR_T in testsuite [PR98...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-06-18libstdc++: Suppress -Wstringop-overread warning in testJonathan Wakely
2021-05-10libstdc++: Remove redundant -std=gnu++17 option from strings testsJonathan Wakely
2021-05-10libstdc++: Remove redundant -std=gnu++17 option from PMR testsJonathan Wakely
2021-03-25libstdc++: Fix and complete __gnu_debug::basic_string implementationFrançois Dumont
2021-01-27libstdc++: Add string contains member functions for C++2bPaul Fee
2021-01-04Update copyright years.Jakub Jelinek
2020-10-29libstdc++: Avoid warnings in testsJonathan Wakely
2020-10-20Convert -Wrestrict pass to ranger.Aldy Hernandez
2020-10-14libstdc++: Fix tests that fail with old std::string ABIJonathan Wakely
2020-10-14libstdc++: Improve comments in std::string testsJonathan Wakely
2020-10-14libstdc++: Enable tests that incorrectly require cxx11-abiJonathan Wakely
2020-10-14libstdc++: Implement LWG 3706 for COW stringsJonathan Wakely
2020-08-12libstdc++: Make self-move well-defined for containers [PR 85828]Jonathan Wakely
2020-08-06libstdc++: Implement P0966 std::string::reserve should not shrinkAndrew Luo
2020-08-06libstdc++: Do not set eofbit eagerly in operator>>(istream&, char(&)[N])Jonathan Wakely
2020-07-31libstdc++: Ensure c++NN effective target present in all C++17 testsJonathan Wakely
2020-06-30Revert "Add a __nonnnull__ attribute to std::string's _CharT* constructor"Ville Voutilainen
2020-06-29Add a __nonnnull__ attribute to std::string's _CharT* constructorVille Voutilainen
2020-04-22libstdc++: Improve tests for __cpp_lib_erase_if macroJonathan Wakely
2020-04-17libstdc++: Add comparison operators for string and regex typesJonathan Wakely
2020-02-28libstdc++: Fix failing test in debug modeJonathan Wakely
2020-01-01Update copyright years.Jakub Jelinek
2019-06-12Replace std::to_string for integers with optimized versionJonathan Wakely
2019-05-30LWG2788 basic_string spurious use of a default constructible allocatorNina Dinka Ranns
2019-05-17Move from state of allocators (LWG2593)François Dumont
2019-05-14Inconsistency wrt Allocators in basic_string assignment (LWG2579)Nina Dinka Ranns
2019-05-07Make allocator propagation more consistent for operator+(basic_string) (P1165R1)Nina Dinka Ranns
2019-04-26Fix tests that fail with _GLIBCXX_USE_CXX11_ABI=0Jonathan Wakely
2019-04-03Define std::hash specializations for C++17 PMR stringsJonathan 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