1. 1d4a1ed Revert "Update aosp/master libcxx rebase to r263688" by Dan Albert · 8 years ago
  2. 566bcb4 Fix most GCC attribute ignored warnings by Eric Fiselier · 8 years ago
  3. 28c02db Add 3 more missing inline/visibility attributes. by Evgeniy Stepanov · 9 years ago
  4. a3b25f8 Cleanup: move visibility/linkage attributes to the first declaration. by Evgeniy Stepanov · 9 years ago
  5. 0211e86 Make locales (and transitively, std::endl) work reliably with gcc. by Nico Weber · 10 years ago
  6. 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
  7. 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
  8. 3101474 Correct silly type-o. Thanks Richard. by Howard Hinnant · 11 years ago
  9. 11a31d0 The bitset(unsigned long long) constructor was broken by the constexpr additions only on 32 bit platforms. Fixed. This addresses http://llvm.org/bugs/show_bug.cgi?id=15444. by Howard Hinnant · 11 years ago
  10. 33be35e Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you send me a patch to CREDITS.TXT? by Howard Hinnant · 12 years ago
  11. 4ae952a Consistently label __bit_array as a struct, not a class. by Howard Hinnant · 12 years ago
  12. 90d8723 Apply constexpr to <bitset>. by Howard Hinnant · 12 years ago
  13. f867f63 SFINAE __bit_iterator such that it will only get instantiated with a container that has the nested type __storage_type. This prevents accidental instantiation such as in http://llvm.org/bugs/show_bug.cgi?id=12755. This fixes http://llvm.org/bugs/show_bug.cgi?id=12755. by Howard Hinnant · 12 years ago
  14. ec3773c Quash a whole bunch of warnings by Howard Hinnant · 13 years ago
  15. 9996844 Further macro protection by replacing _[A-Z] with _[A-Z]p by Howard Hinnant · 13 years ago
  16. 66c6f97 Add protection from min/max macros by Howard Hinnant · 13 years ago
  17. 08e1747 Windows support by Ruben Van Boxem. by Howard Hinnant · 13 years ago
  18. 464aa5c http://llvm.org/bugs/show_bug.cgi?id=10390 by Howard Hinnant · 13 years ago
  19. f03c3b4 http://llvm.org/bugs/show_bug.cgi?id=10248 by Howard Hinnant · 13 years ago
  20. 0949eed _STD -> _VSTD to avoid macro clash on windows by Howard Hinnant · 13 years ago
  21. 10f25d2 noexcept for <bitset>. by Howard Hinnant · 13 years ago
  22. 34d6b19 LWG 1325 by Howard Hinnant · 14 years ago
  23. b64f8b0 license change by Howard Hinnant · 14 years ago
  24. 422a53f visibility-decoration. by Howard Hinnant · 14 years ago
  25. 324bb03 Fixing whitespace problems by Howard Hinnant · 14 years ago
  26. f5256e1 Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 14 years ago
  27. bc8d3f9 libcxx initial import by Howard Hinnant · 14 years ago