1. 53f7d4c Bring noexcept for <string> inline with other containers. by Howard Hinnant · 13 years ago
  2. a6119a8 noexcept for Chapter 21 [strings]. by Howard Hinnant · 13 years ago
  3. 9f193f2 Add always_inline to string move constructors by Howard Hinnant · 13 years ago
  4. 04240d9 Reverting an old optimization that conflicts with the new allocator model, and causes some test casees to compile that shouldn't. by Howard Hinnant · 14 years ago
  5. 2d72b1e Effort to reduce the number of exported symbols by Howard Hinnant · 14 years ago
  6. 7b2cb48 LWG 1323 by Howard Hinnant · 14 years ago
  7. e32b5e2 Update <string> to use allocator_traits. by Howard Hinnant · 14 years ago
  8. 8d7a955 visibility-decoration. by Howard Hinnant · 14 years ago
  9. 36cdf02 I am experimenting with putting visibility-default attributes on all struct/classes in libc++. This checkin decorates only basic_string and vector as an experiment, and for review by those in this audience that might know more about visibilty than I do. If I get no negative feedback on this procedure I will begin to decorate the entire library in this way. by Howard Hinnant · 14 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 · 14 years ago
  11. 324bb03 Fixing whitespace problems by Howard Hinnant · 14 years ago
  12. 60a0a8e patch by Jesse Towner, and bug fix by Sebastian Redl by Howard Hinnant · 14 years ago
  13. a6a062d [string.conversions] by Howard Hinnant · 14 years ago
  14. 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 · 14 years ago
  15. 03aad81 [rand.dist.bern.bin]. The evaluation function for this binomial distribution is hopefully just a placeholder. It is using the simplest and slowest method for computing the distribution and needs to be upgraded. by Howard Hinnant · 14 years ago
  16. f5256e1 Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 14 years ago
  17. bc8d3f9 libcxx initial import by Howard Hinnant · 14 years ago