summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/27_io
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2019-01-011011-1011/+1011
* Fix filesystem::path tests that fail on WindowsJonathan Wakely2018-12-203-14/+38
* Add missing test from previous commitJonathan Wakely2018-12-201-0/+40
* LWG 2936: update path::compare logic and optimize string comparisonsJonathan Wakely2018-12-183-0/+102
* PR libstdc++/71044 fix off-by-one errors introduced recentlyJonathan Wakely2018-12-173-4/+76
* Fix handling of POSIX paths containing a root-nameJonathan Wakely2018-12-131-0/+4
* PR libstdc++/71044 optimize std::filesystem::path constructionJonathan Wakely2018-12-132-0/+56
* Fix [fs.path.gen] tests to use backslashes for mingwJonathan Wakely2018-12-132-14/+39
* Fix test to work when path::native() returns wstringJonathan Wakely2018-12-131-3/+3
* Disable new tests for configurations with no libstdc++fs.aJonathan Wakely2018-12-131-0/+1
* Overload std::distance and std::advance for path::iteratorJonathan Wakely2018-12-121-0/+18
* PR libstdc++/80762 avoid ambiguous __constructible_from<void, void>Jonathan Wakely2018-12-121-0/+29
* PR libstdc++/86910 fix filesystem::create_directoriesJonathan Wakely2018-11-291-0/+51
* Apply resolution for LWG DR 3096Jonathan Wakely2018-11-281-0/+20
* PR libstdc++/83306 make filesystem_error no-throw copyableJonathan Wakely2018-11-282-0/+204
* Clean up temporary files created by std::filesystem testsuiteJonathan Wakely2018-11-272-0/+2
* 48101_neg.cc: Remove dg-prune-output 'std' from regex pattern for versioned n...François Dumont2018-10-281-1/+1
* PR libstdc++/87618 fix typos in linker scriptJonathan Wakely2018-10-162-2/+20
* 10.cc: Add dg-require-fileio.Sandra Loosemore2018-08-3133-0/+55
* PR libstdc++/87116 fix path::lexically_normal() handling of dot-dotJonathan Wakely2018-08-281-3/+60
* PR libstdc++/86597 directory_entry observers should clear error_codeJonathan Wakely2018-08-081-0/+74
* P0935R0 Eradicating unnecessarily explicit default constructorsJonathan Wakely2018-07-065-0/+175
* LWG 2989 hide path iostream operators from normal lookupJonathan Wakely2018-06-181-0/+35
* PR libstdc++/86008 add std::quoted support for string_viewJonathan Wakely2018-06-064-2/+148
* Mark some Filesystem tests as XFAIL for mingwJonathan Wakely2018-06-052-0/+2
* PR libstdc++/78870 support std::filesystem on WindowsJonathan Wakely2018-05-3119-51/+134
* Refactor path construction from null terminated iterator rangesJonathan Wakely2018-05-234-24/+134
* Fix handling of an empty filename at end of a pathJonathan Wakely2018-05-232-1/+52
* Add support for opening file streams from wide character stringsJonathan Wakely2018-05-217-0/+430
* Fix std::filesystem::absolute for empty pathsJonathan Wakely2018-05-211-1/+5
* PR libstdc++/83891 fix path::is_absolute() for non-POSIX targetsJonathan Wakely2018-05-152-1/+63
* Remove unused headers from testsJonathan Wakely2018-05-1511-11/+0
* PR libstdc++/84159 fix appending strings to pathsJonathan Wakely2018-05-154-36/+246
* PR libstdc++/81256 fix exception handling in basic_filebuf::closeJonathan Wakely2018-05-141-0/+109
* PR libstdc++/85632 fix wraparound in filesystem::spaceJonathan Wakely2018-05-031-0/+9
* PR libstdc++/68197 fail on negative iword/pword indicesJonathan Wakely2018-05-021-0/+95
* PR libstdc++/85222 allow catching iostream errors as gcc4-compatible ios::fai...Jonathan Wakely2018-04-1012-91/+113
* Link with correct values-*.o files on Solaris (PR target/40411)Rainer Orth2018-01-121-1/+0
* PR libstdc++/83626 handle ENOENT due to filesystem raceJonathan Wakely2018-01-051-0/+20
* PR libstdc++/83626 Don't throw for remove("") and remove_all("")Jonathan Wakely2018-01-042-7/+107
* Update copyright years.Jakub Jelinek2018-01-03982-982/+982
* Add [[nodiscard]] attribute to C++17 componentsJonathan Wakely2017-11-231-0/+28
* PR libstdc++/83025 fix constraints for path overloads in <fstream>Jonathan Wakely2017-11-177-7/+54
* Minor improvements to Filesystem testsJonathan Wakely2017-11-152-1/+2
* Fix -Wreturn-type fallout.Martin Liska2017-11-063-0/+3
* PR libstdc++/82777 fix path normalization for dot-dotJonathan Wakely2017-11-011-0/+4
* Make filesystem::file_status default constructor non-explicit (LWG 2787)Jonathan Wakely2017-10-271-0/+84
* Provide filesystem::path overloads for file streams (LWG 2676, partial)Jonathan Wakely2017-10-277-0/+335
* Define std::filesystem::path::format enum (P0430R2)Jonathan Wakely2017-10-271-0/+116
* Fix filesystem::path::lexically_normal algorithmJonathan Wakely2017-10-2515-98/+168