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-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-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
Age
Commit message (
Expand
)
Author
Files
Lines
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
9
-9
/
+9
2023-01-07
Always define `WIN32_LEAN_AND_MEAN` before <windows.h>
LIU Hao
1
-0
/
+1
2022-10-29
libstdc++: Don't use gstdint.h anymore
Arsen Arsenović
1
-1
/
+0
2022-10-11
libstdc++: Allow emergency EH alloc pool size to be tuned [PR68606]
Jonathan Wakely
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-06-28
libstdc++: Fix filesystem build for Windows
Jonathan Wakely
1
-5
/
+9
2022-06-28
libstdc++: Improve directory iterator abstractions for openat
Jonathan Wakely
2
-29
/
+58
2022-06-23
libstdc++: check for openat
Alexandre Oliva
2
-2
/
+2
2022-04-28
libstdc++: Fix error reporting in filesystem::copy [PR99290]
Jonathan Wakely
1
-2
/
+6
2022-02-10
libstdc++: Fix directory iterator build for newlib
Jonathan Wakely
1
-0
/
+2
2022-02-08
libstdc++: Simplify resource management in directory iterators
Jonathan Wakely
2
-4
/
+2
2022-02-08
libstdc++: Fix filesystem::remove_all for Windows [PR104161]
Jonathan Wakely
1
-0
/
+1
2022-02-04
libstdc++: Fix std::filesystem build failure for Windows
Jonathan Wakely
1
-1
/
+1
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
3
-104
/
+149
2022-02-02
libstdc++: Fix -Wunused-variable warning for -fno-exceptions build
Jonathan Wakely
1
-1
/
+1
2022-02-01
libstdc++: Reset filesystem::recursive_directory_iterator on error
Jonathan Wakely
1
-2
/
+10
2022-01-25
libstdc++: Define _GNU_SOURCE for secure_getenv on Cygwin [PR104217]
Jonathan Wakely
2
-0
/
+8
2022-01-25
libstdc++: Avoid symlink race in filesystem::remove_all [PR104161]
Jonathan Wakely
3
-18
/
+49
2022-01-17
libstdc++: Define <stacktrace> header for C++23
Jonathan Wakely
1
-0
/
+7
2022-01-10
libstdc++: Fix and simplify freestanding configuration [PR103866]
Jonathan Wakely
1
-0
/
+1
2022-01-03
Update copyright years.
Jakub Jelinek
9
-9
/
+9
2021-12-01
libstdc++: Avoid unwanted allocations in filesystem::path
Jonathan Wakely
1
-14
/
+17
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
2
-34
/
+57
2021-10-01
libstdc++: Add utility for creating std::error_code from OS errors
Jonathan Wakely
2
-4
/
+16
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
2
-7
/
+10
2021-07-30
libstdc++: Use secure_getenv for filesystem::temp_directory_path() [PR65018]
Jonathan Wakely
2
-27
/
+45
2021-07-27
libstdc++: Remove unnecessary uses of <utility>
Jonathan Wakely
1
-1
/
+2
2021-07-20
libstdc++: Fix create_directories to resolve symlinks [PR101510]
Jonathan Wakely
1
-1
/
+1
2021-03-11
libstdc++: Handle EPERM for filesystem access errors on MacOS [PR 99537]
Jonathan Wakely
2
-1
/
+13
2021-02-12
libstdc++: Fix filesystem::rename on Windows [PR 98985]
Jonathan Wakely
1
-1
/
+10
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
9
-9
/
+9
2020-12-16
libstdc++: Add C++ runtime support for new 128-bit long double format
Jonathan Wakely
1
-1
/
+5
2020-11-05
libstdc++: Use non-throwing increment in recursive_directory_iterator [PR 97731]
Jonathan Wakely
1
-7
/
+11
2020-08-10
libstdc++: Fix build for targets without lstat [PR 94681]
Jonathan Wakely
1
-1
/
+1
2020-08-10
libstdc++: Use _wstat64 for Windows [PR 95749]
Jonathan Wakely
1
-3
/
+3
2020-08-06
libstdc++: Fix unnecessary allocations in read_symlink [PR 96484]
Jonathan Wakely
1
-0
/
+6
2020-06-23
libstdc++: Regenerate makefiles
Jonathan Wakely
1
-0
/
+1
2020-01-24
Add `--with-toolexeclibdir=' configuration option
Maciej W. Rozycki
1
-0
/
+1
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
9
-9
/
+9
2019-10-04
Build filesystem library with large file support
Jonathan Wakely
2
-1
/
+3
2019-08-23
Fix libstdc++ lstat missing return type for Windows target.
Joseph Myers
1
-1
/
+1
[next]