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