summaryrefslogtreecommitdiffstats
path: root/libcxx/include/istream
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Implement LWG 3199Louis Dionne2019-08-201-1/+1
* [libc++] Fix error flags and exceptions propagated from input stream operationsLouis Dionne2019-04-051-374/+509
* Revert "[libc++] Fix error flags and exceptions propagated from input stream ...Louis Dionne2019-04-021-509/+374
* [libc++] Fix build when exceptions are turned offLouis Dionne2019-04-021-1/+1
* [libc++] Fix error flags and exceptions propagated from input stream operationsLouis Dionne2019-04-021-374/+509
* [libc++] Remove use of auto with actual typeLouis Dionne2019-04-021-2/+2
* [libc++][NFC] Remove useless public: label at the end of classLouis Dionne2019-04-021-1/+0
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308Marshall Clow2018-12-111-0/+1
* [libcxx] Don't depend on availability markup to provide the streams in the dylibLouis Dionne2018-12-061-1/+1
* [libc++] Implement P0487R1 - Fixing operator>>(basic_istream&, CharT*)Zhihao Yuan2018-11-211-8/+49
* [libcxx] Remove _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITYLouis Dionne2018-10-161-11/+11
* [libc++] Factor duplicate code into function templatesLouis Dionne2018-07-251-269/+50
* [libcxx] Make std::basic_istream::get 0-terminate input array in case of error.Volodymyr Sapsai2018-01-111-1/+4
* [libcxx] Make std::basic_istream::getline 0-terminate input array in case of ...Volodymyr Sapsai2017-11-221-2/+4
* [Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier2017-05-311-2/+6
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-041-0/+2
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the input.output libraryEric Fiselier2017-04-181-14/+11
* Replace _LIBCPP_HAS_NO_DELETED_FUNCTIONS with _LIBCPP_CXX03_LANGEric Fiselier2017-01-061-6/+1
* [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier2017-01-041-4/+4
* fix sign comparison warningsEric Fiselier2016-12-241-1/+1
* [libc++] Add _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY to support GCC ABI com...Eric Fiselier2016-09-161-113/+55
* [libc++] Fix and document visibility attributes for Clang, GCC and Windows.Eric Fiselier2016-09-151-3/+3
* Implement LWG2328. Rvalue stream extraction should perfect forward.Eric Fiselier2016-07-241-2/+2
* Constuct a sentry object in istream::readsome, and handle failures appropriat...Marshall Clow2016-07-131-11/+28
* Revert "Remove visibility attributes from out-of-class method definitions in ...Evgeniy Stepanov2016-01-081-23/+23
* Remove visibility attributes from out-of-class method definitions in iostreams.Evgeniy Stepanov2015-12-091-23/+23
* Fix LWG#2244: basic_istream::seekgMarshall Clow2015-10-251-0/+1
* K-ballo pointed out *another* mistype in my changeMarshall Clow2014-09-171-3/+4
* Forgot 'const' on my last checkinMarshall Clow2014-09-161-4/+4
* Some of the synopsis was left out of these headers, and the copy construction...Marshall Clow2014-09-161-1/+16
* LWG issue 2341; Make the two variants of basic_ostream::seekp and basic_istre...Marshall Clow2013-10-311-1/+6
* Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant2013-08-121-7/+7
* In istream::ignore, check the delimeter as an int_type, not as a char_type, s...Howard Hinnant2013-07-011-4/+2
* No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant2013-03-061-4/+4
* Have basic_istream::read call sgetn intead of sbumpc individual characters. ...Howard Hinnant2013-03-061-10/+3
* Hyeon-Bin Jeong: readsome() need to reset gcount to zero. This fixes http:/...Howard Hinnant2012-12-201-0/+1
* Provide a way to disable use of extern templates in libc++. This is intended...Howard Hinnant2012-11-061-3/+3
* peek should set eofbit if sgetc() returns eof.Howard Hinnant2012-11-011-0/+4
* Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...Howard Hinnant2012-09-141-1/+1
* Have basic_istream seekg, putback and unget first clear eofbit. Fixes http:/...Howard Hinnant2012-08-241-0/+3
* Modernize conversion to bool to the explicit bool conversion operator (librar...Howard Hinnant2012-02-211-1/+1
* Quash a whole bunch of warningsHoward Hinnant2011-12-011-3/+2
* Further macro protection by replacing _[A-Z] with _[A-Z]pHoward Hinnant2011-11-291-42/+42
* Add protection from min/max macrosHoward Hinnant2011-11-291-0/+2
* Windows support by Ruben Van Boxem.Howard Hinnant2011-10-171-0/+2
* Fix <rdar://problem/10256836> getline of an empty string mistakenly causes fa...Howard Hinnant2011-10-091-1/+3
* Reimplemented much of <istream> such that single character extractions do not...Howard Hinnant2011-09-011-207/+167
* Fixing up some ABI issuesHoward Hinnant2011-07-071-0/+4
* _STD -> _VSTD to avoid macro clash on windowsHoward Hinnant2011-06-301-3/+3
OpenPOWER on IntegriCloud