Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-25[libc++] Factor duplicate code into function templatesLouis Dionne
2018-01-12[libcxx] Make std::basic_istream::get 0-terminate input array in case of error.Volodymyr Sapsai
2017-11-22[libcxx] Make std::basic_istream::getline 0-terminate input array in case of ...Volodymyr Sapsai
2017-06-01[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier
2017-05-04Add markup for libc++ dylib availabilityMehdi Amini
2017-04-19Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the input.output libraryEric Fiselier
2017-01-06Replace _LIBCPP_HAS_NO_DELETED_FUNCTIONS with _LIBCPP_CXX03_LANGEric Fiselier
2017-01-05[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier
2016-12-24fix sign comparison warningsEric Fiselier
2016-09-16[libc++] Add _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY to support GCC ABI com...Eric Fiselier
2016-09-16[libc++] Fix and document visibility attributes for Clang, GCC and Windows.Eric Fiselier
2016-07-24Implement LWG2328. Rvalue stream extraction should perfect forward.Eric Fiselier
2016-07-13Constuct a sentry object in istream::readsome, and handle failures appropriat...Marshall Clow
2016-01-08Revert "Remove visibility attributes from out-of-class method definitions in ...Evgeniy Stepanov
2015-12-10Remove visibility attributes from out-of-class method definitions in iostreams.Evgeniy Stepanov
2015-10-25Fix LWG#2244: basic_istream::seekgMarshall Clow
2014-09-17K-ballo pointed out *another* mistype in my changeMarshall Clow
2014-09-16Forgot 'const' on my last checkinMarshall Clow
2014-09-16Some of the synopsis was left out of these headers, and the copy construction...Marshall Clow
2013-11-01LWG issue 2341; Make the two variants of basic_ostream::seekp and basic_istre...Marshall Clow
2013-08-12Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant
2013-07-01In istream::ignore, check the delimeter as an int_type, not as a char_type, s...Howard Hinnant
2013-03-07No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant
2013-03-06Have basic_istream::read call sgetn intead of sbumpc individual characters. ...Howard Hinnant
2012-12-20Hyeon-Bin Jeong: readsome() need to reset gcount to zero. This fixes http:/...Howard Hinnant
2012-11-07Provide a way to disable use of extern templates in libc++. This is intended...Howard Hinnant
2012-11-01peek should set eofbit if sgetc() returns eof.Howard Hinnant
2012-09-14Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...Howard Hinnant
2012-08-25Have basic_istream seekg, putback and unget first clear eofbit. Fixes http:/...Howard Hinnant
2012-02-22Modernize conversion to bool to the explicit bool conversion operator (librar...Howard Hinnant
2011-12-02Quash a whole bunch of warningsHoward Hinnant
2011-11-29Further macro protection by replacing _[A-Z] with _[A-Z]pHoward Hinnant
2011-11-29Add protection from min/max macrosHoward Hinnant
2011-10-18Windows support by Ruben Van Boxem.Howard Hinnant
2011-10-09Fix <rdar://problem/10256836> getline of an empty string mistakenly causes fa...Howard Hinnant
2011-09-02Reimplemented much of <istream> such that single character extractions do not...Howard Hinnant
2011-07-08Fixing up some ABI issuesHoward Hinnant
2011-07-01_STD -> _VSTD to avoid macro clash on windowsHoward Hinnant
2011-02-27Fixed two problems found by Chris Jefferson: Made operator>> for char consis...Howard Hinnant
2011-02-14Chris Jefferson noted many places where function calls needed to be qualified...Howard Hinnant
2010-11-17license changeHoward Hinnant
2010-09-22visibility-decoration.Howard Hinnant
2010-09-05Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant
2010-08-22Fixing whitespace problemsHoward Hinnant
2010-05-12Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant