summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/21_strings/basic_string/allocator/wchar_t
AgeCommit message (Expand)Author
2025-04-29libstdc++: Fix allocator propagation for rvalue+rvalue string concatenationJonathan Wakely
2025-01-02Update copyright years.Jakub Jelinek
2024-01-03Update copyright years.Jakub Jelinek
2023-01-16Update copyright years.Jakub Jelinek
2022-01-03Update copyright years.Jakub Jelinek
2021-11-24libstdc++: Replace hyphens in effective target keywordsJonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-10-14libstdc++: Improve comments in std::string testsJonathan Wakely
2020-10-14libstdc++: Enable tests that incorrectly require cxx11-abiJonathan Wakely
2020-01-01Update copyright years.Jakub Jelinek
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-01-01Update copyright years.Jakub Jelinek
2018-07-05PR libstdc++/58265 implement LWG 2063 for COW stringsJonathan Wakely
2018-01-03Update copyright years.Jakub Jelinek
2017-02-01PR libstdc++/79254 simplify exception-safety in copy assignmentJonathan Wakely
2017-01-27PR libstdc++/79254 fix exception-safety in std::string::operator=Jonathan Wakely
2017-01-13Define cxx11-abi effective target for libstdc++ testsJonathan 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-26Use effective-target instead of -std optionsJonathan Wakely
2016-08-02Fix std::wstring allocator testsJonathan Wakely
2016-01-04Update copyright years.Jakub Jelinek
2015-10-02minimal.cc: Minor tweaks to match narrow char version.Jonathan Wakely
2015-10-02Fix tests that fail with old std::stringJonathan Wakely
2015-09-11Implement N4258 noexcept for std::basic_string.Jonathan Wakely