summaryrefslogtreecommitdiff
path: root/libcxx/include/__filesystem/space_info.h
AgeCommit message (Expand)Author
2025-08-26[libc++] Remove a few incorrect _LIBCPP_EXPORTED_FROM_ABI annotations (#132602)Nikolas Klauser
2024-04-02[libc++][NFC] Remove a few unused <__availablity> includes (#86126)Nikolas Klauser
2023-11-28[libc++] Properly guard std::filesystem with >= C++17 (#72701)Louis Dionne
2023-06-27[libc++] Expand the contents of LIBCXX_ENABLE_FILESYSTEMLouis Dionne
2023-06-15[libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI i...Nikolas Klauser
2023-06-07[libc++] Rename availability macros for <filesystem>Louis Dionne
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser
2022-08-08[libc++] Implement `operator==` for `filesystem::space_info`Adrian Vogelsgesang
2022-03-01[libc++] Revert "Protect users from relying on detail headers" & related changesLouis Dionne
2022-02-26[libcxx][modules] protects users from relying on detail headersChristopher Di Bella
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer
2021-12-22[libc++][NFC] Granularize <filesystem>Nikolas Klauser