summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/27_io/basic_filebuf
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2023-01-16220-220/+220
* libstdc++: basic_filebuf: don't flush more often than necessary [PR63746]Charles-François Natali2022-11-081-0/+38
* libstdc++: Add attribute to features deprecated in C++17 [PR91260]Jonathan Wakely2022-01-141-1/+1
* Update copyright years.Jakub Jelinek2022-01-03220-220/+220
* libstdc++: Move test that depends on wchar_t I/O to wchar_t sub-directoryJonathan Wakely2021-10-091-0/+0
* libstdc++: Remove redundant -std=gnu++17 options from filesystem testsJonathan Wakely2021-05-101-1/+1
* Update copyright years.Jakub Jelinek2021-01-04220-220/+220
* Update copyright years.Jakub Jelinek2020-01-01220-220/+220
* Update copyright years.Jakub Jelinek2019-01-01220-220/+220
* 10.cc: Add dg-require-fileio.Sandra Loosemore2018-08-3114-0/+26
* Add support for opening file streams from wide character stringsJonathan Wakely2018-05-211-0/+72
* PR libstdc++/81256 fix exception handling in basic_filebuf::closeJonathan Wakely2018-05-141-0/+109
* Update copyright years.Jakub Jelinek2018-01-03218-218/+218
* PR libstdc++/83025 fix constraints for path overloads in <fstream>Jonathan Wakely2017-11-171-1/+9
* Provide filesystem::path overloads for file streams (LWG 2676, partial)Jonathan Wakely2017-10-271-0/+41
* Use dg-require-fileio in new testJonathan Wakely2017-07-191-1/+1
* PR libstdc++/81395 fix crash when write follows large readJonathan Wakely2017-07-191-0/+46
* Update copyright years.Jakub Jelinek2017-01-01216-216/+216
* 12790-1.cc: Remove 'test' variables.Paolo Carlini2016-10-17198-237/+6
* testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_...Paolo Carlini2016-10-126-43/+24
* Use effective-target instead of -std optionsJonathan Wakely2016-08-262-4/+2
* Update copyright years.Jakub Jelinek2016-01-04216-216/+216
* Improve portability of named locale testsJohn Marino2015-11-1316-58/+58
* Fix invalid UTF-8 in wchar_t tests.John Marino2015-09-115-40/+10
* Update copyright years.Jakub Jelinek2015-01-05216-216/+216
* libstdc++.exp: Prefer -std=gnu++11.Paolo Carlini2014-10-161-1/+1
* Make streams movable and swappable.Jonathan Wakely2014-09-221-0/+28
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-02215-215/+215
* re PR libstdc++/59427 (Opening with ios::in | ios::app does not allow appending)Paolo Carlini2013-12-092-0/+78
* Update copyright in libstdc++-v3.Richard Sandiford2013-02-03213-234/+213
* re PR libstdc++/48566 (libstdc++-v3 testsuite failures due to missing includes)Paolo Carlini2011-04-121-1/+2
* re PR libstdc++/45841 (r164529 cris-elf libstdc++ 27_io/basic_filebuf/seekoff...David Krauss2010-10-062-0/+82
* re PR libstdc++/45628 (std::fstream::tellg invalidates I/O buffer)David Krauss2010-09-226-114/+210
* [multiple changes]Paolo Carlini2010-09-1533-33/+42
* 4.cc: New.Paolo Carlini2010-09-132-0/+170
* [multiple changes]Paolo Carlini2010-06-262-2/+2
* order_statistics_imp.hpp: Avoid -Wall warnings.Paolo Carlini2010-06-0810-31/+31
* c++config (std::size_t, [...]): Provide typedefs.Paolo Carlini2010-06-0316-39/+41
* libstdc++.exp (check_v3_target_binary_io): New.Joseph Myers2009-09-187-0/+8
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-09209-1086/+844
* [multiple changes]Paolo Carlini2009-03-251-0/+31
* 9425.cc: Use dg-require-fileio.Sandra Loosemore2008-06-023-0/+6
* basic_file_stdio.cc (fopen_mode): Add modes missing per DR 596.Paolo Carlini2007-11-081-3/+23
* re PR testsuite/31884 (priority_queue_dijkstra.cc operates on deallocated mem...Daniel Jacobowitz2007-08-171-0/+2
* 11.cc: Include <cstring>.Paolo Carlini2007-05-112-2/+6
* fstream.tcc (basic_filebuf<>::underflow): Don't call codecvt::in at all if _M...Paolo Carlini2007-03-271-0/+85
* libstdc++.exp (check_v3_target_fileio, [...]): New.Nathan Sidwell2007-03-1498-0/+196
* 9661-1.cc: Include <cstdlib>.Paolo Carlini2007-03-029-9/+18
* [multiple changes]Benjamin Kosnik2007-02-204-10/+3
* basic_file_stdio.cc: As an extension...Paolo Carlini2006-10-011-0/+51