summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/21_strings
AgeCommit message (Expand)Author
2025-09-27libstdc++: Fix VERIFY(idx = 1) bugs in testsJonathan Wakely
2025-07-24libstdc++: Expand compile-time ranges tests for vector and basic_string.Tomasz Kamiński
2025-05-21[testsuite] tolerate missing std::stoldAlexandre Oliva
2025-04-29libstdc++: Fix allocator propagation for rvalue+rvalue string concatenationJonathan Wakely
2025-04-15libstdc++: Fix std::string construction from volatile char* [PR119748]Jonathan Wakely
2025-04-11libstdc++: Define __cpp_lib_containers_ranges in appropriate headers [PR111055]Tomasz Kamiński
2025-04-11libstdc++: Add P1206R7 from_range members to std::string [PR111055]Jonathan Wakely
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-09-10libstdc++: std::string move assignment should not use POCCA trait [PR116641]Jonathan Wakely
2024-09-03libstdc++: Add missing feature-test macro in various headersDhruv Chawla
2024-08-01libstdc++: Constrain std::basic_string default constructor [PR113841]Jonathan Wakely
2024-04-08libstdc++: Fix tests that fail with -fno-char8_tJonathan Wakely
2024-02-12libstdc++: Fix constexpr basic_string union member [PR113294]Paul Keir
2024-02-02libstdc++: Allow explicit conversion of string views with different traitsJonathan Wakely
2024-01-05libstdc++: Fix std::char_traits<C>::move [PR113200]Jonathan Wakely
2024-01-03Update copyright years.Jakub Jelinek
2023-12-05libstdc++: Redefine __glibcxx_assert to work in C++23 constexprJonathan Wakely
2023-11-21libstdc++: Do not declare strtok for C++26 freestanding (P2937R0)Jonathan Wakely
2023-11-21libstdc++: Add freestanding feature test macros (P2407R5)Jonathan Wakely
2023-11-16libstdc++: Test for feature test macros more accuratelyJonathan Wakely
2023-11-02libstdc++: Add assertion to std::string_view::remove_suffix [PR112314]Jonathan Wakely
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-09-15libstdc++: Remove dg-options "-std=c++20" from <span> and <cuchar> testsJonathan Wakely
2023-08-17libstdc++: Implement std::to_string in terms of std::format (P2587R3)Jonathan Wakely
2023-08-17libstdc++: Optimize std::to_string using std::string::resize_and_overwriteJonathan Wakely
2023-08-17libstdc++: Define std::string::resize_and_overwrite for C++11 and COW stringJonathan Wakely
2023-08-16libstdc++: Fix std::basic_string::resize_and_overwriteJonathan Wakely
2023-07-19libstdc++: Enable tests for std::stoi etc. unconditionally [PR110653]Jonathan Wakely
2023-05-12libstdc++: Remove test dependencies on _GLIBCXX_USE_C99_STDINT_TR1Jonathan Wakely
2023-05-11libstdc++: Enforce value_type consistency in strings and streamsJonathan Wakely
2023-03-22libstdc++: Use rvalues in std::string::resize_and_overwrite (LWG 3645)Jonathan Wakely
2023-02-04libstdc++: Optimize basic_string move assignmentFrançois Dumont
2023-01-16Update copyright years.Jakub Jelinek
2023-01-13libstdc++: Fix a few !HOSTED test regressionsArsen Arsenović
2023-01-13libstdc++: Enable string_view in freestandingArsen Arsenović
2022-11-08libstdc++: Fix -Wsystem-headers warnings in testsJonathan Wakely
2022-10-12libstdc++: Add __gnu_debug::basic_string<>::compare overloadsFrançois Dumont
2022-10-03libstdc++: Disable hosted-only tests [PR103626]Arsen Arsenović
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-08-04libstdc++: Make std::string_view(Range&&) constructor explicitJonathan Wakely
2022-07-19libstdc++: Complete __gnu_debug::string Standard conformityFrançois Dumont
2022-06-17libstdc++: Add missing #include <string> to new testJonathan Wakely
2022-06-16libstdc++: Support constexpr global std::string for size < 15 [PR105995]Jonathan Wakely
2022-06-14libstdc++: Inline all basic_string::compare overloads [PR59048]Jonathan Wakely
2022-06-10libstdc++: Make std::hash<basic_string<>> allocator-agnostic (LWG 3705)Jonathan Wakely