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/gfortran-test
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
/
testsuite
/
27_io
/
filesystem
/
path
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-06
libstdc++: Fix dangling pointer in fs::path::operator+=(*this) [PR120029]
Jonathan Wakely
1
-0
/
+72
2025-01-02
Update copyright years.
Jakub Jelinek
67
-67
/
+67
2024-07-11
libstdc++: Disable expensive test for debug mode [PR108636]
Jonathan Wakely
1
-0
/
+1
2024-04-08
libstdc++: Fix tests that fail with -fno-char8_t
Jonathan Wakely
1
-1
/
+3
2024-01-03
Update copyright years.
Jakub Jelinek
67
-67
/
+67
2023-09-16
libstdc++: Remove dg-options "-std=gnu++20" from 27_io tests
Jonathan Wakely
2
-3
/
+1
2023-09-15
libstdc++: Remove dg-options "-std=gnu++23" from remaining tests
Jonathan Wakely
1
-1
/
+0
2023-09-07
libstdc++: Simplify dejagnu target selector
Jonathan Wakely
1
-1
/
+1
2023-09-01
libstdc++: Add -Wno-self-move to two filesystem tests
Jonathan Wakely
1
-0
/
+1
2023-09-01
libstdc++: Use dg-require-filesystem-ts in link test
Jonathan Wakely
1
-0
/
+1
2023-07-12
libstdc++: Check conversion from filesystem::path to wide strings [PR95048]
Jonathan Wakely
1
-0
/
+6
2023-02-02
libstdc++: Fix std::filesystem errors with -fkeep-inline-functions [PR108636]
Jonathan Wakely
1
-0
/
+8
2023-01-18
libstdc++: Deprecate std::filesystem::u8path for C++20
Jonathan Wakely
5
-0
/
+20
2023-01-16
Update copyright years.
Jakub Jelinek
67
-67
/
+67
2022-11-11
libstdc++: Fix wstring conversions in filesystem::path [PR95048]
Jonathan Wakely
1
-0
/
+45
2022-04-26
libstdc++: Define std::hash<std::filesystem::path> (LWG 3657)
Jonathan Wakely
1
-0
/
+10
2022-01-03
Update copyright years.
Jakub Jelinek
67
-67
/
+67
2021-10-26
Make full use of context-sensitive ranges in access warnings.
Martin Sebor
1
-1
/
+2
2021-10-13
libstdc++: Rename files with the wrong extensions
Jonathan Wakely
1
-0
/
+0
2021-10-13
libstdc++: Fix dangling string_view in filesystem::path [PR102592]
Jonathan Wakely
1
-0
/
+28
2021-10-09
libstdc++: Add missing _GLIBCXX_USE_WCHAR_T checks in testsuite
Jonathan Wakely
5
-0
/
+16
2021-06-11
libstdc++: Fix filesystem::path comparisons for C++23
Jonathan Wakely
1
-0
/
+12
2021-05-17
libstdc++: Fix filesystem::path constraints for volatile [PR 100630]
Jonathan Wakely
1
-0
/
+14
2021-05-10
libstdc++: Remove redundant -std=gnu++17 options from filesystem tests
Jonathan Wakely
66
-66
/
+2
2021-05-10
libstdc++: Adjust expected errors in tests when compiled as C++20
Jonathan Wakely
1
-0
/
+1
2021-05-07
libstdc++: Fix constraints for rvalue stream insertion/extraction
Jonathan Wakely
1
-1
/
+0
2021-04-30
libstdc++: Implement LWG 1203 for rvalue iostreams
Jonathan Wakely
1
-0
/
+1
2021-04-07
libstdc++: Fix filesystem::path construction from COW string [PR 99805]
Jonathan Wakely
1
-1
/
+24
2021-02-10
libstdc++: Fix spelling of __MINGW32__ macros
Jonathan Wakely
3
-4
/
+4
2021-01-04
Update copyright years.
Jakub Jelinek
67
-67
/
+67
2020-11-27
libstdc++: Fix -Wrange-loop-construct warnings in filesystem tests
Jonathan Wakely
27
-31
/
+31
2020-09-22
libstdc++: Fix out-of-bounds string_view access in filesystem::path [PR 97167]
Jonathan Wakely
1
-0
/
+10
2020-05-23
libstdc++: Simplify filesystem::path SFINAE constraints
Jonathan Wakely
1
-0
/
+6
2020-04-15
libstdc++: Add comparison operators to std::filesystem types
Jonathan Wakely
6
-4
/
+163
2020-03-21
libstdc++: Fix path::generic_string allocator handling (PR 94242)
Jonathan Wakely
2
-0
/
+84
2020-03-09
libstdc++: Handle type-changing path concatenations (PR 94063)
Jonathan Wakely
1
-0
/
+111
2020-03-06
libstdc++: Fix failing filesystem::path tests (PR 93244)
Jonathan Wakely
3
-15
/
+18
2020-01-13
libstdc++: Ensure root-dir converted to forward slash (PR93244)
Jonathan Wakely
3
-0
/
+139
2020-01-01
Update copyright years.
Jakub Jelinek
61
-61
/
+61
2019-12-09
libstdc++: Improve testing for path::operator+=(const string&)
Jonathan Wakely
1
-0
/
+19
2019-12-09
libstdc++: fix buffer overflow in path::operator+= (PR92853)
Jonathan Wakely
2
-0
/
+81
2019-11-29
libstdc++: P1423R3 char8_t remediation (4/4)
Tom Honermann
1
-0
/
+60
2019-11-29
libstdc++: P1423R3 char8_t remediation (3/4)
Tom Honermann
1
-0
/
+17
2019-11-15
libstdc++: Implement LWG 3070 in path::lexically_relative
Jonathan Wakely
1
-0
/
+16
2019-06-17
PR libstdc++/90281 Fix string conversions for filesystem::path
Jonathan Wakely
4
-0
/
+239
2019-05-28
PR libstdc++/90634 reduce allocations in filesystem::path construction
Jonathan Wakely
1
-0
/
+78
2019-05-22
PR libstdc++/90557 fix path assignment that alters source
Jonathan Wakely
1
-0
/
+15
2019-05-13
PR libstdc++/90454.cc path construction from void*
Jonathan Wakely
1
-0
/
+10
2019-04-30
Fix filesystem::path tests
Jonathan Wakely
2
-9
/
+5
2019-04-24
Make filesystem::path comparison operators hidden friends (LWG 3065)
Jonathan Wakely
2
-2
/
+2
[next]