]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/src/filesystem/ops-common.h
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / src / filesystem / ops-common.h
2023-01-16  Jakub JelinekUpdate copyright years.
2022-02-08  Jonathan Wakelylibstdc++: Fix filesystem::remove_all for Windows ...
2022-01-03  Jakub JelinekUpdate copyright years.
2021-10-02  Jonathan Wakelylibstdc++: Fix typos in std::filesystem code
2021-10-01  Jonathan Wakelylibstdc++: Avoid unconditional use of errc::not_support...
2021-10-01  Jonathan Wakelylibstdc++: Add utility for creating std::error_code...
2021-08-19  Jonathan Wakelylibstdc++: Improve overflow check for file timestamps
2021-08-02  Jonathan Wakelylibstdc++: Fix filesystem::temp_directory_path [PR101709]
2021-07-30  Jonathan Wakelylibstdc++: Use secure_getenv for filesystem::temp_direc...
2021-07-27  Jonathan Wakelylibstdc++: Remove unnecessary uses of <utility>
2021-02-12  Jonathan Wakelylibstdc++: Fix filesystem::rename on Windows [PR 98985]
2021-01-04  Jakub JelinekUpdate copyright years.
2020-08-10  Jonathan Wakelylibstdc++: Use _wstat64 for Windows [PR 95749]
2020-01-01  Jakub JelinekUpdate copyright years.
2019-08-23  Joseph MyersFix libstdc++ lstat missing return type for Windows...
2019-03-03  Jonathan WakelyPR libstdc++/89562 use binary mode for file I/O
2019-01-07  Jonathan WakelyFix build for systems without POSIX truncate
2019-01-06  Jonathan WakelyPR libstdc++/86756 Move rest of std::filesystem to...
2019-01-05  Jonathan WakelyDefine new filesystem::__file_clock type
2019-01-01  Jakub JelinekUpdate copyright years.
2018-05-31  Jonathan WakelyPR libstdc++/78870 support std::filesystem on Windows
2018-01-03  Jakub JelinekUpdate copyright years.
2017-11-07  Jonathan WakelyCheck for S_ISSOCK before use
2017-10-23  Jonathan WakelyImplement C++17 Filesystem library