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