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
/
include
/
bits
/
fs_path.h
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-02
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2024-08-06
libstdc++: Fix some undeclared uses of uintptr_t [PR116247]
Jonathan Wakely
1
-1
/
+1
2024-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-04-27
libstdc++: Add @headerfile and @since to doxygen comments [PR40380]
Jonathan Wakely
1
-1
/
+17
2023-02-02
libstdc++: Fix std::filesystem errors with -fkeep-inline-functions [PR108636]
Jonathan Wakely
1
-8
/
+2
2023-01-18
libstdc++: Deprecate std::filesystem::u8path for C++20
Jonathan Wakely
1
-0
/
+2
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-11-11
libstdc++: Fix wstring conversions in filesystem::path [PR95048]
Jonathan Wakely
1
-55
/
+71
2022-10-29
libstdc++: Fix dangling reference in filesystem::path::filename()
Jonathan Wakely
1
-3
/
+3
2022-06-27
libstdc++: Simplify fs::path construction using variable template
Jonathan Wakely
1
-9
/
+6
2022-04-26
libstdc++: Define std::hash<std::filesystem::path> (LWG 3657)
Jonathan Wakely
1
-0
/
+10
2022-03-17
libstdc++: Avoid including <algorithm> in <filesystem> [PR92546]
Jonathan Wakely
1
-3
/
+6
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-10-16
libstdc++: Fix error in filesystem::path with Clang
Jonathan Wakely
1
-1
/
+2
2021-10-14
libstdc++: Make filesystem::path(path&&) always noexcept
Jonathan Wakely
1
-4
/
+2
2021-10-14
libstdc++: Fix brainwrong in path::_S_convert(T) [PR102743]
Jonathan Wakely
1
-1
/
+1
2021-10-13
libstdc++: Fix regression in memory use when constructing paths
Jonathan Wakely
1
-1
/
+8
2021-10-13
libstdc++: Refactor filesystem::path encoding conversions
Jonathan Wakely
1
-45
/
+81
2021-10-13
libstdc++: Fix dangling string_view in filesystem::path [PR102592]
Jonathan Wakely
1
-8
/
+3
2021-09-28
libstdc++: Fix mismatched noexcept-specifiers in filesystem::path [PR102499]
Jonathan Wakely
1
-2
/
+2
2021-09-17
libstdc++: Add 'noexcept' to path::iterator members
Jonathan Wakely
1
-26
/
+36
2021-09-16
libstdc++: Remove non-deducible parameter for std::advance overload
Jonathan Wakely
1
-1
/
+1
2021-07-27
libstdc++: Remove unnecessary uses of <utility>
Jonathan Wakely
1
-1
/
+1
2021-07-01
libstdc++: Improvements to Doxygen markup
Jonathan Wakely
1
-6
/
+14
2021-06-11
libstdc++: Fix filesystem::path comparisons for C++23
Jonathan Wakely
1
-2
/
+15
2021-04-06
libstdc++: Fix doxygen markup for group close commands
Jonathan Wakely
1
-1
/
+1
2021-01-14
libstdc++: Define function to throw filesystem_error [PR 98471]
Jonathan Wakely
1
-27
/
+34
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-10-27
libstdc++: Add noexcept to declaration of path::_List members
Jonathan Wakely
1
-4
/
+4
2020-09-10
libstdc++: Fix -Wnarrowing warnings
Jonathan Wakely
1
-1
/
+1
2020-06-02
libstdc++: Fix filesystem::u8path for mingw targets (PR 95392)
Jonathan Wakely
1
-75
/
+57
2020-05-23
libstdc++: Refactor filesystem::path string conversions
Jonathan Wakely
1
-192
/
+164
2020-05-23
libstdc++: Remove incorrect static specifiers
Jonathan Wakely
1
-6
/
+6
2020-05-23
libstdc++: Simplify filesystem::path SFINAE constraints
Jonathan Wakely
1
-48
/
+77
2020-04-15
libstdc++: Add comparison operators to std::filesystem types
Jonathan Wakely
1
-8
/
+19
2020-03-21
libstdc++: Fix path::generic_string allocator handling (PR 94242)
Jonathan Wakely
1
-4
/
+7
2020-01-13
libstdc++: Ensure root-dir converted to forward slash (PR93244)
Jonathan Wakely
1
-0
/
+7
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-11-30
libstdc++: Fix experimental::filesystem::u8path(const Source&) for Windows
Jonathan Wakely
1
-20
/
+8
2019-11-29
libstdc++: Adjust some function templates for coding conventions
Jonathan Wakely
1
-1
/
+1
2019-11-29
libstdc++: P1423R3 char8_t remediation (2/4)
Tom Honermann
1
-22
/
+60
2019-11-29
libstdc++: P1423R3 char8_t remediation (1/4)
Tom Honermann
1
-110
/
+123
2019-11-25
PR libstdc++/91786 fix compilation error with Clang
Jonathan Wakely
1
-33
/
+39
2019-06-26
Add new helper traits for signed/unsigned integer types
Jonathan Wakely
1
-7
/
+8
2019-06-17
PR libstdc++/90281 Fix string conversions for filesystem::path
Jonathan Wakely
1
-96
/
+86
2019-05-13
PR libstdc++/90454.cc path construction from void*
Jonathan Wakely
1
-1
/
+1
2019-05-02
Improve docs for C++17 Filesystem library
Jonathan Wakely
1
-9
/
+29
2019-04-26
Reduce code instantiated by filesystem::path::_S_convert_loc
Jonathan Wakely
1
-1
/
+1
2019-04-24
Make filesystem::path comparison operators hidden friends (LWG 3065)
Jonathan Wakely
1
-32
/
+34
2019-04-05
Make filesystem::path safe for self assignment
Jonathan Wakely
1
-0
/
+3
[next]