History log of /external/libcxx/src/iostream.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0f678bd69ef6428e6c75ae1b43fcf1543df63cda 12-Aug-2013 Howard Hinnant <hhinnant@apple.com> Nico Rieck: this patch series fixes visibility issues on Windows as explained in <http://lists.cs.uiuc.edu/pipermail/cfe-dev/2013-August/031214.html>.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@188192 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/src/iostream.cpp
d3b5b6b9f4656d94628ed33e50a5eeee3b7fa1c3 27-Apr-2013 Joerg Sonnenberger <joerg@bec.de> Use reinterpret_casts directly in place of C-style casts.


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@180679 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/src/iostream.cpp
903439f7359b1bfaecb59134bbe6bc869501e537 19-Mar-2013 Howard Hinnant <hhinnant@apple.com> This is an optimization which produces improved launching time. There should be no functionality change. Clients should see no ABI differences.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@177443 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/src/iostream.cpp
cbdd0896d3629a17d11be4078347e085b26099f5 31-May-2012 Howard Hinnant <hhinnant@apple.com> Protect use of alignas against older versions of clang

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@157764 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/src/iostream.cpp
1378397721435d2737ab494908918bfe88882789 16-Mar-2012 Howard Hinnant <hhinnant@apple.com> Alter the terminal streams such that they do not get added to the atexit chain, and thus never get destructed.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@152926 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/src/iostream.cpp
0949eedbd621bc1611266fb180d9a356ee1eaf9f 30-Jun-2011 Howard Hinnant <hhinnant@apple.com> _STD -> _VSTD to avoid macro clash on windows

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@134190 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/src/iostream.cpp
b64f8b07c104c6cc986570ac8ee0ed16a9f23976 16-Nov-2010 Howard Hinnant <hhinnant@apple.com> license change

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@119395 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/src/iostream.cpp
f5256e16dfc425c1d466f6308d4026d529ce9e0b 11-May-2010 Howard Hinnant <hhinnant@apple.com> Wiped out some non-ascii characters that snuck into the copyright.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@103516 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/src/iostream.cpp
bc8d3f97eb5c958007f2713238472e0c1c8fe02c 11-May-2010 Howard Hinnant <hhinnant@apple.com> libcxx initial import

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@103490 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/src/iostream.cpp