summaryrefslogtreecommitdiff
path: root/libcxx/include/fstream
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Adds more forward declaration headers.Mark de Wever2023-04-271-0/+1
* [libc++] Add hide_from_abi check for classesNikolas Klauser2023-04-161-2/+2
* [libc++] Remove <cstdlib> includesNikolas Klauser2023-04-091-1/+1
* [libc++] Move constexpr <cstring> functions into their own headers and remove...Nikolas Klauser2023-02-211-1/+0
* [libc++][NFC] Rename _LIBCPP_NO_EXCEPTIONS to _LIBCPP_HAS_NO_EXCEPTIONSNikolas Klauser2023-02-171-4/+4
* [libc++] Granularize <type_traits> includes in <iterator>Nikolas Klauser2022-12-271-0/+1
* [libc++] Add custom clang-tidy checksNikolas Klauser2022-12-231-10/+10
* [libc++][NFC] Add assertions before calling memmoveLouis Dionne2022-11-281-1/+2
* [libc++][clang-tidy] Enable readability-simplify-boolean-exprNikolas Klauser2022-11-241-2/+3
* [libc++] Introduce a setting to remove fstream from the libraryLouis Dionne2022-11-201-0/+4
* [libc++] Split __allocator_destructor out of shared_ptr.hNikolas Klauser2022-11-051-0/+5
* [libc++] Granularize <concept> includesNikolas Klauser2022-11-051-0/+4
* [libc++] Granularize the rest of memoryNikolas Klauser2022-09-051-0/+1
* Revert "[libc++] Granularize the rest of memory"Vitaly Buka2022-09-021-1/+0
* [libc++] Granularize the rest of memoryNikolas Klauser2022-09-021-0/+1
* [libc++][NFC] Enable modernize-use-overrideNikolas Klauser2022-08-251-11/+11
* [libc++] Towards a simpler extern template story in libc++Louis Dionne2022-06-081-3/+3
* [libc++] Fix undefined behavior in `std::filebuf`Fabian Wolff2022-04-141-7/+20
* [libc++] Ensure that all public C++ headers include <__assert>Louis Dionne2022-03-301-1/+1
* [libc++] Granularize <utility> includesNikolas Klauser2022-03-051-0/+3
* [libc++] Move everything related solely to _LIBCPP_ASSERT to its own fileLouis Dionne2022-02-161-1/+1
* [libc++] Granularize algorithm includesNikolas Klauser2022-02-161-0/+1
* [libc++] Implement P0627R6 (Function to mark unreachable code)Nikolas Klauser2022-02-141-1/+2
* [libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer2022-02-041-1/+1
* [libc++] Add the version header to all headers.Mark de Wever2022-01-041-0/+1
* [runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne2021-11-171-1/+1
* [libc++] Remove support for CloudABI, which has been abandonedLouis Dionne2021-08-241-26/+0
* [libc++] Remove some _LIBCPP_CXX03_LANG from iostreams headers.Arthur O'Dwyer2021-06-281-28/+1
* [libc++] Alphabetize and include-what-you-use. NFCI.Arthur O'Dwyer2021-05-291-1/+1
* [libc++] Alphabetize header inclusions and include-what-you-use <__debug>. NFCI.Arthur O'Dwyer2021-05-181-2/+3
* [libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne2021-04-201-7/+7
* [libc++] add `inline` for __open's definition in ifstream and ofstreamjasonliu2021-04-121-2/+4
* [libc++] Move checks for newlib to actually workMara Sophie Grosch2021-04-121-0/+3
* [libc++] Make LIBCXX_ENABLE_FILESYSTEM fully consistentLouis Dionne2021-01-191-8/+11
* [libc++] ADL-proof by adding _VSTD:: qualifications to memmove etc.Arthur O'Dwyer2020-12-101-2/+2
* [libc++] Replace several uses of 0 by nullptrBruce Mitchener2020-11-271-60/+60
* [libc++] Instantiate additional <iostream> members in the dylibLouis Dionne2020-11-121-2/+9
* [libc++] Rework the whole availability markup implementationLouis Dionne2020-11-051-0/+1
* Open fstream files in O_CLOEXEC mode when possible.Dan Albert2019-09-161-12/+12
* [libc++] Set __file_ to 0 in basic_filebuf::close() even if fclose failsPetr Hosek2019-07-221-3/+2
* [libc++] Mark <filesystem> tests as failing when the dylib doesn't support fi...Louis Dionne2019-03-201-8/+8
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Set the buffer of an fstream to empty when the underlying file is closed. Thi...Marshall Clow2019-01-081-0/+1
* Implement <filesystem>Eric Fiselier2018-07-271-0/+61
* Implement a better copy_file.Eric Fiselier2018-07-221-87/+129
* libcxx: Provide overloads for basic_filebuf::open() et al that take wchar_t* ...Peter Collingbourne2018-01-231-0/+177
* Make pbump (internally) handle sizes bigger than MAX_INT. Fixes PR#33725 - th...Marshall Clow2017-09-121-4/+4
* Add some const_casts in places where we were implicitly casting away constnes...Marshall Clow2017-06-141-3/+4
* [Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier2017-05-311-2/+6
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the input.output libraryEric Fiselier2017-04-181-19/+13