summaryrefslogtreecommitdiffstats
path: root/src/iostream.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make libc++'s versioning namespace customizableEric Fiselier2018-10-301-9/+9
* [libc++] Make sure we can build libc++ with -fvisibility=hiddenLouis Dionne2018-10-251-1/+1
* [libc++] Don't hardcode namespace in manual manglingShoaib Meenai2017-08-071-8/+12
* [libc++] Use _LIBCPP_ABI_MICROSOFT instead of _MSC_VERShoaib Meenai2017-04-191-8/+8
* Explicitly specify MSVC mangling of iostream globals. Patch from Dave LeeEric Fiselier2017-01-071-10/+42
* Make the presence of stdin and stdout optional.Ed Schouten2015-03-261-0/+14
* Remove the state_types array.Ed Schouten2015-03-261-8/+12
* Clean up iostream creation in preparation for conditionalizing streams.Ed Schouten2015-03-171-18/+20
* Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant2013-08-121-8/+8
* Use reinterpret_casts directly in place of C-style casts.Joerg Sonnenberger2013-04-271-4/+4
* This is an optimization which produces improved launching time. There should...Howard Hinnant2013-03-191-6/+8
* Protect use of alignas against older versions of clangHoward Hinnant2012-05-311-14/+14
* Alter the terminal streams such that they do not get added to the atexit chai...Howard Hinnant2012-03-161-25/+38
* _STD -> _VSTD to avoid macro clash on windowsHoward Hinnant2011-06-301-2/+2
* license changeHoward Hinnant2010-11-161-2/+2
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+53