summaryrefslogtreecommitdiff
path: root/include/fstream
AgeCommit message (Expand)Author
2017-09-12Make pbump (internally) handle sizes bigger than MAX_INT. Fixes PR#33725 - th...Marshall Clow
2017-06-14Add some const_casts in places where we were implicitly casting away constnes...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-10-31[libc++] Add configuration define for off_t functionsShoaib Meenai
2016-08-25Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...Marshall Clow
2016-06-04Don't call memmove when there's nothing to move. Fixes PR#27978.Marshall Clow
2016-04-22Cleanup: move visibility/linkage attributes to the first declaration.Evgeniy Stepanov
2015-03-12Add option to disable access to the global filesystem namespace.Ed Schouten
2015-02-03Revert: Revert r227804: Use fseek/ftell instead of fseeko/ftello when Newlib ...Jonathan Roelofs
2015-02-02Revert r227804: Use fseek/ftell instead of fseeko/ftello when Newlib is the libcJonathan Roelofs
2015-02-02Use fseek/ftell instead of fseeko/ftello when Newlib is the libcJonathan Roelofs
2013-08-12Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant
2013-04-02Reference: http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-2013032...Howard Hinnant
2013-03-06No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant
2012-10-13Don't neglect to "return *this".Argyrios Kyrtzidis
2012-08-24Hyeon-Bin Jeong: 1. sync() should reset it’s external buffer pointers. Howard Hinnant
2012-08-24Fix basic_filebuf's internal buffer is shrinking when using with some codecvt...Howard Hinnant
2012-08-24Fixed order of calling use_facet vs setbuf in basic_filebuf default constructor.Howard Hinnant
2012-08-24basic_filebuf needs to delay obtaining a codecvt facet from the global locale...Howard Hinnant
2012-01-12Fix http://llvm.org/bugs/show_bug.cgi?id=11752Howard 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
2011-02-02Missing traits::to_int_type in fstreamHoward Hinnant
2010-11-16license changeHoward Hinnant
2010-09-21visibility-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-07-15Tests for basic posix regex templated on wchar_tHoward Hinnant
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant