aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/21_strings
AgeCommit message (Expand)Author
2017-06-17Get rid of dg-skip-if etc. default argsRainer Orth
2017-06-16PR libstdc++/81092 add std::wstring symbols and bump library versionJonathan Wakely
2017-06-16Fix missing returns in libstdc++ header and testsJonathan Wakely
2017-06-15Use pthread effective-target in testsuiteRainer Orth
2017-06-14Fix libstdc++ testsuite failures with -D_GLIBCXX_USE_CXX11_ABI=0Jonathan Wakely
2017-06-12Finish implementing P0426R1 "Constexpr for std::char_traits" for C++17Pedro Alves
2017-06-07Add C++17 deduction guide for std::basic_string (P0433R2, partial)Jonathan Wakely
2017-06-02PR libstdc++/80624 satisfy invariant for char_traits<char16_t>::eof()Jonathan Wakely
2017-04-03Implement P0426R1 "Constexpr for std::char_traits" for C++17 (partial)Jonathan Wakely
2017-03-14PR libstdc++/79162 disambiguate assignment from string_viewJonathan Wakely
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-06Add more tests for std::basic_string::findJonathan Wakely
2017-01-01 Update copyright years.Jakub Jelinek
2016-12-12[libstdc++][testsuite] XFAIL tests relying on long double-to-string conversio...Kyrylo Tkachov
2016-11-15Fix find&replace error in license boilerplateJonathan Wakely
2016-11-15Add std::string constructor for substring of string_view (LWG 2742)Jonathan Wakely
2016-11-13Implement P0403R1, Literal suffixes for basic_string_view.Ville Voutilainen
2016-10-122016-10-12 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini
2016-09-26 PR libstdc++/77717Ville Voutilainen
2016-09-23Avoid reallocation for basic_string::clear()Jonathan Wakely
2016-09-14Fix dg-require before dg-run directives in testsuite.Christophe Lyon
2016-08-26Use effective-target instead of -std optionsJonathan Wakely
2016-08-26Add new std::basic_string constructor (LWG 2583)Jonathan Wakely
2016-08-19Simplify dg-options for tests using pthreadsJonathan Wakely
2016-08-17Remove duplicate dg-options directiveJonathan Wakely
2016-08-17PR 77264 constrain new std::basic_string overloadsJonathan Wakely
2016-08-11 Implement LWG 2758.Ville Voutilainen
2016-08-02Fix std::wstring allocator testsJonathan Wakely
2016-08-01Add non-const std::basic_string::data() for C++17Jonathan Wakely
2016-07-28 Implement std::string_view and P0254r2,Ville Voutilainen
2016-07-22Move allocator in std::string and RB tree move constructorsJonathan Wakely
2016-07-21Fix out-of-bound array accesses in libstdc++ testsuiteJonathan Wakely
2016-07-13Revert "Add non-const overload of std::string::data()"Jonathan Wakely
2016-07-13Add non-const overload of std::string::data()Jonathan Wakely
2016-02-04Test for C99 stdlib.h functions with -std=c++98Jonathan Wakely
2016-01-06Remove noexcept from function template that can throwJonathan Wakely
2016-01-04 Update copyright years.Jakub Jelinek
2015-11-14Fix std::wstring capacity test for short wchar_tJonathan Wakely
2015-11-13More fine-grained autoconf checks for C99 libraryJennifer Yao
2015-10-02Fix testsuite failures with --disable-wchar_tJonathan Wakely
2015-10-02 * testsuite/21_strings/basic_string/allocator/wchar_t/minimal.cc:Jonathan Wakely
2015-10-02Fix tests that fail with old std::stringJonathan Wakely
2015-09-29Leave errno unchanged by successful std::stoi etcJonathan Wakely
2015-09-11Implement N4258 noexcept for std::basic_string.Jonathan Wakely
2015-09-10 * testsuite/21_strings/basic_string/operators/char/1.cc: Verify theJonathan Wakely
2015-09-03libstdc++: Run tests on RTEMSSebastian Huber
2015-08-24 PR libstdc++/65049Jonathan Wakely
2015-04-29 PR libstdc++/64657Jonathan Wakely