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/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
2016-09-28
Check for overflow in filesystem::last_write_time
Jonathan Wakely
1
-11
/
+19
2016-08-15
ops.cc: Always include ostream and ext/stdio_filebuf.h.
Uros Bizjak
1
-22
/
+29
2016-07-04
re PR libstdc++/71313 ([Filesystem TS] remove_all fails to remove directory c...
Ville Voutilainen
1
-1
/
+1
2016-06-06
libstdc++/71320 Add or remove file permissions correctly
Jonathan Wakely
1
-0
/
+22
2016-05-10
libstdc++/71038 fix error checks in filesystem::copy_file
Jonathan Wakely
1
-1
/
+1
2016-05-10
libstdc++/71036 Handle EEXIST in filesystem::create_directory
Jonathan Wakely
1
-4
/
+8
2016-05-10
libstdc++/71037 Add base path to filesystem::canonical exceptions
Jonathan Wakely
1
-2
/
+3
2016-04-29
Remove trailing whitespace from libstdc++-v3 files
Chris Gregory
2
-2
/
+2
2016-04-19
libstdc++/70609 fix filesystem::copy()
Jonathan Wakely
1
-17
/
+46
2016-04-19
Add noexcept to Filesystem TS operators
Jonathan Wakely
1
-4
/
+4
2016-01-04
Update copyright years.
Jakub Jelinek
7
-7
/
+7
2015-10-03
Enable dual ABI for Filesystem library
Jonathan Wakely
8
-4
/
+113
2015-10-02
Allow Filesystem TS to compile without wchar_t
Jonathan Wakely
1
-1
/
+5
2015-10-02
PR libstdc++/67747 use readdir instead of readdir_r
Jonathan Wakely
1
-32
/
+25
2015-09-23
Limit number of symlinks that canonical() will resolve
Jonathan Wakely
1
-33
/
+27
2015-09-23
Fix semantics of Filesystem TS directory iterators
Jonathan Wakely
1
-59
/
+49
2015-09-23
Fix filesystem::create_directories() function
Jonathan Wakely
1
-6
/
+41
2015-09-16
Implement filesystem::canonical() without realpath
Jonathan Wakely
1
-12
/
+87
2015-09-11
Fix filesystem::canonical on Solaris 10.
Jonathan Wakely
1
-1
/
+6
2015-07-24
libstdc++-v3/fragment.am (AM_CPPFLAGS): Add CPPFLAGS
Michael Haubenwallner
1
-1
/
+1
2015-05-26
locale_conv.h: Fix copyright years.
Jonathan Wakely
1
-1
/
+1
2015-05-15
ops.cc (stat_type): Define alias for struct stat and use throughout the file.
Jonathan Wakely
1
-42
/
+71
2015-05-14
re PR libstdc++/66011 (call to '__open_missing_mode' declared with attribute ...
Jonathan Wakely
1
-21
/
+29
2015-05-13
libstdc++: Bump to automake 1.11.6
Michael Haubenwallner
1
-9
/
+44
2015-05-02
fs_path.h (filesystem_error::~filesystem_error): Declare.
Jonathan Wakely
1
-0
/
+2
2015-05-02
ops.cc (last_write_time): Set timespec members explicitly instead of with a b...
Jonathan Wakely
1
-7
/
+9
2015-05-01
* src/filesystem/path.cc (path::compare): Do not copy strings.
Jonathan Wakely
1
-2
/
+8
2015-05-01
acinclude.m4 (GLIBCXX_ENABLE_FILESYSTEM_TS): Disable when <dirent.h> is not a...
Jonathan Wakely
2
-16
/
+48
2015-05-01
fs_path.h (path::_List): Use vector instead of list.
Jonathan Wakely
1
-6
/
+5
2015-04-30
Implement N4100 File System TS
Jonathan Wakely
5
-0
/
+2790