summaryrefslogtreecommitdiff
path: root/include/streambuf
AgeCommit message (Expand)Author
2017-09-12Make pbump (internally) handle sizes bigger than MAX_INT. Fixes PR#33725 - th...Marshall Clow
2017-07-24make sure that we don't call basic_streambuf::gbump with a value bigger than ...Marshall Clow
2017-05-31[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier
2017-05-04Add markup for libc++ dylib availabilityMehdi Amini
2017-01-04[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier
2016-09-16[libc++] Add _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY to support GCC ABI com...Eric Fiselier
2016-09-15[libc++] Fix and document visibility attributes for Clang, GCC and Windows.Eric Fiselier
2016-06-10[streambuf] Added call to traits_type::copy to common case in xsgetn()Evandro Menezes
2016-01-08Revert "Remove visibility attributes from out-of-class method definitions in ...Evgeniy Stepanov
2015-12-09Remove visibility attributes from out-of-class method definitions in iostreams.Evgeniy Stepanov
2015-02-19Make basic_streambuf::xsputn write characters in chunks whenever possible, in...Marshall Clow
2013-08-12Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant
2013-03-06No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant
2012-11-06Provide a way to disable use of extern templates in libc++. This is intended...Howard Hinnant
2012-10-13Use traits_type::to_int_type in basic_streambuf<_CharT, _Traits>::xsputn when...Howard Hinnant
2011-12-01Quash a whole bunch of warningsHoward Hinnant
2011-10-17Windows support by Ruben Van Boxem.Howard Hinnant
2011-06-30_STD -> _VSTD to avoid macro clash on windowsHoward Hinnant
2010-11-16license changeHoward Hinnant
2010-09-23visibility-decoration.Howard Hinnant
2010-08-22Fixing whitespace problemsHoward Hinnant
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant