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
/
testsuite
/
27_io
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-23
Refactor path construction from null terminated iterator ranges
Jonathan Wakely
4
-24
/
+134
2018-05-23
Fix handling of an empty filename at end of a path
Jonathan Wakely
2
-1
/
+52
2018-05-21
Add support for opening file streams from wide character strings
Jonathan Wakely
7
-0
/
+430
2018-05-21
Fix std::filesystem::absolute for empty paths
Jonathan Wakely
1
-1
/
+5
2018-05-15
PR libstdc++/83891 fix path::is_absolute() for non-POSIX targets
Jonathan Wakely
2
-1
/
+63
2018-05-15
Remove unused headers from tests
Jonathan Wakely
11
-11
/
+0
2018-05-15
PR libstdc++/84159 fix appending strings to paths
Jonathan Wakely
4
-36
/
+246
2018-05-14
PR libstdc++/81256 fix exception handling in basic_filebuf::close
Jonathan Wakely
1
-0
/
+109
2018-05-03
PR libstdc++/85632 fix wraparound in filesystem::space
Jonathan Wakely
1
-0
/
+9
2018-05-02
PR libstdc++/68197 fail on negative iword/pword indices
Jonathan Wakely
1
-0
/
+95
2018-04-10
PR libstdc++/85222 allow catching iostream errors as gcc4-compatible ios::fai...
Jonathan Wakely
12
-91
/
+113
2018-01-12
Link with correct values-*.o files on Solaris (PR target/40411)
Rainer Orth
1
-1
/
+0
2018-01-05
PR libstdc++/83626 handle ENOENT due to filesystem race
Jonathan Wakely
1
-0
/
+20
2018-01-04
PR libstdc++/83626 Don't throw for remove("") and remove_all("")
Jonathan Wakely
2
-7
/
+107
2018-01-03
Update copyright years.
Jakub Jelinek
982
-982
/
+982
2017-11-23
Add [[nodiscard]] attribute to C++17 components
Jonathan Wakely
1
-0
/
+28
2017-11-17
PR libstdc++/83025 fix constraints for path overloads in <fstream>
Jonathan Wakely
7
-7
/
+54
2017-11-15
Minor improvements to Filesystem tests
Jonathan Wakely
2
-1
/
+2
2017-11-06
Fix -Wreturn-type fallout.
Martin Liska
3
-0
/
+3
2017-11-01
PR libstdc++/82777 fix path normalization for dot-dot
Jonathan Wakely
1
-0
/
+4
2017-10-27
Make filesystem::file_status default constructor non-explicit (LWG 2787)
Jonathan Wakely
1
-0
/
+84
2017-10-27
Provide filesystem::path overloads for file streams (LWG 2676, partial)
Jonathan Wakely
7
-0
/
+335
2017-10-27
Define std::filesystem::path::format enum (P0430R2)
Jonathan Wakely
1
-0
/
+116
2017-10-25
Fix filesystem::path::lexically_normal algorithm
Jonathan Wakely
15
-98
/
+168
2017-10-25
PR libstdc++/82706 fix test for case where operations succeed
Jonathan Wakely
1
-3
/
+11
2017-10-24
libstdc++.exp (check_v3_target_normal_mode): Add c++config.h include.
François Dumont
6
-0
/
+6
2017-10-23
Implement C++17 Filesystem library
Jonathan Wakely
70
-0
/
+5230
2017-09-15
invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...
Jakub Jelinek
1
-1
/
+1
2017-08-11
PR libstdc++/81808 skip test if reading directory doesn't fail
Jonathan Wakely
1
-0
/
+25
2017-07-26
PR libstdc++/53984 fix failing test
Jonathan Wakely
1
-4
/
+7
2017-07-26
53984.cc: Fix typo in dg-require directive.
Paolo Carlini
1
-1
/
+1
2017-07-25
PR libstdc++/53984 handle exceptions in basic_istream::sentry
Jonathan Wakely
2
-0
/
+77
2017-07-25
Remove deprecated iostream members for C++17
Jonathan Wakely
2
-6
/
+31
2017-07-19
Use dg-require-fileio in new test
Jonathan Wakely
1
-1
/
+1
2017-07-19
PR libstdc++/81395 fix crash when write follows large read
Jonathan Wakely
1
-0
/
+46
2017-07-10
PR libstdc++/81381 support stateful allocators in basic_stringbuf
Jonathan Wakely
1
-0
/
+42
2017-07-10
PR libstdc++/81338 correctly manage string capacity
Jonathan Wakely
1
-0
/
+40
2017-06-21
PR libstdc++/80675, PR libstdc++/80940
Ville Voutilainen
1
-0
/
+53
2017-06-17
Get rid of dg-skip-if etc. default args
Rainer Orth
2
-2
/
+2
2017-06-16
Fix missing returns in libstdc++ header and tests
Jonathan Wakely
1
-1
/
+1
2017-06-15
Use pthread effective-target in testsuite
Rainer Orth
2
-4
/
+6
2017-06-14
Fix libstdc++ testsuite failures with -D_GLIBCXX_USE_CXX11_ABI=0
Jonathan Wakely
11
-77
/
+120
2017-06-02
PR libstdc++/80624 satisfy invariant for char_traits<char16_t>::eof()
Jonathan Wakely
2
-0
/
+115
2017-02-03
PR libstdc++/66145 ensure new ABI for ios::failure tests
Jonathan Wakely
11
-0
/
+33
2017-01-16
PR66145 use new ABI for std::ios::failure exceptions
Jonathan Wakely
11
-33
/
+0
2017-01-13
Define cxx11-abi effective target for libstdc++ tests
Jonathan Wakely
2
-5
/
+3
2017-01-01
Update copyright years.
Jakub Jelinek
894
-894
/
+894
2016-12-12
[libstdc++][testsuite] XFAIL tests relying on long double-to-string conversio...
Kyrylo Tkachov
1
-0
/
+1
2016-11-30
50594.cc: XFAIL on AIX.
David Edelsohn
1
-0
/
+2
2016-11-30
Implement LWG 2534, Constrain rvalue stream operators.
Ville Voutilainen
4
-0
/
+384
[next]