]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/src/filesystem/ops.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / src / filesystem / ops.cc
2019-01-01  Jakub JelinekUpdate copyright years.
2018-11-29  Jonathan WakelyPR libstdc++/86910 fix filesystem::create_directories
2018-05-31  Jonathan WakelyPR libstdc++/78870 support std::filesystem on Windows
2018-05-03  Jonathan WakelyPR libstdc++/85632 fix wraparound in filesystem::space
2018-03-09  Jonathan WakelyUse non-throwing is_directory in filesystem::create_dir...
2018-01-05  Jonathan WakelyPR libstdc++/83626 simplify filesystem::remove and...
2018-01-05  Jonathan WakelyPR libstdc++/83626 handle ENOENT due to filesystem...
2018-01-04  Jonathan WakelyPR libstdc++/83626 Don't throw for remove("") and remov...
2018-01-03  Jakub JelinekUpdate copyright years.
2017-10-25  Jonathan WakelyPR libstdc++/79283 fix filesystem::read_symlink for...
2017-10-23  Jonathan WakelyImplement C++17 Filesystem library
2017-01-01  Jakub JelinekUpdate copyright years.
2016-11-12  Jonathan Wakely* src/filesystem/ops.cc (is_empty): Fix typo in excepti...
2016-10-27  Uros BizjakPR70975 Pass valid offset argument to sendfile
2016-10-26  Jonathan WakelyPR78111 fix fallback code for filesystem::canonical
2016-10-25  Jonathan WakelyHandle negative times in filesystem::last_write_time
2016-10-25  Jonathan WakelyFix error handling in copy_file and equivalent
2016-10-24  Jonathan WakelyFix error handling in filesystem::is_empty
2016-10-24  Jonathan WakelyPR71337 fix filesystem::temp_directory_path error handling
2016-10-24  Jonathan WakelyDo not retry failed close(3) in filesystem::copy
2016-10-24  Jonathan WakelyImplement DR resolutions for filesystem::copy
2016-10-22  Jonathan WakelyIgnore perms::symlink_nofollow on non-symlinks
2016-10-21  Jonathan WakelyLWG2720 implement filesystem::perms::symlink_nofollow
2016-10-21  Jonathan WakelyLWG2725 Fix error reporting for filesystem::exists
2016-09-28  Jonathan WakelyCheck for overflow in filesystem::last_write_time
2016-08-15  Uros Bizjakops.cc: Always include ostream and ext/stdio_filebuf.h.
2016-07-04  Ville Voutilainenre PR libstdc++/71313 ([Filesystem TS] remove_all fails...
2016-06-06  Jonathan Wakelylibstdc++/71320 Add or remove file permissions correctly
2016-05-10  Jonathan Wakelylibstdc++/71038 fix error checks in filesystem::copy_file
2016-05-10  Jonathan Wakelylibstdc++/71036 Handle EEXIST in filesystem::create_dir...
2016-05-10  Jonathan Wakelylibstdc++/71037 Add base path to filesystem::canonical...
2016-04-19  Jonathan Wakelylibstdc++/70609 fix filesystem::copy()
2016-04-19  Jonathan WakelyAdd noexcept to Filesystem TS operators
2016-01-04  Jakub JelinekUpdate copyright years.
2015-10-02  Jonathan WakelyEnable dual ABI for Filesystem library
2015-09-23  Jonathan WakelyLimit number of symlinks that canonical() will resolve
2015-09-23  Jonathan WakelyFix filesystem::create_directories() function
2015-09-16  Jonathan WakelyImplement filesystem::canonical() without realpath
2015-09-11  Jonathan WakelyFix filesystem::canonical on Solaris 10.
2015-05-15  Jonathan Wakelyops.cc (stat_type): Define alias for struct stat and...
2015-05-14  Jonathan Wakelyre PR libstdc++/66011 (call to '__open_missing_mode...
2015-05-02  Jonathan Wakelyops.cc (last_write_time): Set timespec members explicit...
2015-05-01  Jonathan Wakelyacinclude.m4 (GLIBCXX_ENABLE_FILESYSTEM_TS): Disable...
2015-04-30  Jonathan WakelyImplement N4100 File System TS