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.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-01-07
Always define `WIN32_LEAN_AND_MEAN` before <windows.h>
LIU Hao
1
-0
/
+1
2022-06-30
libstdc++: Improve exceptions thrown from fs::temp_directory_path
Jonathan Wakely
1
-12
/
+19
2022-06-30
libstdc++: Fix experimental::filesystem::status on Windows [PR88881]
Jonathan Wakely
1
-2
/
+54
2022-04-28
libstdc++: Fix error reporting in filesystem::copy [PR99290]
Jonathan Wakely
1
-2
/
+6
2022-02-04
libstdc++: Remove un-implementable noexcept from Filesystem TS operations
Jonathan Wakely
1
-3
/
+3
2022-02-04
libstdc++: Fix filesystem::remove_all races [PR104161]
Jonathan Wakely
1
-27
/
+4
2022-01-25
libstdc++: Define _GNU_SOURCE for secure_getenv on Cygwin [PR104217]
Jonathan Wakely
1
-0
/
+4
2022-01-25
libstdc++: Avoid symlink race in filesystem::remove_all [PR104161]
Jonathan Wakely
1
-3
/
+3
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-10-01
libstdc++: Avoid unconditional use of errc::not_supported [PR 99327]
Jonathan Wakely
1
-22
/
+18
2021-10-01
libstdc++: Add utility for creating std::error_code from OS errors
Jonathan Wakely
1
-2
/
+2
2021-08-02
libstdc++: Fix filesystem::temp_directory_path [PR101709]
Jonathan Wakely
1
-1
/
+3
2021-07-30
libstdc++: Use secure_getenv for filesystem::temp_directory_path() [PR65018]
Jonathan Wakely
1
-27
/
+5
2021-07-20
libstdc++: Fix create_directories to resolve symlinks [PR101510]
Jonathan Wakely
1
-1
/
+1
2021-02-10
libstdc++: Use correct error category for Windows error codes
Jonathan Wakely
1
-2
/
+2
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-08-10
libstdc++: Fix build for targets without lstat [PR 94681]
Jonathan Wakely
1
-1
/
+1
2020-08-06
libstdc++: Fix unnecessary allocations in read_symlink [PR 96484]
Jonathan Wakely
1
-0
/
+6
2020-01-08
libstdc++: Fix error handling in filesystem::remove_all (PR93201)
Jonathan Wakely
1
-6
/
+11
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-10-04
Build filesystem library with large file support
Jonathan Wakely
1
-1
/
+2
2019-01-16
Fix failing filesystem tests on mingw targets
Jonathan Wakely
1
-1
/
+4
2019-01-08
PR libstdc++/88749 fix build failure in src/filesystem/ops.cc
Jonathan Wakely
1
-2
/
+2
2019-01-06
PR libstdc++/86756 Move rest of std::filesystem to libstdc++.so
Jonathan Wakely
1
-2
/
+3
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-11-29
PR libstdc++/86910 fix filesystem::create_directories
Jonathan Wakely
1
-7
/
+25
2018-05-31
PR libstdc++/78870 support std::filesystem on Windows
Jonathan Wakely
1
-64
/
+90
2018-05-03
PR libstdc++/85632 fix wraparound in filesystem::space
Jonathan Wakely
1
-3
/
+4
2018-03-09
Use non-throwing is_directory in filesystem::create_directory
Jonathan Wakely
1
-3
/
+1
2018-01-05
PR libstdc++/83626 simplify filesystem::remove and filesystem::remove_all
Jonathan Wakely
1
-15
/
+2
2018-01-05
PR libstdc++/83626 handle ENOENT due to filesystem race
Jonathan Wakely
1
-11
/
+28
2018-01-04
PR libstdc++/83626 Don't throw for remove("") and remove_all("")
Jonathan Wakely
1
-16
/
+25
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-10-25
PR libstdc++/79283 fix filesystem::read_symlink for /proc
Jonathan Wakely
1
-9
/
+28
2017-10-23
Implement C++17 Filesystem library
Jonathan Wakely
1
-263
/
+26
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-11-12
* src/filesystem/ops.cc (is_empty): Fix typo in exception message.
Jonathan Wakely
1
-1
/
+1
2016-10-27
PR70975 Pass valid offset argument to sendfile
Uros Bizjak
1
-1
/
+2
2016-10-26
PR78111 fix fallback code for filesystem::canonical
Jonathan Wakely
1
-1
/
+5
2016-10-25
Handle negative times in filesystem::last_write_time
Jonathan Wakely
1
-0
/
+5
2016-10-25
Fix error handling in copy_file and equivalent
Jonathan Wakely
1
-12
/
+36
2016-10-24
Fix error handling in filesystem::is_empty
Jonathan Wakely
1
-5
/
+9
2016-10-24
PR71337 fix filesystem::temp_directory_path error handling
Jonathan Wakely
1
-4
/
+9
2016-10-24
Do not retry failed close(3) in filesystem::copy
Jonathan Wakely
1
-13
/
+2
2016-10-24
Implement DR resolutions for filesystem::copy
Jonathan Wakely
1
-2
/
+21
2016-10-22
Ignore perms::symlink_nofollow on non-symlinks
Jonathan Wakely
1
-7
/
+14
2016-10-21
LWG2720 implement filesystem::perms::symlink_nofollow
Jonathan Wakely
1
-3
/
+7
2016-10-21
LWG2725 Fix error reporting for filesystem::exists
Jonathan Wakely
1
-1
/
+5
2016-09-28
Check for overflow in filesystem::last_write_time
Jonathan Wakely
1
-11
/
+19
[next]