1. 1d4a1ed Revert "Update aosp/master libcxx rebase to r263688" by Dan Albert · 8 years ago
  2. 6ba2156 Mark declarations of externally instantiated functions as inline so GCC doesn't complain. by Eric Fiselier · 9 years ago
  3. a3b25f8 Cleanup: move visibility/linkage attributes to the first declaration. by Evgeniy Stepanov · 9 years ago
  4. f1b30c4 Handle function name conflicts in _LIBCPP_MSVCRT mode by Saleem Abdulrasool · 9 years ago
  5. f412461 Add return statement to slice_array and mask_array assignment. Closes PR20614. by Eric Fiselier · 10 years ago
  6. 73c1fce Use __builtin_operator_new/__builtin_operator_delete when available. This by Richard Smith · 10 years ago
  7. d885143 G M: Make valarray a little more forgiving to compilers not quite so gifted. This has no impact on clang. by Howard Hinnant · 11 years ago
  8. 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
  9. 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 · 11 years ago
  10. 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
  11. 33be35e Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you send me a patch to CREDITS.TXT? by Howard Hinnant · 12 years ago
  12. bd14308 noexcept applied to <valarray>. by Howard Hinnant · 12 years ago
  13. 0855dde Revert my _LIBCPP_INLINE_VISIBILITY changes, r157097 and r157107 by Douglas Gregor · 12 years ago
  14. f20f0d3 valarray resize should not be _LIBCPP_INLINE_VISIBILITY by Douglas Gregor · 12 years ago
  15. e9e4b85 Move _LIBCPP_VISIBLE_INLINE from the out-of-line definitions of member by Douglas Gregor · 12 years ago
  16. ec3773c Quash a whole bunch of warnings by Howard Hinnant · 13 years ago
  17. 9996844 Further macro protection by replacing _[A-Z] with _[A-Z]p by Howard Hinnant · 13 years ago
  18. 66c6f97 Add protection from min/max macros by Howard Hinnant · 13 years ago
  19. 08e1747 Windows support by Ruben Van Boxem. by Howard Hinnant · 13 years ago
  20. e3e3291 Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574 by Howard Hinnant · 13 years ago
  21. db86663 Optimizing valarray::operator=(some-valarray-expression) by Howard Hinnant · 13 years ago
  22. 0949eed _STD -> _VSTD to avoid macro clash on windows by Howard Hinnant · 13 years ago
  23. b64f8b0 license change by Howard Hinnant · 14 years ago
  24. ee6ccd0 visibility-decoration sweep completed. by Howard Hinnant · 14 years ago
  25. 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
  26. 324bb03 Fixing whitespace problems by Howard Hinnant · 14 years ago
  27. f5256e1 Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 14 years ago
  28. bc8d3f9 libcxx initial import by Howard Hinnant · 14 years ago