aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/filesystem
AgeCommit message (Expand)AuthorFilesLines
2025-04-09[libc++][C++03] Remove headers which don't provide anything (#134044)Nikolas Klauser1-1/+1
2024-12-21[libc++][C++03] Use `__cxx03/` headers in C++03 mode (#109002)Nikolas Klauser1-3/+4
2024-12-10[libc++] Add #if 0 block to all the top-level headers (#119234)Nikolas Klauser1-36/+39
2024-07-18[libc++] Include the rest of the detail headers by version in the umbrella he...Nikolas Klauser1-16/+20
2024-03-03[libc++] Rename __fwd/hash.h to __fwd/functional.h and add reference_wrapper ...Nikolas Klauser1-0/+1
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne1-1/+0
2023-10-29[libc++] Remove a few transitive includes (#70553)philnik7771-0/+2
2023-06-27[libc++] Expand the contents of LIBCXX_ENABLE_FILESYSTEMLouis Dionne1-4/+0
2023-06-24[libc++][ranges] Addresses: LWG3719 - Directory iterators should be usable w...Hristo Hristov1-2/+79
2023-06-12[libc++][spaceship] P1614R2: Added `operator==` to `file_status`Hristo Hristov1-1/+25
2023-06-07[libc++] Roll up fstream support into filesystem supportLouis Dionne1-1/+1
2023-04-09[libc++] Granularize system_error.Mark de Wever1-0/+1
2023-04-09[libc++] Remove <cstdlib> includesNikolas Klauser1-0/+1
2023-02-07[libc++] Implement LWG3657 std::hash<filesystem::path>Louis Dionne1-0/+3
2022-11-25[libc++][NFC] Consistently use newline between license and include guardLouis Dionne1-0/+1
2022-11-05[libc++] Granularize <concept> includesNikolas Klauser1-0/+4
2022-09-27[libc++][NFC] Fix some standard-mandated includes commentsNikolas Klauser1-0/+2
2022-08-18[libc++] Implement `operator<=>` for `filesystem::directory_entry`Adrian Vogelsgesang1-1/+67
2022-08-18[libc++] Implement `operator<=>` for `filesystem::path`Adrian Vogelsgesang1-19/+140
2022-08-08[libc++] Implement `operator==` for `filesystem::space_info`Adrian Vogelsgesang1-0/+2
2022-06-17[libc++] Mark standard-mandated includes as suchNikolas Klauser1-1/+3
2022-05-20[libc++] Improve error messages for disabled modesLouis Dionne1-1/+1
2022-03-30[libc++] Ensure that all public C++ headers include <__assert>Louis Dionne1-0/+2
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer1-1/+1
2022-01-10[libc++] Alphabetize header #includes. NFCI.Arthur O'Dwyer1-1/+1
2021-12-23[libc++] Remove unused headers from <filesystem>Nikolas Klauser1-38/+16
2021-12-23Revert "[libc++] Remove unused headers from <filesystem>"Nikolas Klauser1-0/+23
2021-12-23[libc++] Remove unused headers from <filesystem>Nikolas Klauser1-23/+0
2021-12-22[libc++][NFC] Granularize <filesystem>Nikolas Klauser1-2771/+17
2021-12-01[libc++] Implement P1989R2: range constructor for string_viewJoe Loser1-1/+1
2021-11-25[libc++] Avoid overload resolution in path comparison operatorsJoe Loser1-6/+6
2021-11-24[libc++] Fix backdeployment annotations for std::filesystemLouis Dionne1-0/+4
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne1-1/+1
2021-10-20Raise compile error when using unimplemented functionsMuiez Ahmed1-0/+2
2021-10-14[libc++] LWG3480: make (recursive_)directory_iterator C++20 rangesJoe Loser1-6/+29
2021-10-12[libc++] Add an option to disable wide character support in libc++Louis Dionne1-0/+4
2021-10-10[libc++][NFC] Replace tab with whitespace in commentJoe Loser1-1/+1
2021-07-28[libc++][nfc] Improve error diagnostics.Mark de Wever1-1/+1
2021-06-24[libcxx][modularisation] moves <utility> content out of <type_traits>Christopher Di Bella1-0/+1
2021-05-29[libc++] Alphabetize and include-what-you-use. NFCI.Arthur O'Dwyer1-7/+6
2021-04-26[libc++] Remove the special logic for "noexcept iterators" in basic_string.Arthur O'Dwyer1-1/+1
2021-04-21[libc++] s/_LIBCPP_NO_HAS_CHAR8_T/_LIBCPP_HAS_NO_CHAR8_T/gArthur O'Dwyer1-9/+9
2021-04-06[libc++] Header inclusion tests.Arthur O'Dwyer1-0/+1
2021-03-11[libcxx] Avoid intermediate string objects for substrings in windows operator/=Martin Storsjö1-2/+2
2021-03-08[libcxx] Document windows specifics regarding file_type and perms. NFC.Martin Storsjö1-0/+6
2021-02-21[libcxx] Make path::format a non-class enumMartin Storsjö1-1/+1
2021-02-19[libcxx] Make generic_*string return paths with forward slashes on windowsMartin Storsjö1-3/+19
2021-02-18[libcxx] Implement append and operator/ properly for windowsMartin Storsjö1-8/+44
2021-02-17[libcxx] Implement is_absolute properly for windowsMartin Storsjö1-0/+21
2021-02-04[libc++] Remove the ability to use braced-init for filesystem pathsLouis Dionne1-2/+2