1. ff92677 Provide a way to disable use of extern templates in libc++. This is intended for the clients of libc++, not the libc++ build. The dylib should always contain the extern templates. To disable the client needs to put -D'_LIBCPP_EXTERN_TEMPLATE(...)=' on the command line. by Howard Hinnant · 12 years ago
  2. 9c0df14 Rename uses of _ and __ because these are getting stepped on by macros from other system code. by Howard Hinnant · 12 years ago
  3. 1dc6f7a Don't neglect to "return *this". by Argyrios Kyrtzidis · 12 years ago
  4. 03d7181 constexpr applied to <string>. by Howard Hinnant · 12 years ago
  5. c00f75d Installation of CityHash by Craig Silverstein by Howard Hinnant · 13 years ago
  6. 40c13d3 Starting using murmur2 when combining multiple size_t's into a single hash, and also for basic_string. Also made hash<thread::id> ever so slighly more portable. I had to tweak one test which is questionable (definitely not portable) anyway. by Howard Hinnant · 13 years ago
  7. ec3773c Quash a whole bunch of warnings by Howard Hinnant · 13 years ago
  8. 66c6f97 Add protection from min/max macros by Howard Hinnant · 13 years ago
  9. 78b6828 More windows port work by Ruben Van Boxem by Howard Hinnant · 13 years ago
  10. 08e1747 Windows support by Ruben Van Boxem. by Howard Hinnant · 13 years ago
  11. 9cbee43 Fix const correctness bug in __move_assign. Found and fixed by Ion Gaztañaga. by Howard Hinnant · 13 years ago
  12. 3fdbbd2 Don't move assign string::allocator_type when propagate_on_container_move_assignment is false. by Howard Hinnant · 13 years ago
  13. e3e3291 Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574 by Howard Hinnant · 13 years ago
  14. affd9e5 Add a new hash class in __gnu_ext for the extension containers. There by Sean Hunt · 13 years ago
  15. fa06d75 Optimization of string::operator< by M.E. O'Neill. Discussion in http://llvm.org/bugs/show_bug.cgi?id=10461 by Howard Hinnant · 13 years ago
  16. 2644a7b http://llvm.org/bugs/show_bug.cgi?id=10461 by Howard Hinnant · 13 years ago
  17. 464aa5c http://llvm.org/bugs/show_bug.cgi?id=10390 by Howard Hinnant · 13 years ago
  18. ac6de54 Fixing up some ABI issues by Howard Hinnant · 13 years ago
  19. 0949eed _STD -> _VSTD to avoid macro clash on windows by Howard Hinnant · 13 years ago
  20. 2b1b2d4 Provide names for template and function parameters in forward declarations. The purpose is to aid automated documentation tools. by Howard Hinnant · 13 years ago
  21. 53f7d4c Bring noexcept for <string> inline with other containers. by Howard Hinnant · 13 years ago
  22. a6119a8 noexcept for Chapter 21 [strings]. by Howard Hinnant · 13 years ago
  23. 9f193f2 Add always_inline to string move constructors by Howard Hinnant · 13 years ago
  24. 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
  25. 2d72b1e Effort to reduce the number of exported symbols by Howard Hinnant · 14 years ago
  26. 7b2cb48 LWG 1323 by Howard Hinnant · 14 years ago
  27. e32b5e2 Update <string> to use allocator_traits. by Howard Hinnant · 14 years ago
  28. 8d7a955 visibility-decoration. by Howard Hinnant · 14 years ago
  29. 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
  30. 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
  31. 324bb03 Fixing whitespace problems by Howard Hinnant · 14 years ago
  32. 60a0a8e patch by Jesse Towner, and bug fix by Sebastian Redl by Howard Hinnant · 14 years ago
  33. a6a062d [string.conversions] by Howard Hinnant · 14 years ago
  34. 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
  35. 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
  36. f5256e1 Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 14 years ago
  37. bc8d3f9 libcxx initial import by Howard Hinnant · 14 years ago