1. d95510e libc++ implements its' hash objects as deriving from std::unary_function, and the tests test for that. STL @ MS pointed out that the standard doesn't requie these objects to derive from unary_function, and so the tests should not require that either. Change the tests to check for the embedded typedefs - which ARE required. No change to the library. by Marshall Clow · 11 years ago
  2. 5a83710 Move test into test/std subdirectory. by Eric Fiselier · 11 years ago[Renamed from libcxx/test/strings/basic.string.hash/strings.pass.cpp]
  3. 412dbeb license change by Howard Hinnant · 15 years ago
  4. bf2897c Fixing whitespace problems by Howard Hinnant · 15 years ago
  5. 5b08a8a Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 15 years ago
  6. 3e51952 libcxx initial import by Howard Hinnant · 15 years ago