aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/experimental/filesystem/path/construct
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek8-8/+8
2024-01-03Update copyright years.Jakub Jelinek8-8/+8
2023-07-12libstdc++: Check conversion from filesystem::path to wide strings [PR95048]Jonathan Wakely1-0/+6
2023-01-16Update copyright years.Jakub Jelinek8-8/+8
2022-11-11libstdc++: Fix wstring conversions in filesystem::path [PR95048]Jonathan Wakely1-0/+47
2022-01-03Update copyright years.Jakub Jelinek8-8/+8
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 Jelinek8-8/+8
2020-11-27libstdc++: Fix -Wrange-loop-construct warnings in filesystem testsJonathan Wakely1-2/+2
2020-01-01Update copyright years.Jakub Jelinek8-8/+8
2019-06-17PR libstdc++/90281 Fix string conversions for filesystem::pathJonathan Wakely1-0/+55
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-01-01Update copyright years.Jakub Jelinek6-6/+6
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-05-23Refactor path construction from null terminated iterator rangesJonathan Wakely1-0/+34
2018-04-16Make Filesystem TS tests pass in C++17 modeJonathan Wakely5-6/+5
2018-01-03Update copyright years.Jakub Jelinek5-5/+5
2017-10-23Implement C++17 Filesystem libraryJonathan Wakely1-0/+1
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 Jelinek5-5/+5
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-08-26Use effective-target instead of -std optionsJonathan Wakely4-4/+8
2016-01-04Update copyright years.Jakub Jelinek4-4/+4
2015-10-02Allow Filesystem TS to compile without wchar_tJonathan Wakely1-3/+6
2015-04-30Implement N4100 File System TSJonathan Wakely4-0/+203