Sign in
flutter
/
third_party
/
libcxx
/
bfcceeeadf615ac6ae1b003c42c97f53dc5c0777
/
src
/
strstream.cpp
3ec6b84
Fix or suppress GCC warnings during build.
by Eric Fiselier
· 9 years ago
70bf1c2
[libcxx] Fix a bug in strstreambuf::overflow.
by Akira Hatanaka
· 9 years ago
897b2f9
Fix various undefined behavior found by UBSan.
by Eric Fiselier
· 9 years ago
4c6acb5
Switch to using C++ style casts.
by Joerg Sonnenberger
· 11 years ago
9de3d4c
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
· 11 years ago
3e005bf
Fix signed/unsigned warnings when building libc++ in C++14 mode
by Marshall Clow
· 12 years ago
b74309e
Marshall Clow found this memory problem in strstream using -fsanitize=address on the test suite.
by Howard Hinnant
· 12 years ago
ec3773c
Quash a whole bunch of warnings
by Howard Hinnant
· 13 years ago
ac6de54
Fixing up some ABI issues
by Howard Hinnant
· 14 years ago
0949eed
_STD -> _VSTD to avoid macro clash on windows
by Howard Hinnant
· 14 years ago
6cf5d8c
Chris Jefferson noted many places where function calls needed to be qualified (thanks Chris).
by Howard Hinnant
· 14 years ago
9a21a01
clang found a missing return statement.
by Howard Hinnant
· 14 years ago
b64f8b0
license change
by Howard Hinnant
· 14 years ago
73d21a4
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
16e6e1d
Fixing whitespace problems
by Howard Hinnant
· 15 years ago
f5256e1
Wiped out some non-ascii characters that snuck into the copyright.
by Howard Hinnant
· 15 years ago
bc8d3f9
libcxx initial import
by Howard Hinnant
· 15 years ago