]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/src/filesystem/std-ops.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / src / filesystem / std-ops.cc
2019-01-01  jakub Update copyright years.
2018-11-29  rediPR libstdc++/86910 fix filesystem::create_directories
2018-05-31  rediPR libstdc++/78870 support std::filesystem on Windows
2018-05-21  rediFix std::filesystem::absolute for empty paths
2018-05-03  rediPR libstdc++/85632 fix wraparound in filesystem::space
2018-03-09  rediUse non-throwing is_directory in filesystem::create_dir...
2018-01-05  rediPR libstdc++/83626 simplify filesystem::remove and...
2018-01-05  rediPR libstdc++/83279 Use non-null offset argument for...
2018-01-05  rediPR libstdc++/83626 handle ENOENT due to filesystem...
2018-01-04  rediPR libstdc++/83626 Don't throw for remove("") and remov...
2018-01-03  jakub Update copyright years.
2017-12-14  rediPR libstdc++/83279 handle sendfile not copying entire...
2017-10-27  rediRemove noexcept from filesystem iterators and operation...
2017-10-25  rediPR libstdc++/79283 fix filesystem::read_symlink for...
2017-10-23  rediImplement C++17 Filesystem library