1. 1d4a1ed Revert "Update aosp/master libcxx rebase to r263688" by Dan Albert · 8 years ago
  2. b379228 Make __wrap_iter work with GCC again by Eric Fiselier · 9 years ago
  3. c6893ae Revert: Revert r227804: Use fseek/ftell instead of fseeko/ftello when Newlib is the libc by Jonathan Roelofs · 10 years ago
  4. 7743ddd Revert r227804: Use fseek/ftell instead of fseeko/ftello when Newlib is the libc by Jonathan Roelofs · 10 years ago
  5. 0c71f58 Use fseek/ftell instead of fseeko/ftello when Newlib is the libc by Jonathan Roelofs · 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 · 12 years ago
  8. 33be35e Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you send me a patch to CREDITS.TXT? by Howard Hinnant · 12 years ago
  9. 08e1747 Windows support by Ruben Van Boxem. by Howard Hinnant · 13 years ago
  10. 0a11111 http://llvm.org/bugs/show_bug.cgi?id=9854. Also created an emulated hexfloat literal for use in some of the tests. <sigh> And cleaned up some harmless but irritating warnings in the tests. by Howard Hinnant · 13 years ago
  11. 52c4eb2 Two minor fixes: 1. Put integral_constant conversion to integral in even without constexpr support. 2. Add ios_base to <iosfwd>. The latter is being tracked by LWG 2026. by Howard Hinnant · 14 years ago
  12. b64f8b0 license change by Howard Hinnant · 14 years ago
  13. c0de2e4 Getting started on a visibility-decoration sweep. by Howard Hinnant · 14 years ago
  14. 36cdf02 I am experimenting with putting visibility-default attributes on all struct/classes in libc++. This checkin decorates only basic_string and vector as an experiment, and for review by those in this audience that might know more about visibilty than I do. If I get no negative feedback on this procedure I will begin to decorate the entire library in this way. by Howard Hinnant · 14 years ago
  15. 324bb03 Fixing whitespace problems by Howard Hinnant · 14 years ago
  16. 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
  17. f5256e1 Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 14 years ago
  18. bc8d3f9 libcxx initial import by Howard Hinnant · 14 years ago