1. 634b9dd Switch to using C++ style casts. by Joerg Sonnenberger · 12 years ago
  2. 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
  3. a8c7c15 Fix signed/unsigned warnings when building libc++ in C++14 mode by Marshall Clow · 12 years ago
  4. 4bb98d0 Marshall Clow found this memory problem in strstream using -fsanitize=address on the test suite. by Howard Hinnant · 13 years ago
  5. c206366 Quash a whole bunch of warnings by Howard Hinnant · 14 years ago
  6. 11af28b Fixing up some ABI issues by Howard Hinnant · 14 years ago
  7. ce48a11 _STD -> _VSTD to avoid macro clash on windows by Howard Hinnant · 14 years ago
  8. a0fe8c4 Chris Jefferson noted many places where function calls needed to be qualified (thanks Chris). by Howard Hinnant · 15 years ago
  9. 80b2905 clang found a missing return statement. by Howard Hinnant · 15 years ago
  10. 412dbeb license change by Howard Hinnant · 15 years ago
  11. 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
  12. 940e211 Fixing whitespace problems by Howard Hinnant · 15 years ago
  13. 5b08a8a Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 16 years ago
  14. 3e51952 libcxx initial import by Howard Hinnant · 16 years ago