summaryrefslogtreecommitdiff
path: root/include/__std_stream
AgeCommit message (Expand)Author
2017-05-31[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier
2016-12-31clean up some qualifier castingSaleem Abdulrasool
2015-07-18Enable and fix warnings during the build.Eric Fiselier
2013-08-09Partial implementation of N3665. This paper was not voted into the C++1y dra...Howard Hinnant
2013-06-28Make cout a little more thread-safe. This fixes http://llvm.org/bugs/show_bu...Howard Hinnant
2013-05-08Put a 1-character unget buffer into cin. This fixes http://llvm.org/bugs/sho...Howard Hinnant
2013-03-19This is an optimization which produces improved launching time. There should...Howard Hinnant
2013-03-11This SO question: http://stackoverflow.com/questions/15344402/how-can-i-read...Howard Hinnant
2011-12-01Quash a whole bunch of warningsHoward 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
2010-11-16license changeHoward Hinnant
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant