aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/experimental/filesystem/path
AgeCommit message (Expand)AuthorFilesLines
2025-05-06libstdc++: Fix dangling pointer in fs::path::operator+=(*this) [PR120029]Jonathan Wakely1-0/+74
2025-01-02Update copyright years.Jakub Jelinek50-50/+50
2024-01-03Update copyright years.Jakub Jelinek50-50/+50
2023-09-15libstdc++: Remove dg-options "-std=gnu++23" from remaining testsJonathan Wakely1-1/+0
2023-07-12libstdc++: Check conversion from filesystem::path to wide strings [PR95048]Jonathan Wakely1-0/+6
2023-01-16Update copyright years.Jakub Jelinek50-50/+50
2022-11-11libstdc++: Fix wstring conversions in filesystem::path [PR95048]Jonathan Wakely1-0/+47
2022-01-03Update copyright years.Jakub Jelinek50-50/+50
2021-11-19libstdc++: Suppress -Wstringop warnings [PR103332]Jonathan Wakely1-1/+3
2021-10-09libstdc++: Add missing _GLIBCXX_USE_WCHAR_T checks in testsuiteJonathan Wakely4-0/+10
2021-06-14libstdc++: Only run Filesystem TS test if supportedJonathan Wakely1-0/+1
2021-06-11libstdc++: Fix filesystem::path comparisons for C++23Jonathan Wakely1-0/+12
2021-05-17libstdc++: Fix filesystem::path constraints for volatile [PR 100630]Jonathan Wakely1-0/+14
2021-05-10libstdc++: Remove redundant -std=gnu++17 options from filesystem testsJonathan Wakely1-1/+1
2021-01-04Update copyright years.Jakub Jelinek50-50/+50
2020-11-27libstdc++: Fix -Wrange-loop-construct warnings in filesystem testsJonathan Wakely23-25/+25
2020-03-21libstdc++: Fix experimental::path::generic_string (PR 93245)Jonathan Wakely1-9/+37
2020-01-01Update copyright years.Jakub Jelinek50-50/+50
2019-11-29libstdc++: P1423R3 char8_t remediation (4/4)Tom Honermann1-0/+52
2019-11-29libstdc++: P1423R3 char8_t remediation (3/4)Tom Honermann1-0/+8
2019-06-17PR libstdc++/90281 Fix string conversions for filesystem::pathJonathan Wakely4-0/+243
2019-05-28PR libstdc++/90634 reduce allocations in filesystem::path constructionJonathan Wakely1-0/+75
2019-05-13PR libstdc++/90454.cc path construction from void*Jonathan Wakely1-0/+10
2019-04-30Fix filesystem::path testsJonathan Wakely1-3/+4
2019-02-19P0482R5 char8_t: New standard library testsTom Honermann1-0/+76
2019-01-01Update copyright years.Jakub Jelinek44-44/+44
2018-12-13Disable new tests for configurations with no libstdc++fs.aJonathan Wakely1-0/+1
2018-12-12PR libstdc++/80762 avoid ambiguous __constructible_from<void, void>Jonathan Wakely1-0/+28
2018-12-10Make test for Filesystem TS actually use the Filesystem TSJonathan Wakely1-5/+5
2018-05-31PR libstdc++/78870 support std::filesystem on WindowsJonathan Wakely6-28/+34
2018-05-23Refactor path construction from null terminated iterator rangesJonathan Wakely2-9/+51
2018-05-21PR libstdc++/85818 make new test require Filesystem supportJonathan Wakely1-0/+1
2018-05-17PR libstdc++/85818 ensure path::preferred_separator is definedJonathan Wakely1-0/+34
2018-05-15PR libstdc++/83891 fix path::is_absolute() for non-POSIX targetsJonathan Wakely1-0/+62
2018-05-15Remove unused headers from testsJonathan Wakely11-11/+0
2018-04-16Make Filesystem TS tests pass in C++17 modeJonathan Wakely41-42/+41
2018-01-03Update copyright years.Jakub Jelinek41-41/+41
2017-10-23Implement C++17 Filesystem libraryJonathan Wakely1-0/+1
2017-10-21Fix invalid path::iterator testJonathan Wakely1-3/+2
2017-10-19Fix path::iterator post-increment and post-decrementJonathan Wakely1-0/+19
2017-09-15invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek1-2/+2
2017-01-01Update copyright years.Jakub Jelinek41-41/+41
2016-12-08Fix filesystem test that fails in debug modeJonathan Wakely1-4/+5
2016-10-28Make filesystem::path work with basic_string_view (P0392R0)Jonathan Wakely1-0/+56
2016-10-28Fix filesystem::path for iterators with const value_typeJonathan Wakely1-0/+47
2016-10-141.cc: Remove 'test' variables.Paolo Carlini1-4/+0
2016-08-26Use effective-target instead of -std optionsJonathan Wakely40-40/+80
2016-05-05Add dg-require-filesystem-ts directive to testJonathan Wakely1-0/+1
2016-04-19libstdc++/69703 ignore endianness in codecvt_utf8Jonathan Wakely1-0/+72
2016-01-04Update copyright years.Jakub Jelinek39-39/+39