aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/fstream
AgeCommit message (Expand)AuthorFilesLines
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
2022-01-04[libc++] Add the version header to all headers.Mark de Wever1-0/+1
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne1-1/+1
2021-08-24[libc++] Remove support for CloudABI, which has been abandonedLouis Dionne1-26/+0
2021-06-28[libc++] Remove some _LIBCPP_CXX03_LANG from iostreams headers.Arthur O'Dwyer1-28/+1
2021-05-29[libc++] Alphabetize and include-what-you-use. NFCI.Arthur O'Dwyer1-1/+1
2021-05-18[libc++] Alphabetize header inclusions and include-what-you-use <__debug>. NFCI.Arthur O'Dwyer1-2/+3
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne1-7/+7
2021-04-12[libc++] add `inline` for __open's definition in ifstream and ofstreamjasonliu1-2/+4
2021-04-12[libc++] Move checks for newlib to actually workMara Sophie Grosch1-0/+3
2021-01-19[libc++] Make LIBCXX_ENABLE_FILESYSTEM fully consistentLouis Dionne1-8/+11
2020-12-10[libc++] ADL-proof by adding _VSTD:: qualifications to memmove etc.Arthur O'Dwyer1-2/+2
2020-11-27[libc++] Replace several uses of 0 by nullptrBruce Mitchener1-60/+60
2020-11-12[libc++] Instantiate additional <iostream> members in the dylibLouis Dionne1-2/+9
2020-11-05[libc++] Rework the whole availability markup implementationLouis Dionne1-0/+1
2019-09-16Open fstream files in O_CLOEXEC mode when possible.Dan Albert1-12/+12
2019-07-22[libc++] Set __file_ to 0 in basic_filebuf::close() even if fclose failsPetr Hosek1-3/+2
2019-03-20[libc++] Mark <filesystem> tests as failing when the dylib doesn't support fi...Louis Dionne1-8/+8
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-08Set the buffer of an fstream to empty when the underlying file is closed. Thi...Marshall Clow1-0/+1
2018-07-27Implement <filesystem>Eric Fiselier1-0/+61