1. 9d25ada Revert "Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. " by Eric Fiselier · 7 years ago
  2. 8a486da Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. by Eric Fiselier · 7 years ago
  3. 8622e86 fix incorrect placement of _LIBCPP_ALWAYS_INLINE in valarray by Eric Fiselier · 7 years ago
  4. f25b75b Implement sized deallocation for std::allocator and friends. by Eric Fiselier · 7 years ago
  5. 9bbee38 Temporarily Revert "Implement sized deallocation for std::allocator and friends." by Eric Christopher · 7 years ago
  6. 7e6448b Implement sized deallocation for std::allocator and friends. by Eric Fiselier · 7 years ago
  7. 7833b88 [libcxx] Remove _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY by Louis Dionne · 7 years ago
  8. f2918d1 Fix PR22634 - std::allocator doesn't respect over-aligned types. by Eric Fiselier · 8 years ago
  9. 2b20304 [libcxx] Avoid spurious construction of valarray elements by Mikhail Maltsev · 8 years ago
  10. a016efb [Libc++] Use #pragma push_macro/pop_macro to better handle min/max on Windows by Eric Fiselier · 8 years ago
  11. 69154d6 Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in the numeric tests and headers by Eric Fiselier · 8 years ago
  12. cd71f44 [libc++] Tolerate presence of __deallocate macro by Eric Fiselier · 9 years ago
  13. e2f2d1e [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VIS by Eric Fiselier · 9 years ago
  14. 1fbaf53 Use _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY in valarray to support attribute((internal_linkage)). by Eric Fiselier · 9 years ago
  15. fd10d98 Mark declarations of externally instantiated functions as inline so GCC doesn't complain. by Eric Fiselier · 10 years ago
  16. 906c872 Cleanup: move visibility/linkage attributes to the first declaration. by Evgeniy Stepanov · 10 years ago
  17. 8e5ce33 Handle function name conflicts in _LIBCPP_MSVCRT mode by Saleem Abdulrasool · 11 years ago
  18. 981a64c Add return statement to slice_array and mask_array assignment. Closes PR20614. by Eric Fiselier · 11 years ago
  19. ff0aff3 Use __builtin_operator_new/__builtin_operator_delete when available. This by Richard Smith · 11 years ago
  20. f35fc7a G M: Make valarray a little more forgiving to compilers not quite so gifted. This has no impact on clang. by Howard Hinnant · 12 years ago
  21. f0544c2 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 · 12 years ago
  22. 6e41256 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 · 13 years ago
  23. cd47cbc 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 · 13 years ago
  24. aeb8568 Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you send me a patch to CREDITS.TXT? by Howard Hinnant · 13 years ago
  25. bf88203 noexcept applied to <valarray>. by Howard Hinnant · 13 years ago
  26. a336f5e Revert my _LIBCPP_INLINE_VISIBILITY changes, r157097 and r157107 by Douglas Gregor · 13 years ago
  27. a1b6937 valarray resize should not be _LIBCPP_INLINE_VISIBILITY by Douglas Gregor · 13 years ago
  28. 8f69b1a Move _LIBCPP_VISIBLE_INLINE from the out-of-line definitions of member by Douglas Gregor · 13 years ago
  29. c206366 Quash a whole bunch of warnings by Howard Hinnant · 14 years ago
  30. c003db1 Further macro protection by replacing _[A-Z] with _[A-Z]p by Howard Hinnant · 14 years ago
  31. ab4f438 Add protection from min/max macros by Howard Hinnant · 14 years ago
  32. 073458b Windows support by Ruben Van Boxem. by Howard Hinnant · 14 years ago
  33. 54976f2 Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574 by Howard Hinnant · 14 years ago
  34. f4a797e Optimizing valarray::operator=(some-valarray-expression) by Howard Hinnant · 14 years ago
  35. ce48a11 _STD -> _VSTD to avoid macro clash on windows by Howard Hinnant · 14 years ago
  36. 412dbeb license change by Howard Hinnant · 15 years ago
  37. 789847d visibility-decoration sweep completed. by Howard Hinnant · 15 years ago
  38. 7609c9b 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
  39. b3371f6 Fixing whitespace problems by Howard Hinnant · 15 years ago
  40. 5b08a8a Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 15 years ago
  41. 3e51952 libcxx initial import by Howard Hinnant · 15 years ago