1. 9a894d9 Zhihao Yuan noted that there were a few unneeded statements. Eliminated the unnecessary ones, and commented the ones that are there for non-obvious reasons such as to help things limp along in C++03 language mode. by Howard Hinnant · 11 years ago
  2. 0f678bd Nico Rieck: this patch series fixes visibility issues on Windows as explained in <http://lists.cs.uiuc.edu/pipermail/cfe-dev/2013-August/031214.html>. by Howard Hinnant · 11 years ago
  3. 051c848 N3644 tests for map/multimap/set/multiset. Drive-by NOEXCEPT for __tree_const_iterator constructor. Fix comment typos in other tests by Marshall Clow · 11 years ago
  4. 70342b9 Implement full support for non-pointer types in custom allocators. This is for the associative containers only. This work still needs to be done on the unordered and sequence containers. Fixes http://llvm.org/bugs/show_bug.cgi?id=15978 by Howard Hinnant · 11 years ago
  5. 83eade6 No functionality change at this time. I've split _LIBCPP_VISIBLE up into two flags: _LIBCPP_TYPE_VIS and _LIBCPP_FUNC_VIS. This is in preparation for taking advantage of clang's new __type_visibility__ attribute. by Howard Hinnant · 12 years ago
  6. 33be35e Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you send me a patch to CREDITS.TXT? by Howard Hinnant · 12 years ago
  7. 9996844 Further macro protection by replacing _[A-Z] with _[A-Z]p by Howard Hinnant · 13 years ago
  8. 08e1747 Windows support by Ruben Van Boxem. by Howard Hinnant · 13 years ago
  9. 0949eed _STD -> _VSTD to avoid macro clash on windows by Howard Hinnant · 13 years ago
  10. 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
  11. 8b53768 Made more implementation details of [multi]map/set noexcept. by Howard Hinnant · 13 years ago
  12. 7686add noexcept for <map>. by Howard Hinnant · 13 years ago
  13. 7ac6af7 Qualify calls to std::next(), to avoid conflicts with by Douglas Gregor · 13 years ago
  14. d615e47 Chris Jefferson submitted this patch to fix http://llvm.org/bugs/show_bug.cgi?id=9351 by Howard Hinnant · 14 years ago
  15. d0a2fbf http://llvm.org/bugs/show_bug.cgi?id=9444 by Howard Hinnant · 14 years ago
  16. 2529d02 Qualify calls to addressof with std::. Bug 9106 by Howard Hinnant · 14 years ago
  17. b64f8b0 license change by Howard Hinnant · 14 years ago
  18. 333f50d visibility-decoration. by Howard Hinnant · 14 years ago
  19. 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
  20. 324bb03 Fixing whitespace problems by Howard Hinnant · 14 years ago
  21. d444470 now works with -fno-exceptions and -fno-rtti by Howard Hinnant · 14 years ago
  22. f5256e1 Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 14 years ago
  23. bc8d3f9 libcxx initial import by Howard Hinnant · 14 years ago