aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/fstream
AgeCommit message (Expand)AuthorFilesLines
2024-06-18[libc++][NFC] Run clang-format on libcxx/include again (#95874)Louis Dionne1-4/+4
2024-05-28[libc++] Make the __availability header a sub-header of __config (#93083)Louis Dionne1-1/+0
2024-04-06[libc++] Implement LWG3430 disallow implicit conversion of the source argumen...yronglin1-9/+14
2024-03-14[libc++] Implements filebuf unbuffered. (#76629)Mark de Wever1-1/+59
2024-03-03[libc++] Refactors fstream open. (#76617)Mark de Wever1-121/+97
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne1-1/+1
2024-01-07Reapply "[libc++][streams] P1759R6: Native handles and file streams" (#77190)Hristo Hristov1-0/+50
2024-01-05Revert "[libc++][streams] P1759R6: Native handles and file streams (#76632)"Haowei Wu1-50/+0
2024-01-05[libc++][streams] P1759R6: Native handles and file streams (#76632)Hristo Hristov1-0/+50
2023-12-19[libc++][print] Adds ostream overloads. (#73262)Mark de Wever1-0/+2
2023-12-18[libc++] Format the code base (#74334)Louis Dionne1-1200/+893
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne1-27/+27
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne1-48/+48
2023-11-28[libc++] Properly guard std::filesystem with >= C++17 (#72701)Louis Dionne1-1/+1
2023-11-24[libc++][NFC] Refactor _LIBCPP_AVAILABILITY_HAS_* macros to always be defined...philnik7771-1/+1
2023-11-17[libc++] Implement P2467R1: Support exclusive mode for fstreamsPragmaTwice1-0/+28
2023-11-07[libc++][hardening] Add `_LIBCPP_ASSERT_NON_NULL` to check for null pointers ...Konstantin Varlamov1-2/+2
2023-10-27[libc++] Fix incorrect length check in std::basic_filebufLouis Dionne1-1/+1
2023-10-06[libc++] Recategorize additional instantiations in the dylib as availability ...Nikolas Klauser1-1/+1
2023-08-31[libc++] Move once_flag outside of <mutex>Louis Dionne1-0/+1
2023-06-28[libc++][hardening][NFC] Introduce `_LIBCPP_ASSERT_UNCATEGORIZED`.varconst1-2/+2
2023-06-27[libc++] Expand the contents of LIBCXX_ENABLE_FILESYSTEMLouis Dionne1-4/+1
2023-06-07[libc++] Rename availability macros for <filesystem>Louis Dionne1-7/+7
2023-06-07[libc++] Roll up fstream support into filesystem supportLouis Dionne1-10/+10
2023-05-24Revert "[libc++] Apply _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION only in cl...Nikolas Klauser1-32/+32
2023-05-23[libc++] Apply _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION only in classes th...Nikolas Klauser1-32/+32
2023-04-27[libc++] Adds more forward declaration headers.Mark de Wever1-0/+1
2023-04-16[libc++] Add hide_from_abi check for classesNikolas Klauser1-2/+2
2023-04-09[libc++] Remove <cstdlib> includesNikolas Klauser1-1/+1
2023-02-21[libc++] Move constexpr <cstring> functions into their own headers and remove...Nikolas Klauser1-1/+0
2023-02-17[libc++][NFC] Rename _LIBCPP_NO_EXCEPTIONS to _LIBCPP_HAS_NO_EXCEPTIONSNikolas Klauser1-4/+4
2022-12-27[libc++] Granularize <type_traits> includes in <iterator>Nikolas Klauser1-0/+1
2022-12-23[libc++] Add custom clang-tidy checksNikolas Klauser1-10/+10
2022-11-28[libc++][NFC] Add assertions before calling memmoveLouis Dionne1-1/+2
2022-11-24[libc++][clang-tidy] Enable readability-simplify-boolean-exprNikolas Klauser1-2/+3
2022-11-20[libc++] Introduce a setting to remove fstream from the libraryLouis Dionne1-0/+4
2022-11-05[libc++] Split __allocator_destructor out of shared_ptr.hNikolas Klauser1-0/+5
2022-11-05[libc++] Granularize <concept> includesNikolas Klauser1-0/+4
2022-09-05[libc++] Granularize the rest of memoryNikolas Klauser1-0/+1
2022-09-02Revert "[libc++] Granularize the rest of memory"Vitaly Buka1-1/+0
2022-09-02[libc++] Granularize the rest of memoryNikolas Klauser1-0/+1
2022-08-25[libc++][NFC] Enable modernize-use-overrideNikolas Klauser1-11/+11
2022-06-08[libc++] Towards a simpler extern template story in libc++Louis Dionne1-3/+3
2022-04-14[libc++] Fix undefined behavior in `std::filebuf`Fabian Wolff1-7/+20
2022-03-30[libc++] Ensure that all public C++ headers include <__assert>Louis Dionne1-1/+1
2022-03-05[libc++] Granularize <utility> includesNikolas Klauser1-0/+3
2022-02-16[libc++] Move everything related solely to _LIBCPP_ASSERT to its own fileLouis Dionne1-1/+1
2022-02-16[libc++] Granularize algorithm includesNikolas Klauser1-0/+1
2022-02-14[libc++] Implement P0627R6 (Function to mark unreachable code)Nikolas Klauser1-1/+2
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer1-1/+1