summaryrefslogtreecommitdiff
path: root/libcxx/include/streambuf
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Adds more forward declaration headers.Mark de Wever2023-04-271-0/+1
* [libc++][NFC] Add missing conditionals for the existence of wide charactersLouis Dionne2022-11-211-2/+4
* [libc++] Towards a simpler extern template story in libc++Louis Dionne2022-06-081-4/+4
* [libc++] Ensure that all public C++ headers include <__assert>Louis Dionne2022-03-301-0/+1
* [libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer2022-02-041-1/+1
* [libc++] Modularize <chrono>Louis Dionne2022-01-141-0/+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++] Alphabetize and include-what-you-use. NFCI.Arthur O'Dwyer2021-05-291-1/+1
* [libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne2021-04-201-1/+1
* [libc++] Fix the header guard from _LIBCPP_STEAMBUF to _LIBCPP_STREAMBUF.Arthur O'Dwyer2021-04-041-3/+3
* [libc++] Replace several uses of 0 by nullptrBruce Mitchener2020-11-271-6/+6
* [libc++] Drop old workaround for iostreams instantiations missing from the dylibLouis Dionne2020-10-221-2/+0
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [libcxx] Don't depend on availability markup to provide the streams in the dylibLouis Dionne2018-12-061-1/+1
* [libcxx] Remove _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITYLouis Dionne2018-10-161-19/+19
* [libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne2018-07-111-7/+7
* Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne2018-07-051-7/+7
* [libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITYLouis Dionne2018-07-051-7/+7
* Add static_asserts to basic_ios and basic_stream_buf to ensure that that the ...Marshall Clow2018-02-011-0/+3
* Make pbump (internally) handle sizes bigger than MAX_INT. Fixes PR#33725 - th...Marshall Clow2017-09-121-0/+3
* make sure that we don't call basic_streambuf::gbump with a value bigger than ...Marshall Clow2017-07-241-1/+2
* [Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier2017-05-311-0/+5
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-041-0/+2
* [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier2017-01-041-1/+1
* [libc++] Add _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY to support GCC ABI com...Eric Fiselier2016-09-161-196/+98
* [libc++] Fix and document visibility attributes for Clang, GCC and Windows.Eric Fiselier2016-09-151-4/+4
* [streambuf] Added call to traits_type::copy to common case in xsgetn()Evandro Menezes2016-06-101-2/+12
* Revert "Remove visibility attributes from out-of-class method definitions in ...Evgeniy Stepanov2016-01-081-19/+19
* Remove visibility attributes from out-of-class method definitions in iostreams.Evgeniy Stepanov2015-12-091-19/+19
* Make basic_streambuf::xsputn write characters in chunks whenever possible, in...Marshall Clow2015-02-191-5/+16
* Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant2013-08-121-5/+5
* No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant2013-03-061-1/+1
* Provide a way to disable use of extern templates in libc++. This is intended...Howard Hinnant2012-11-061-4/+4
* Use traits_type::to_int_type in basic_streambuf<_CharT, _Traits>::xsputn when...Howard Hinnant2012-10-131-1/+1
* Quash a whole bunch of warningsHoward Hinnant2011-12-011-4/+4
* Windows support by Ruben Van Boxem.Howard Hinnant2011-10-171-0/+2
* _STD -> _VSTD to avoid macro clash on windowsHoward Hinnant2011-06-301-7/+7
* license changeHoward Hinnant2010-11-161-2/+2
* visibility-decoration.Howard Hinnant2010-09-231-1/+1
* Fixing whitespace problemsHoward Hinnant2010-08-221-1/+0
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+563