Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e034a04e4fbfd9a1919d21600cb61eee0112a511
/
libcxx
/
src
/
strstream.cpp
634b9dd
Switch to using C++ style casts.
by Joerg Sonnenberger
· 12 years ago
9f21325
Patch from GM to make more implicit bools explicit since we can't stop MSVC warning about this in headers and to warn is the MSVC default. No functionality change.
by Marshall Clow
· 12 years ago
a8c7c15
Fix signed/unsigned warnings when building libc++ in C++14 mode
by Marshall Clow
· 12 years ago
4bb98d0
Marshall Clow found this memory problem in strstream using -fsanitize=address on the test suite.
by Howard Hinnant
· 13 years ago
c206366
Quash a whole bunch of warnings
by Howard Hinnant
· 14 years ago
11af28b
Fixing up some ABI issues
by Howard Hinnant
· 14 years ago
ce48a11
_STD -> _VSTD to avoid macro clash on windows
by Howard Hinnant
· 14 years ago
a0fe8c4
Chris Jefferson noted many places where function calls needed to be qualified (thanks Chris).
by Howard Hinnant
· 15 years ago
80b2905
clang found a missing return statement.
by Howard Hinnant
· 15 years ago
412dbeb
license change
by Howard Hinnant
· 15 years ago
7609c9b
Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature.
by Howard Hinnant
· 15 years ago
940e211
Fixing whitespace problems
by Howard Hinnant
· 15 years ago
5b08a8a
Wiped out some non-ascii characters that snuck into the copyright.
by Howard Hinnant
· 16 years ago
3e51952
libcxx initial import
by Howard Hinnant
· 16 years ago