summaryrefslogtreecommitdiffstats
path: root/libcxx/include/fstream
Commit message (Expand)AuthorAgeFilesLines
* Open fstream files in O_CLOEXEC mode when possible.Dan Albert2019-09-161-12/+12
* [libc++] Set __file_ to 0 in basic_filebuf::close() even if fclose failsPetr Hosek2019-07-221-3/+2
* [libc++] Mark <filesystem> tests as failing when the dylib doesn't support fi...Louis Dionne2019-03-201-8/+8
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Set the buffer of an fstream to empty when the underlying file is closed. Thi...Marshall Clow2019-01-081-0/+1
* Implement <filesystem>Eric Fiselier2018-07-271-0/+61
* Implement a better copy_file.Eric Fiselier2018-07-221-87/+129
* libcxx: Provide overloads for basic_filebuf::open() et al that take wchar_t* ...Peter Collingbourne2018-01-231-0/+177
* Make pbump (internally) handle sizes bigger than MAX_INT. Fixes PR#33725 - th...Marshall Clow2017-09-121-4/+4
* Add some const_casts in places where we were implicitly casting away constnes...Marshall Clow2017-06-141-3/+4
* [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-19/+13
* [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier2017-01-041-4/+4
* [libc++] Add configuration define for off_t functionsShoaib Meenai2016-10-311-3/+3
* Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...Marshall Clow2016-08-251-12/+8
* Don't call memmove when there's nothing to move. Fixes PR#27978.Marshall Clow2016-06-041-1/+3
* Cleanup: move visibility/linkage attributes to the first declaration.Evgeniy Stepanov2016-04-221-30/+60
* Add option to disable access to the global filesystem namespace.Ed Schouten2015-03-121-0/+26
* Revert: Revert r227804: Use fseek/ftell instead of fseeko/ftello when Newlib ...Jonathan Roelofs2015-02-031-3/+3
* Revert r227804: Use fseek/ftell instead of fseeko/ftello when Newlib is the libcJonathan Roelofs2015-02-021-3/+3
* Use fseek/ftell instead of fseeko/ftello when Newlib is the libcJonathan Roelofs2015-02-021-3/+3
* Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant2013-08-121-4/+4
* Reference: http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-2013032...Howard Hinnant2013-04-021-0/+16
* No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant2013-03-061-4/+4
* Don't neglect to "return *this".Argyrios Kyrtzidis2012-10-131-0/+1
* Hyeon-Bin Jeong: 1. sync() should reset it’s external buffer pointers. Howard Hinnant2012-08-241-23/+17
* Fix basic_filebuf's internal buffer is shrinking when using with some codecvt...Howard Hinnant2012-08-241-2/+3
* Fixed order of calling use_facet vs setbuf in basic_filebuf default constructor.Howard Hinnant2012-08-241-1/+1
* basic_filebuf needs to delay obtaining a codecvt facet from the global locale...Howard Hinnant2012-08-241-2/+23
* Fix http://llvm.org/bugs/show_bug.cgi?id=11752Howard Hinnant2012-01-121-1/+1
* 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-27/+27
* Chris Jefferson noted many places where function calls needed to be qualified...Howard Hinnant2011-02-141-1/+1
* Missing traits::to_int_type in fstreamHoward Hinnant2011-02-021-4/+4
* license changeHoward Hinnant2010-11-161-2/+2
* visibility-decoration.Howard Hinnant2010-09-211-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-7/+7
* Tests for basic posix regex templated on wchar_tHoward Hinnant2010-07-151-1/+1
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+1394
OpenPOWER on IntegriCloud