1. 1d4a1ed Revert "Update aosp/master libcxx rebase to r263688" by Dan Albert · 8 years ago
  2. c8b24c6 Mark some test XFAIL for GCC 4.9 due to missing is_trivial* traits by Eric Fiselier · 9 years ago
  3. 55d741c Walter pointed out some missing includes in the tests. Fixing the includes uncovered a couple bugs in the _v type traits. Fixed those, too by Marshall Clow · 9 years ago
  4. 6455d85 More of P0006R0: type traits variable aliases for C++17. by Marshall Clow · 9 years ago
  5. a90c6dd Move test into test/std subdirectory. by Eric Fiselier · 10 years ago[Renamed from test/utilities/meta/meta.unary/meta.unary.prop/is_trivially_move_assignable.pass.cpp]
  6. 933afa9 Patch for N3655 (Transformation type traits) with Howard's additions by Marshall Clow · 11 years ago
  7. 1468b66 N3142. Many of these traits are just placeholders with medium quality emulation; waiting on compiler intrinsics to do it right. by Howard Hinnant · 14 years ago[Renamed (83%) from test/utilities/meta/meta.unary/meta.unary.prop/has_trivial_copy_assign.pass.cpp]
  8. b64f8b0 license change by Howard Hinnant · 14 years ago
  9. 99ad765 has_trivial_copy_assign hooked up to clang (without workarounds). Filed http://llvm.org/bugs/show_bug.cgi?id=8109 to take care of several types which don't work yet. If there is some reason we don't want to handle these types in the compiler, I can handle most of them in the library. by Howard Hinnant · 14 years ago
  10. 1387038 Working the type_traits area: Hooked up to clang's __is_union. Got has_trivial_copy_assign working. by Howard Hinnant · 14 years ago
  11. c52f43e Fixing whitespace problems by Howard Hinnant · 14 years ago
  12. f5256e1 Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 14 years ago
  13. bc8d3f9 libcxx initial import by Howard Hinnant · 14 years ago