1. 2999ea0 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 · 10 years ago
  2. d6cffc4 Split <stddef.h> out of <cstddef>. by Richard Smith · 10 years ago
  3. c467d9b Factor definition of std::nullptr_t out of <cstddef> into a header that can also be used by <stddef.h>. by Richard Smith · 10 years ago
  4. 218f71e Update cstddef after clang r207606. by Nico Weber · 11 years ago
  5. 265b83a Teach libc++ to use the compiler-provided C-compatible ::max_align_t by Chandler Carruth · 12 years ago
  6. 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
  7. 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
  8. 54d333a Rename uses of _ and __ because these are getting stepped on by macros from other system code. by Howard Hinnant · 13 years ago
  9. 8e747d3 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 · 13 years ago
  10. 2a9a072 Give the emulated nullptr_t a default constructor. by Howard Hinnant · 14 years ago
  11. 073458b Windows support by Ruben Van Boxem. by Howard Hinnant · 14 years ago
  12. ce48a11 _STD -> _VSTD to avoid macro clash on windows by Howard Hinnant · 14 years ago
  13. 32208bd Move nullptr_t to unversioned namespace: Sean Hunt by Howard Hinnant · 14 years ago
  14. 412dbeb license change by Howard Hinnant · 15 years ago
  15. c4931c4 I have reverted all contributions made by Jesse Towner in revision 110724 by Howard Hinnant · 15 years ago
  16. fb10002 visibility-decoration. by Howard Hinnant · 15 years ago
  17. b3371f6 Fixing whitespace problems by Howard Hinnant · 15 years ago
  18. eb26925 patch by Jesse Towner, and bug fix by Sebastian Redl by Howard Hinnant · 15 years ago
  19. 8ae5097 for Ubuntu by Howard Hinnant · 15 years ago
  20. 2234ef3 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 · 15 years ago
  21. bc3c5dc Fixed [support.types]. <cstddef> wasn't definining NULL or offsetof. by Howard Hinnant · 15 years ago
  22. 128ba71 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 · 15 years ago
  23. e31e36f [rand.dist.norm.f] by Howard Hinnant · 15 years ago
  24. 5b08a8a Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 15 years ago
  25. 3e51952 libcxx initial import by Howard Hinnant · 15 years ago