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