1. 1d4a1ed Revert "Update aosp/master libcxx rebase to r263688" by Dan Albert · 8 years ago
  2. 45bae0b PR25118: move system_header pragma before uses of include_next to avoid extension warnings for people finding libc++ headers via -I paths. by Richard Smith · 9 years ago
  3. 759cd0e Split <stddef.h> out of <cstddef>. by Richard Smith · 9 years ago
  4. 72d7577 Factor definition of std::nullptr_t out of <cstddef> into a header that can also be used by <stddef.h>. by Richard Smith · 9 years ago
  5. 7fac8f6 Update cstddef after clang r207606. by Nico Weber · 10 years ago
  6. f84f611 Teach libc++ to use the compiler-provided C-compatible ::max_align_t by Chandler Carruth · 10 years ago
  7. 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
  8. 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
  9. 9c0df14 Rename uses of _ and __ because these are getting stepped on by macros from other system code. by Howard Hinnant · 12 years ago
  10. c25d158 Apply the emulated nullptr_t with constexpr. This is an unusual configuration that would take advantage of this. But it has popped up in the wild and does no harm to support it. by Howard Hinnant · 12 years ago
  11. 3508b38 Give the emulated nullptr_t a default constructor. by Howard Hinnant · 12 years ago
  12. 08e1747 Windows support by Ruben Van Boxem. by Howard Hinnant · 13 years ago
  13. 0949eed _STD -> _VSTD to avoid macro clash on windows by Howard Hinnant · 13 years ago
  14. c28dbee Move nullptr_t to unversioned namespace: Sean Hunt by Howard Hinnant · 13 years ago
  15. b64f8b0 license change by Howard Hinnant · 14 years ago
  16. 726a76f I have reverted all contributions made by Jesse Towner in revision 110724 by Howard Hinnant · 14 years ago
  17. 422a53f visibility-decoration. by Howard Hinnant · 14 years ago
  18. 324bb03 Fixing whitespace problems by Howard Hinnant · 14 years ago
  19. 60a0a8e patch by Jesse Towner, and bug fix by Sebastian Redl by Howard Hinnant · 14 years ago
  20. ed30e07 for Ubuntu by Howard Hinnant · 14 years ago
  21. b6184db I've reverted the changes needed for Ubuntu. The changes for Ubuntu should go under a #if and I'm not sure what that #if should look like. by Howard Hinnant · 14 years ago
  22. e056924 Fixed [support.types]. <cstddef> wasn't definining NULL or offsetof. by Howard Hinnant · 14 years ago
  23. 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
  24. d8bc09b [rand.dist.norm.f] by Howard Hinnant · 14 years ago
  25. f5256e1 Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 14 years ago
  26. bc8d3f9 libcxx initial import by Howard Hinnant · 14 years ago