aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/27_io/basic_stringstream
AgeCommit message (Expand)AuthorFilesLines
7 dayslibstdc++: Fix comments in <sstream> tests that mention basic_filebufJonathan Wakely2-4/+4
2024-01-03Update copyright years.Jakub Jelinek25-25/+25
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from 27_io testsJonathan Wakely7-14/+7
2023-02-02libstdc++: Define std::basic_stringbuf::view() for old std::string ABIJonathan Wakely2-2/+0
2023-01-16Update copyright years.Jakub Jelinek25-25/+25
2022-01-03Update copyright years.Jakub Jelinek25-25/+25
2021-11-24libstdc++: Replace hyphens in effective target keywordsJonathan Wakely6-6/+6
2021-11-19libstdc++: Improve tests for stringstream constructors in C++20Jonathan Wakely2-29/+211
2021-02-12libstdc++: Only use dynamic_cast in tests when RTTI is enabledJonathan Wakely2-6/+14
2021-01-18libstdc++: Fix narrow char test to use stringbuf not wstringbufJonathan Wakely1-1/+1
2021-01-04Update copyright years.Jakub Jelinek25-25/+25
2020-11-10libstdc++: Add remaining C++20 additions to <sstream> [P0408R7]Jonathan Wakely4-3/+215
2020-11-05libstdc++: Fix new <sstream> constructorsJonathan Wakely1-8/+43
2020-11-04libstdc++: Fix default mode of new basic_stringstream constructor [PR 97719]Jonathan Wakely1-0/+40
2020-10-28libstdc++: Implement C++20 features for <sstream>Thomas Rodgers4-0/+240
2020-01-01Update copyright years.Jakub Jelinek18-18/+18
2019-01-01Update copyright years.Jakub Jelinek18-18/+18
2018-07-06P0935R0 Eradicating unnecessarily explicit default constructorsJonathan Wakely1-0/+35
2018-01-03Update copyright years.Jakub Jelinek17-17/+17
2017-07-10PR libstdc++/81338 correctly manage string capacityJonathan Wakely1-0/+40
2017-01-01Update copyright years.Jakub Jelinek16-16/+16
2016-10-1712790-1.cc: Remove 'test' variables.Paolo Carlini11-17/+1
2016-08-26Use effective-target instead of -std optionsJonathan Wakely2-2/+2
2016-01-04Update copyright years.Jakub Jelinek16-16/+16
2015-01-05Update copyright years.Jakub Jelinek16-16/+16
2014-09-22Make streams movable and swappable.Jonathan Wakely2-0/+182
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford14-14/+14
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford14-16/+14
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek14-86/+56
2007-02-20[multiple changes]Benjamin Kosnik4-10/+3
2006-01-031.cc: Initialize vars.Paolo Carlini2-4/+5
2005-10-05re PR libstdc++/24198 (Remove from the testsuite gnu_char_type (or fix it))Paolo Carlini1-90/+3
2005-08-17All files: Update FSF address.Kelley Cook14-14/+14
2005-04-07test.html: Update.Benjamin Kosnik1-1/+2
2004-08-152832.cc: Remove junk.Paolo Carlini8-18/+311
2004-04-199555-ic.cc: Clarify assertion, set test variable to false before assert.Benjamin Kosnik2-6/+5
2004-01-04re PR c++/12226 (g++ fails to enforce accessibility requirement for copy cons...Mark Mitchell1-1/+1
2003-09-23locale_facets.tcc: Tweak to avoid warnings.Benjamin Kosnik7-10/+8
2003-07-24*: Change __gnu_cxx_test to __gnu_test.Benjamin Kosnik1-1/+1
2003-04-233.cc: _S_pback_size now belongs to basic_filebuf.Paolo Carlini1-7/+0
2003-04-10Reshuffle 27_io testsuite.Benjamin Kosnik9-0/+625