aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/streambuf
AgeCommit message (Expand)AuthorFilesLines
2024-06-18[libc++][NFC] Remove unnecessary parens in static_asserts (#95605)Nikolas Klauser1-1/+1
2024-04-25[libc++] Implement LWG4023 (#87513)Louis Dionne1-0/+6
2024-04-14[libc++][RFC] Only include what is required by-version in the umbrella header...Nikolas Klauser1-0/+1
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne1-1/+0
2024-02-12[libc++] Move the contents of `__fwd/get.h` into the forward declaration head...Nikolas Klauser1-0/+1
2023-12-18[libc++] Format the code base (#74334)Louis Dionne1-299/+231
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne1-10/+10
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne1-7/+7
2023-11-08Implement syncstream (p0053)Mark de Wever1-0/+1
2023-10-29[libc++] Remove a few transitive includes (#70553)philnik7771-1/+4
2023-05-24Revert "[libc++] Apply _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION only in cl...Nikolas Klauser1-7/+7
2023-05-23[libc++] Apply _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION only in classes th...Nikolas Klauser1-7/+7
2023-05-23[libc++][NFC] Move basic_ios extern instantiations into <ios>Nikolas Klauser1-2/+0
2023-04-27[libc++] Adds more forward declaration headers.Mark de Wever1-0/+1
2022-11-21[libc++][NFC] Add missing conditionals for the existence of wide charactersLouis Dionne1-2/+4
2022-06-08[libc++] Towards a simpler extern template story in libc++Louis Dionne1-4/+4
2022-03-30[libc++] Ensure that all public C++ headers include <__assert>Louis Dionne1-0/+1
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer1-1/+1
2022-01-14[libc++] Modularize <chrono>Louis Dionne1-0/+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-05-29[libc++] Alphabetize and include-what-you-use. NFCI.Arthur O'Dwyer1-1/+1
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne1-1/+1
2021-04-04[libc++] Fix the header guard from _LIBCPP_STEAMBUF to _LIBCPP_STREAMBUF.Arthur O'Dwyer1-3/+3
2020-11-27[libc++] Replace several uses of 0 by nullptrBruce Mitchener1-6/+6
2020-10-22[libc++] Drop old workaround for iostreams instantiations missing from the dylibLouis Dionne1-2/+0
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-06[libcxx] Don't depend on availability markup to provide the streams in the dylibLouis Dionne1-1/+1
2018-10-16[libcxx] Remove _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITYLouis Dionne1-19/+19
2018-07-11[libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne1-7/+7
2018-07-05Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne1-7/+7
2018-07-05[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITYLouis Dionne1-7/+7
2018-02-01Add static_asserts to basic_ios and basic_stream_buf to ensure that that the ...Marshall Clow1-0/+3
2017-09-12Make pbump (internally) handle sizes bigger than MAX_INT. Fixes PR#33725 - th...Marshall Clow1-0/+3
2017-07-24make sure that we don't call basic_streambuf::gbump with a value bigger than ...Marshall Clow1-1/+2
2017-05-31[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier1-0/+5
2017-05-04Add markup for libc++ dylib availabilityMehdi Amini1-0/+2
2017-01-04[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier1-1/+1
2016-09-16[libc++] Add _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY to support GCC ABI com...Eric Fiselier1-196/+98
2016-09-15[libc++] Fix and document visibility attributes for Clang, GCC and Windows.Eric Fiselier1-4/+4
2016-06-10[streambuf] Added call to traits_type::copy to common case in xsgetn()Evandro Menezes1-2/+12
2016-01-08Revert "Remove visibility attributes from out-of-class method definitions in ...Evgeniy Stepanov1-19/+19
2015-12-09Remove visibility attributes from out-of-class method definitions in iostreams.Evgeniy Stepanov1-19/+19
2015-02-19Make basic_streambuf::xsputn write characters in chunks whenever possible, in...Marshall Clow1-5/+16
2013-08-12Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant1-5/+5
2013-03-06No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant1-1/+1
2012-11-06Provide a way to disable use of extern templates in libc++. This is intended...Howard Hinnant1-4/+4
2012-10-13Use traits_type::to_int_type in basic_streambuf<_CharT, _Traits>::xsputn when...Howard Hinnant1-1/+1
2011-12-01Quash a whole bunch of warningsHoward Hinnant1-4/+4
2011-10-17Windows support by Ruben Van Boxem.Howard Hinnant1-0/+2