summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/experimental/filesystem/path
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2023-01-1650-50/+50
* libstdc++: Fix wstring conversions in filesystem::path [PR95048]Jonathan Wakely2022-11-111-0/+47
* Update copyright years.Jakub Jelinek2022-01-0350-50/+50
* libstdc++: Suppress -Wstringop warnings [PR103332]Jonathan Wakely2021-11-191-1/+3
* libstdc++: Add missing _GLIBCXX_USE_WCHAR_T checks in testsuiteJonathan Wakely2021-10-094-0/+10
* libstdc++: Only run Filesystem TS test if supportedJonathan Wakely2021-06-141-0/+1
* libstdc++: Fix filesystem::path comparisons for C++23Jonathan Wakely2021-06-111-0/+12
* libstdc++: Fix filesystem::path constraints for volatile [PR 100630]Jonathan Wakely2021-05-171-0/+14
* libstdc++: Remove redundant -std=gnu++17 options from filesystem testsJonathan Wakely2021-05-101-1/+1
* Update copyright years.Jakub Jelinek2021-01-0450-50/+50
* libstdc++: Fix -Wrange-loop-construct warnings in filesystem testsJonathan Wakely2020-11-2723-25/+25
* libstdc++: Fix experimental::path::generic_string (PR 93245)Jonathan Wakely2020-03-211-9/+37
* Update copyright years.Jakub Jelinek2020-01-0150-50/+50
* libstdc++: P1423R3 char8_t remediation (4/4)Tom Honermann2019-11-291-0/+52
* libstdc++: P1423R3 char8_t remediation (3/4)Tom Honermann2019-11-291-0/+8
* PR libstdc++/90281 Fix string conversions for filesystem::pathJonathan Wakely2019-06-174-0/+243
* PR libstdc++/90634 reduce allocations in filesystem::path constructionJonathan Wakely2019-05-281-0/+75
* PR libstdc++/90454.cc path construction from void*Jonathan Wakely2019-05-131-0/+10
* Fix filesystem::path testsJonathan Wakely2019-04-301-3/+4
* P0482R5 char8_t: New standard library testsTom Honermann2019-02-191-0/+76
* Update copyright years.Jakub Jelinek2019-01-0144-44/+44
* Disable new tests for configurations with no libstdc++fs.aJonathan Wakely2018-12-131-0/+1
* PR libstdc++/80762 avoid ambiguous __constructible_from<void, void>Jonathan Wakely2018-12-121-0/+28
* Make test for Filesystem TS actually use the Filesystem TSJonathan Wakely2018-12-101-5/+5
* PR libstdc++/78870 support std::filesystem on WindowsJonathan Wakely2018-05-316-28/+34
* Refactor path construction from null terminated iterator rangesJonathan Wakely2018-05-232-9/+51
* PR libstdc++/85818 make new test require Filesystem supportJonathan Wakely2018-05-211-0/+1
* PR libstdc++/85818 ensure path::preferred_separator is definedJonathan Wakely2018-05-171-0/+34
* PR libstdc++/83891 fix path::is_absolute() for non-POSIX targetsJonathan Wakely2018-05-151-0/+62
* Remove unused headers from testsJonathan Wakely2018-05-1511-11/+0
* Make Filesystem TS tests pass in C++17 modeJonathan Wakely2018-04-1641-42/+41
* Update copyright years.Jakub Jelinek2018-01-0341-41/+41
* Implement C++17 Filesystem libraryJonathan Wakely2017-10-231-0/+1
* Fix invalid path::iterator testJonathan Wakely2017-10-211-3/+2
* Fix path::iterator post-increment and post-decrementJonathan Wakely2017-10-191-0/+19
* invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek2017-09-151-2/+2
* Update copyright years.Jakub Jelinek2017-01-0141-41/+41
* Fix filesystem test that fails in debug modeJonathan Wakely2016-12-081-4/+5
* Make filesystem::path work with basic_string_view (P0392R0)Jonathan Wakely2016-10-281-0/+56
* Fix filesystem::path for iterators with const value_typeJonathan Wakely2016-10-281-0/+47
* 1.cc: Remove 'test' variables.Paolo Carlini2016-10-141-4/+0
* Use effective-target instead of -std optionsJonathan Wakely2016-08-2640-40/+80
* Add dg-require-filesystem-ts directive to testJonathan Wakely2016-05-051-0/+1
* libstdc++/69703 ignore endianness in codecvt_utf8Jonathan Wakely2016-04-191-0/+72
* Update copyright years.Jakub Jelinek2016-01-0439-39/+39
* Allow Filesystem TS to compile without wchar_tJonathan Wakely2015-10-023-3/+14
* fs_path.h (path::_List): Use vector instead of list.Jonathan Wakely2015-05-011-0/+2
* Implement N4100 File System TSJonathan Wakely2015-04-3039-0/+2056