1. 726a76f I have reverted all contributions made by Jesse Towner in revision 110724 by Howard Hinnant · 15 years ago
  2. b4ac745 Thanks Sebastian\! by Howard Hinnant · 15 years ago
  3. 26994e3 __has_feature crutch by Howard Hinnant · 15 years ago
  4. ed760f4 Wrestling with the slowly dawning realization that <atomic> isn't implementable on any compiler at my disposal... by Howard Hinnant · 15 years ago
  5. d05c6e6 Bugzilla 8231 by Howard Hinnant · 15 years ago
  6. 3975ebd Tweak clang support for char16_t/char32_t by Howard Hinnant · 15 years ago
  7. 45f5717 Cement ABI on clang for char16_t and char32_t. Also fixed some comments in <iterator>. by Howard Hinnant · 15 years ago
  8. 87eea6d has_trivial_copy_constructor hooked up to clang. Filed http://llvm.org/bugs/show_bug.cgi?id=8105 to take care of void, arrays of incomplete bounds and complete bounds which don't work yet. If there is some reason we don't want to handle these types in the compiler, I can handle them in the library. by Howard Hinnant · 15 years ago
  9. 1387038 Working the type_traits area: Hooked up to clang's __is_union. Got has_trivial_copy_assign working. by Howard Hinnant · 15 years ago
  10. 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
  11. 171a9a7 Configure libc++ to recognize and use inline namespaces for clang. Many, many thanks to Sebastian Redl for implementing it in clang, and to Daniel Dunbar for rattling my cage about it. This is huge for libc++. Thanks to you both\! by Howard Hinnant · 15 years ago
  12. 324bb03 Fixing whitespace problems by Howard Hinnant · 15 years ago
  13. 8784650 Filling out regex tests... by Howard Hinnant · 15 years ago
  14. d444470 now works with -fno-exceptions and -fno-rtti by Howard Hinnant · 15 years ago
  15. 3e13d4f Include sys/endian.h on FreeBSD and use that to detect the byte order. by David Chisnall · 15 years ago
  16. 60a0a8e patch by Jesse Towner, and bug fix by Sebastian Redl by Howard Hinnant · 15 years ago
  17. adff489 patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was accepted except there were some bug fixes needed in <locale> for the __nolocale_* series. For the apple branch I ended up using templates instead of the var_args solution because it seemed both safer and more efficient. by Howard Hinnant · 15 years ago
  18. f5256e1 Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 15 years ago
  19. bc8d3f9 libcxx initial import by Howard Hinnant · 15 years ago