aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/src/filesystem
AgeCommit message (Expand)AuthorFilesLines
2016-09-28Check for overflow in filesystem::last_write_timeJonathan Wakely1-11/+19
2016-08-15ops.cc: Always include ostream and ext/stdio_filebuf.h.Uros Bizjak1-22/+29
2016-07-04re PR libstdc++/71313 ([Filesystem TS] remove_all fails to remove directory c...Ville Voutilainen1-1/+1
2016-06-06libstdc++/71320 Add or remove file permissions correctlyJonathan Wakely1-0/+22
2016-05-10libstdc++/71038 fix error checks in filesystem::copy_fileJonathan Wakely1-1/+1
2016-05-10libstdc++/71036 Handle EEXIST in filesystem::create_directoryJonathan Wakely1-4/+8
2016-05-10libstdc++/71037 Add base path to filesystem::canonical exceptionsJonathan Wakely1-2/+3
2016-04-29Remove trailing whitespace from libstdc++-v3 filesChris Gregory2-2/+2
2016-04-19libstdc++/70609 fix filesystem::copy()Jonathan Wakely1-17/+46
2016-04-19Add noexcept to Filesystem TS operatorsJonathan Wakely1-4/+4
2016-01-04Update copyright years.Jakub Jelinek7-7/+7
2015-10-03Enable dual ABI for Filesystem libraryJonathan Wakely8-4/+113
2015-10-02Allow Filesystem TS to compile without wchar_tJonathan Wakely1-1/+5
2015-10-02PR libstdc++/67747 use readdir instead of readdir_rJonathan Wakely1-32/+25
2015-09-23Limit number of symlinks that canonical() will resolveJonathan Wakely1-33/+27
2015-09-23Fix semantics of Filesystem TS directory iteratorsJonathan Wakely1-59/+49
2015-09-23Fix filesystem::create_directories() functionJonathan Wakely1-6/+41
2015-09-16Implement filesystem::canonical() without realpathJonathan Wakely1-12/+87
2015-09-11Fix filesystem::canonical on Solaris 10.Jonathan Wakely1-1/+6
2015-07-24libstdc++-v3/fragment.am (AM_CPPFLAGS): Add CPPFLAGSMichael Haubenwallner1-1/+1
2015-05-26locale_conv.h: Fix copyright years.Jonathan Wakely1-1/+1
2015-05-15ops.cc (stat_type): Define alias for struct stat and use throughout the file.Jonathan Wakely1-42/+71
2015-05-14re PR libstdc++/66011 (call to '__open_missing_mode' declared with attribute ...Jonathan Wakely1-21/+29
2015-05-13libstdc++: Bump to automake 1.11.6Michael Haubenwallner1-9/+44
2015-05-02fs_path.h (filesystem_error::~filesystem_error): Declare.Jonathan Wakely1-0/+2
2015-05-02ops.cc (last_write_time): Set timespec members explicitly instead of with a b...Jonathan Wakely1-7/+9
2015-05-01* src/filesystem/path.cc (path::compare): Do not copy strings.Jonathan Wakely1-2/+8
2015-05-01acinclude.m4 (GLIBCXX_ENABLE_FILESYSTEM_TS): Disable when <dirent.h> is not a...Jonathan Wakely2-16/+48
2015-05-01fs_path.h (path::_List): Use vector instead of list.Jonathan Wakely1-6/+5
2015-04-30Implement N4100 File System TSJonathan Wakely5-0/+2790