index
:
gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gfortran-test
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-15
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-15
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
thomasg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
src
/
c++17
/
fs_ops.cc
Age
Commit message (
Expand
)
Author
2025-01-16
libstdc++: Implement LWG 2937 for std::filesystem::equivalent [PR118158]
Jonathan Wakely
2025-01-02
Update copyright years.
Jakub Jelinek
2024-09-03
libstdc++: Fix error handling in fs::hard_link_count for Windows
Jonathan Wakely
2024-07-30
libstdc++: Fix name of source file in comment
Jonathan Wakely
2024-07-30
libstdc++: Fix overwriting files with fs::copy_file on Windows
Jonathan Wakely
2024-07-30
libstdc++: Fix fs::hard_link_count behaviour on MinGW [PR113663]
Lennox Shou Hao Ho
2024-04-10
libstdc++: Handle EMLINK and EFTYPE in std::filesystem::remove_all
Jonathan Wakely
2024-01-11
libstdc++: Fix error handling in filesystem::equivalent [PR113250]
Ken Matsui
2024-01-03
Update copyright years.
Jakub Jelinek
2023-09-07
libstdc++: Add autoconf checks for mkdir, chmod, chdir, and getcwd
Jonathan Wakely
2023-09-01
libstdc++: Use std::string::__resize_and_overwrite in std::filesystem
Jonathan Wakely
2023-02-01
libstdc++: Fix build failures for avr
Jonathan Wakely
2023-01-16
Update copyright years.
Jakub Jelinek
2023-01-07
Always define `WIN32_LEAN_AND_MEAN` before <windows.h>
LIU Hao
2022-06-30
libstdc++: Improve exceptions thrown from fs::temp_directory_path
Jonathan Wakely
2022-04-28
libstdc++: Fix error reporting in filesystem::copy [PR99290]
Jonathan Wakely
2022-02-08
libstdc++: Fix filesystem::remove_all for Windows [PR104161]
Jonathan Wakely
2022-02-04
libstdc++: Fix filesystem::remove_all races [PR104161]
Jonathan Wakely
2022-01-25
libstdc++: Define _GNU_SOURCE for secure_getenv on Cygwin [PR104217]
Jonathan Wakely
2022-01-25
libstdc++: Avoid symlink race in filesystem::remove_all [PR104161]
Jonathan Wakely
2022-01-03
Update copyright years.
Jakub Jelinek
2021-10-02
libstdc++: Fix typos in std::filesystem code
Jonathan Wakely
2021-10-01
libstdc++: Avoid unconditional use of errc::not_supported [PR 99327]
Jonathan Wakely
2021-10-01
libstdc++: Add utility for creating std::error_code from OS errors
Jonathan Wakely
2021-08-28
libstdc++: Fix inefficiency in filesystem::absolute [PR99876]
Jonathan Wakely
2021-08-02
libstdc++: Fix filesystem::temp_directory_path [PR101709]
Jonathan Wakely
2021-07-30
libstdc++: Use secure_getenv for filesystem::temp_directory_path() [PR65018]
Jonathan Wakely
2021-07-20
libstdc++: Fix create_directories to resolve symlinks [PR101510]
Jonathan Wakely
2021-07-20
libstdc++: Add more tests for filesystem::create_directory [PR101510]
Jonathan Wakely
2021-02-12
libstdc++: Re-enable workaround for _wstat64 bug, again [PR 88881]
Jonathan Wakely
2021-02-12
libstdc++: Fix filesystem::rename on Windows [PR 98985]
Jonathan Wakely
2021-02-10
libstdc++: Re-enable workaround for _wstat64 bug [PR 88881]
Jonathan Wakely
2021-02-10
libstdc++: Use correct error category for Windows error codes
Jonathan Wakely
2021-02-09
libstdc++: Fix build failure for targets without unistd.h
Vladimir Vishnevsky
2021-01-04
Update copyright years.
Jakub Jelinek
2020-08-10
libstdc++: Fix build for targets without lstat [PR 94681]
Jonathan Wakely
2020-08-06
libstdc++: Fix unnecessary allocations in read_symlink [PR 96484]
Jonathan Wakely
2020-01-08
libstdc++: Fix error handling in filesystem::remove_all (PR93201)
Jonathan Wakely
2020-01-01
Update copyright years.
Jakub Jelinek
2019-10-04
Build filesystem library with large file support
Jonathan Wakely
2019-05-29
PR libstdc++/88881 fix filesystem::symlink_status for Windows
Jonathan Wakely
2019-05-16
Remove incorrect assertion from filesystem::absolute
Jonathan Wakely
2019-05-04
PR libstdc++/90299 make filesystem::absolute overloads consistent
Jonathan Wakely
2019-03-30
* src/c++17/fs_ops.cc (fs::permissions): Use std::errc::not_supported.
Eric Botcazou
2019-01-17
Fix filesystem::equivalent for mingw
Jonathan Wakely
2019-01-17
PR libstdc++/88884 fix filesystem::absolute("//") for mingw
Jonathan Wakely
2019-01-17
PR libstdc++/88881 adjust filesystem::status and tests for mingw semantics
Jonathan Wakely
2019-01-16
Fix failing filesystem tests on mingw targets
Jonathan Wakely
2019-01-07
Fix build for systems without POSIX truncate
Jonathan Wakely
2019-01-06
PR libstdc++/86756 Move rest of std::filesystem to libstdc++.so
Jonathan Wakely