aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/27_io/filesystem/path
AgeCommit message (Expand)AuthorFilesLines
2025-05-06libstdc++: Fix dangling pointer in fs::path::operator+=(*this) [PR120029]Jonathan Wakely1-0/+72
2025-01-02Update copyright years.Jakub Jelinek67-67/+67
2024-07-11libstdc++: Disable expensive test for debug mode [PR108636]Jonathan Wakely1-0/+1
2024-04-08libstdc++: Fix tests that fail with -fno-char8_tJonathan Wakely1-1/+3
2024-01-03Update copyright years.Jakub Jelinek67-67/+67
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from 27_io testsJonathan Wakely2-3/+1
2023-09-15libstdc++: Remove dg-options "-std=gnu++23" from remaining testsJonathan Wakely1-1/+0
2023-09-07libstdc++: Simplify dejagnu target selectorJonathan Wakely1-1/+1
2023-09-01libstdc++: Add -Wno-self-move to two filesystem testsJonathan Wakely1-0/+1
2023-09-01libstdc++: Use dg-require-filesystem-ts in link testJonathan Wakely1-0/+1
2023-07-12libstdc++: Check conversion from filesystem::path to wide strings [PR95048]Jonathan Wakely1-0/+6
2023-02-02libstdc++: Fix std::filesystem errors with -fkeep-inline-functions [PR108636]Jonathan Wakely1-0/+8
2023-01-18libstdc++: Deprecate std::filesystem::u8path for C++20Jonathan Wakely5-0/+20
2023-01-16Update copyright years.Jakub Jelinek67-67/+67
2022-11-11libstdc++: Fix wstring conversions in filesystem::path [PR95048]Jonathan Wakely1-0/+45
2022-04-26libstdc++: Define std::hash<std::filesystem::path> (LWG 3657)Jonathan Wakely1-0/+10
2022-01-03Update copyright years.Jakub Jelinek67-67/+67
2021-10-26Make full use of context-sensitive ranges in access warnings.Martin Sebor1-1/+2
2021-10-13libstdc++: Rename files with the wrong extensionsJonathan Wakely1-0/+0
2021-10-13libstdc++: Fix dangling string_view in filesystem::path [PR102592]Jonathan Wakely1-0/+28
2021-10-09libstdc++: Add missing _GLIBCXX_USE_WCHAR_T checks in testsuiteJonathan Wakely5-0/+16
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 Wakely66-66/+2
2021-05-10libstdc++: Adjust expected errors in tests when compiled as C++20Jonathan Wakely1-0/+1
2021-05-07libstdc++: Fix constraints for rvalue stream insertion/extractionJonathan Wakely1-1/+0
2021-04-30libstdc++: Implement LWG 1203 for rvalue iostreamsJonathan Wakely1-0/+1
2021-04-07libstdc++: Fix filesystem::path construction from COW string [PR 99805]Jonathan Wakely1-1/+24
2021-02-10libstdc++: Fix spelling of __MINGW32__ macrosJonathan Wakely3-4/+4
2021-01-04Update copyright years.Jakub Jelinek67-67/+67
2020-11-27libstdc++: Fix -Wrange-loop-construct warnings in filesystem testsJonathan Wakely27-31/+31
2020-09-22libstdc++: Fix out-of-bounds string_view access in filesystem::path [PR 97167]Jonathan Wakely1-0/+10
2020-05-23libstdc++: Simplify filesystem::path SFINAE constraintsJonathan Wakely1-0/+6
2020-04-15libstdc++: Add comparison operators to std::filesystem typesJonathan Wakely6-4/+163
2020-03-21libstdc++: Fix path::generic_string allocator handling (PR 94242)Jonathan Wakely2-0/+84
2020-03-09libstdc++: Handle type-changing path concatenations (PR 94063)Jonathan Wakely1-0/+111
2020-03-06libstdc++: Fix failing filesystem::path tests (PR 93244)Jonathan Wakely3-15/+18
2020-01-13libstdc++: Ensure root-dir converted to forward slash (PR93244)Jonathan Wakely3-0/+139
2020-01-01Update copyright years.Jakub Jelinek61-61/+61
2019-12-09libstdc++: Improve testing for path::operator+=(const string&)Jonathan Wakely1-0/+19
2019-12-09libstdc++: fix buffer overflow in path::operator+= (PR92853)Jonathan Wakely2-0/+81
2019-11-29libstdc++: P1423R3 char8_t remediation (4/4)Tom Honermann1-0/+60
2019-11-29libstdc++: P1423R3 char8_t remediation (3/4)Tom Honermann1-0/+17
2019-11-15libstdc++: Implement LWG 3070 in path::lexically_relativeJonathan Wakely1-0/+16
2019-06-17PR libstdc++/90281 Fix string conversions for filesystem::pathJonathan Wakely4-0/+239
2019-05-28PR libstdc++/90634 reduce allocations in filesystem::path constructionJonathan Wakely1-0/+78
2019-05-22PR libstdc++/90557 fix path assignment that alters sourceJonathan Wakely1-0/+15
2019-05-13PR libstdc++/90454.cc path construction from void*Jonathan Wakely1-0/+10
2019-04-30Fix filesystem::path testsJonathan Wakely2-9/+5
2019-04-24Make filesystem::path comparison operators hidden friends (LWG 3065)Jonathan Wakely2-2/+2