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
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