index
:
riscv-gnu-toolchain/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/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.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
src
/
filesystem
/
ops-common.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-06
libstdc++: Use close-on-exec for file descriptors in filesystem::copy_file
Jonathan Wakely
1
-6
/
+7
2023-06-06
libstdc++: Make std::filesystem::copy_file work for procfs [PR108178]
Jonathan Wakely
1
-5
/
+10
2023-06-06
libstdc++: Use copy_file_range for filesystem::copy_file
Jannik Glückert
1
-0
/
+56
2023-06-06
libstdc++: Also use sendfile for big files
Jannik Glückert
1
-29
/
+44
2023-03-20
libstdc++: Fix formatting in std::filesystem helper function
Jonathan Wakely
1
-1
/
+2
2023-02-02
libstdc++: Use ENOSYS for unsupported filesystem ops on AVR
Jonathan Wakely
1
-1
/
+6
2023-02-01
libstdc++: Fix build failures for avr
Jonathan Wakely
1
-1
/
+1
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-02-08
libstdc++: Fix filesystem::remove_all for Windows [PR104161]
Jonathan Wakely
1
-0
/
+1
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-10-02
libstdc++: Fix typos in std::filesystem code
Jonathan Wakely
1
-2
/
+2
2021-10-01
libstdc++: Avoid unconditional use of errc::not_supported [PR 99327]
Jonathan Wakely
1
-12
/
+39
2021-10-01
libstdc++: Add utility for creating std::error_code from OS errors
Jonathan Wakely
1
-2
/
+14
2021-08-19
libstdc++: Improve overflow check for file timestamps
Jonathan Wakely
1
-1
/
+1
2021-08-02
libstdc++: Fix filesystem::temp_directory_path [PR101709]
Jonathan Wakely
1
-6
/
+7
2021-07-30
libstdc++: Use secure_getenv for filesystem::temp_directory_path() [PR65018]
Jonathan Wakely
1
-0
/
+40
2021-07-27
libstdc++: Remove unnecessary uses of <utility>
Jonathan Wakely
1
-1
/
+2
2021-02-12
libstdc++: Fix filesystem::rename on Windows [PR 98985]
Jonathan Wakely
1
-1
/
+10
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-08-10
libstdc++: Use _wstat64 for Windows [PR 95749]
Jonathan Wakely
1
-3
/
+3
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-08-23
Fix libstdc++ lstat missing return type for Windows target.
Joseph Myers
1
-1
/
+1
2019-03-03
PR libstdc++/89562 use binary mode for file I/O
Jonathan Wakely
1
-1
/
+9
2019-01-07
Fix build for systems without POSIX truncate
Jonathan Wakely
1
-0
/
+19
2019-01-06
PR libstdc++/86756 Move rest of std::filesystem to libstdc++.so
Jonathan Wakely
1
-17
/
+289
2019-01-05
Define new filesystem::__file_clock type
Jonathan Wakely
1
-0
/
+18
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-05-31
PR libstdc++/78870 support std::filesystem on Windows
Jonathan Wakely
1
-3
/
+102
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-11-07
Check for S_ISSOCK before use
Jonathan Wakely
1
-0
/
+2
2017-10-23
Implement C++17 Filesystem library
Jonathan Wakely
1
-0
/
+148