summaryrefslogtreecommitdiffstats
path: root/libcxx/include/sstream
Commit message (Expand)AuthorAgeFilesLines
* libcxx: Fix for basic_stringbuf::seekoff() after r320604.Peter Collingbourne2017-12-191-2/+3
* [libcxx] Fix basic_stringbuf constructorZhihao Yuan2017-12-131-1/+0
* Make pbump (internally) handle sizes bigger than MAX_INT. Fixes PR#33725 - th...Marshall Clow2017-09-121-6/+14
* Fix PR33727: std::basic_stringbuf only works with DefaultConstructible alloca...Marshall Clow2017-08-021-1/+2
* [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-17/+15
* [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier2017-01-041-4/+4
* Move _LIBCPP_INLINE_VISIBILITY to first declaration in sstream.Eric Fiselier2016-09-161-28/+26
* Revert "Remove visibility attributes from out-of-class method definitions in ...Evgeniy Stepanov2016-01-081-28/+28
* Remove visibility attributes from out-of-class method definitions in iostreams.Evgeniy Stepanov2015-12-091-28/+28
* Fix a bug in the move-assigment operator for basic_stringbuf. Thanks to Johna...Marshall Clow2014-09-161-0/+5
* Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant2013-08-121-4/+4
* The move / swap members were not correctly taking all of the possible states ...Howard Hinnant2013-04-031-40/+124
* No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant2013-03-061-4/+4
* Add protection from min/max macrosHoward Hinnant2011-11-291-0/+2
* Windows support by Ruben Van Boxem.Howard Hinnant2011-10-171-0/+2
* _STD -> _VSTD to avoid macro clash on windowsHoward Hinnant2011-06-301-16/+16
* Chris Jefferson noted many places where function calls needed to be qualified...Howard Hinnant2011-02-141-1/+1
* license changeHoward Hinnant2010-11-161-2/+2
* visibility-decoration.Howard Hinnant2010-09-231-4/+4
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-041-16/+16
* Fixing whitespace problemsHoward Hinnant2010-08-221-9/+9
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+884
OpenPOWER on IntegriCloud