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