summaryrefslogtreecommitdiff
path: root/include/sstream
AgeCommit message (Expand)Author
2017-12-19libcxx: Fix for basic_stringbuf::seekoff() after r320604.Peter Collingbourne
2017-12-13[libcxx] Fix basic_stringbuf constructorZhihao Yuan
2017-09-12Make pbump (internally) handle sizes bigger than MAX_INT. Fixes PR#33725 - th...Marshall Clow
2017-08-02Fix PR33727: std::basic_stringbuf only works with DefaultConstructible alloca...Marshall Clow
2017-05-31[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier
2017-04-18Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the input.output libraryEric Fiselier
2017-01-04[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier
2016-09-16Move _LIBCPP_INLINE_VISIBILITY to first declaration in sstream.Eric Fiselier
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
2014-09-16Fix a bug in the move-assigment operator for basic_stringbuf. Thanks to Johna...Marshall Clow
2013-08-12Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant
2013-04-03The move / swap members were not correctly taking all of the possible states ...Howard Hinnant
2013-03-06No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant
2011-11-29Add protection from min/max macrosHoward Hinnant
2011-10-17Windows support by Ruben Van Boxem.Howard Hinnant
2011-06-30_STD -> _VSTD to avoid macro clash on windowsHoward Hinnant
2011-02-14Chris Jefferson noted many places where function calls needed to be qualified...Howard Hinnant
2010-11-16license changeHoward Hinnant
2010-09-23visibility-decoration.Howard Hinnant
2010-09-04Changed __config to react to all of clang's currently documented has_feature ...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