Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
libcxx
/
src
/
iostream.cpp
fe13c13
Make libc++'s versioning namespace customizable
by Eric Fiselier
· 7 years ago
9b3222f
[libc++] Make sure we can build libc++ with -fvisibility=hidden
by Louis Dionne
· 7 years ago
9b8ef6e
[libc++] Don't hardcode namespace in manual mangling
by Shoaib Meenai
· 8 years ago
3698889
[libc++] Use _LIBCPP_ABI_MICROSOFT instead of _MSC_VER
by Shoaib Meenai
· 8 years ago
a7234f1
Explicitly specify MSVC mangling of iostream globals. Patch from Dave Lee
by Eric Fiselier
· 9 years ago
f4ac884
Make the presence of stdin and stdout optional.
by Ed Schouten
· 11 years ago
4d51429
Remove the state_types array.
by Ed Schouten
· 11 years ago
d2647ea
Clean up iostream creation in preparation for conditionalizing streams.
by Ed Schouten
· 11 years ago
f0544c2
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>.
by Howard Hinnant
· 12 years ago
2ed7030
Use reinterpret_casts directly in place of C-style casts.
by Joerg Sonnenberger
· 12 years ago
591ebe3
This is an optimization which produces improved launching time. There should be no functionality change. Clients should see no ABI differences.
by Howard Hinnant
· 13 years ago
bf33f5b
Protect use of alignas against older versions of clang
by Howard Hinnant
· 13 years ago
b4c7522
Alter the terminal streams such that they do not get added to the atexit chain, and thus never get destructed.
by Howard Hinnant
· 14 years ago
ce48a11
_STD -> _VSTD to avoid macro clash on windows
by Howard Hinnant
· 14 years ago
412dbeb
license change
by Howard Hinnant
· 15 years ago
5b08a8a
Wiped out some non-ascii characters that snuck into the copyright.
by Howard Hinnant
· 15 years ago
3e51952
libcxx initial import
by Howard Hinnant
· 15 years ago