summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/21_strings/basic_string/cons
AgeCommit message (Expand)Author
2025-07-24libstdc++: Expand compile-time ranges tests for vector and basic_string.Tomasz Kamiński
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-08-01libstdc++: Constrain std::basic_string default constructor [PR113841]Jonathan Wakely
2024-01-03Update copyright years.Jakub Jelinek
2023-11-16libstdc++: Test for feature test macros more accuratelyJonathan Wakely
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from 21_strings testsJonathan Wakely
2023-01-16Update copyright years.Jakub Jelinek
2022-11-08libstdc++: Fix -Wsystem-headers warnings in testsJonathan Wakely
2022-08-31libstdc++: Add [[nodiscard]] attribute to <string> and <string_view>Jonathan Wakely
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-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-16libstdc++: Implement constexpr std::basic_string for C++20Michael de Lang
2021-10-04libstdc++: Disable std::string{,_view} construction from nullptr (P2166R1)Jonathan 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-01-04Update copyright years.Jakub Jelinek
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-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-02-28libstdc++: Fix failing test in debug modeJonathan Wakely
2020-01-01Update copyright years.Jakub Jelinek
2019-02-22P0482R5 char8_t: Updates to existing standard library testsTom Honermann
2019-01-04Add allocator-extended copy/move ctors to COW stringJonathan Wakely
2019-01-01Update copyright years.Jakub Jelinek
2018-07-05Add xfail-if to some tests that fail with COW stringsJonathan Wakely
2018-07-05PR libstdc++/58265 implement LWG 2063 for COW stringsJonathan Wakely
2018-07-04re PR libstdc++/86272 (__gnu_debug::string uses undefined __glibcxx_check_ins...François Dumont
2018-06-22PR libstdc++/86138 prevent implicit instantiation of COW empty repJonathan Wakely
2018-06-16LWG 3076 basic_string CTAD ambiguityJonathan Wakely
2018-06-14LWG 3075 basic_string needs deduction guides from basic_string_viewJonathan Wakely
2018-01-03Update copyright years.Jakub Jelinek
2017-09-20PR libstdc++/79162 Fix std::string regression due to LWG 2946Jonathan Wakely
2017-09-15invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek
2017-06-16PR libstdc++/81092 add std::wstring symbols and bump library versionJonathan Wakely
2017-06-14Fix libstdc++ testsuite failures with -D_GLIBCXX_USE_CXX11_ABI=0Jonathan Wakely
2017-06-07Add C++17 deduction guide for std::basic_string (P0433R2, partial)Jonathan Wakely
2017-03-14PR libstdc++/79162 disambiguate assignment from string_viewJonathan Wakely
2017-01-01Update copyright years.Jakub Jelinek