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