summaryrefslogtreecommitdiff
path: root/src/iostream.cpp
AgeCommit message (Expand)Author
2017-08-07[libc++] Don't hardcode namespace in manual manglingShoaib Meenai
2017-04-19[libc++] Use _LIBCPP_ABI_MICROSOFT instead of _MSC_VERShoaib Meenai
2017-01-07Explicitly specify MSVC mangling of iostream globals. Patch from Dave LeeEric Fiselier
2015-03-26Make the presence of stdin and stdout optional.Ed Schouten
2015-03-26Remove the state_types array.Ed Schouten
2015-03-17Clean up iostream creation in preparation for conditionalizing streams.Ed Schouten
2013-08-12Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant
2013-04-27Use reinterpret_casts directly in place of C-style casts.Joerg Sonnenberger
2013-03-19This is an optimization which produces improved launching time. There should...Howard Hinnant
2012-05-31Protect use of alignas against older versions of clangHoward Hinnant
2012-03-16Alter the terminal streams such that they do not get added to the atexit chai...Howard Hinnant
2011-06-30_STD -> _VSTD to avoid macro clash on windowsHoward 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