1. 1d4a1ed Revert "Update aosp/master libcxx rebase to r263688" by Dan Albert · 8 years ago
  2. c004fd9 Update aosp/master libcxx rebase to r263688 by Dan Austin · 8 years ago
  3. 75746a3 Revert "Revert "Turn off extern templates for most uses."" by Dan Albert · 9 years ago
  4. 00f4a49 [libcxx] Allow use of <atomic> in C++03. Try 3. by Eric Fiselier · 9 years ago
  5. 3b1fb53 Move atomic_support.h and config_elast.h into src/include by Eric Fiselier · 9 years ago
  6. f608ad6 [libcxx] Set _LIBCPP_ELAST for mingw. by Dan Albert · 10 years ago
  7. 656850f [libcxx] Set _LIBCPP_ELAST for mingw. by Dan Albert · 10 years ago
  8. 938c6a0 Revert "Revert "Turn off extern templates for most uses."" by Dan Albert · 10 years ago
  9. 7112dae Merge to upstream r222492. by Dan Albert · 10 years ago
  10. 1d306de PR #21321 talked about implementation-defined behavior of realloc. I poo-poohed it, and was wrong. Fix the call in <locale>. Review the others, refactored some duplicated code, and found overflow bugs (and __event_cap_ was never getting updated, either). by Marshall Clow · 10 years ago
  11. baed05d Address some post-commit review comments on r217261 by Jonathan Roelofs · 10 years ago
  12. 8d86b2e Allow libc++ to be built on systems without POSIX threads by Jonathan Roelofs · 10 years ago
  13. 90dc8dd Update to upstream r216384. by Dan Albert · 10 years ago
  14. b942093 Newlib names ELAST differently than linux by Jonathan Roelofs · 10 years ago
  15. 98c4e40 Revert "Turn off extern templates for most uses." by Justin Bogner · 10 years ago
  16. 0f5a512 Linux: Correctly identify valid error codes by David Majnemer · 10 years ago
  17. fcafd80 Linux: Correctly identify valid error codes by David Majnemer · 10 years ago
  18. ec34c48 Fix typos by Alp Toker · 10 years ago
  19. 4c6acb5 Switch to using C++ style casts. by Joerg Sonnenberger · 11 years ago
  20. 61a8422 LWG Issue 2087: iostream_category() and noexcept by Marshall Clow · 11 years ago
  21. 206ce1f LWG issue 2143: ios_base::xalloc should be thread-safe by Marshall Clow · 11 years ago
  22. 04a2c71 Turn off extern templates for most uses. It is causing more problems than it is worth. The extern templates will still be built into the dylib, mainly for ABI stability purposes. And the client can still turn these back on with a #define if desire. This fixes http://llvm.org/bugs/show_bug.cgi?id=17027. However there's no associated test for the test suite because http://llvm.org/bugs/show_bug.cgi?id=17027 needs mismatched dylib and headers to fire. by Howard Hinnant · 11 years ago
  23. f57bd56 noexcept and constexpr applied to <ios>. by Howard Hinnant · 12 years ago
  24. 0949eed _STD -> _VSTD to avoid macro clash on windows by Howard Hinnant · 13 years ago
  25. 1e15fd1 Applied noexcept to everything in [diagnostics] (Chapter 19) by Howard Hinnant · 13 years ago
  26. 6cf5d8c Chris Jefferson noted many places where function calls needed to be qualified (thanks Chris). by Howard Hinnant · 13 years ago
  27. b64f8b0 license change by Howard Hinnant · 14 years ago
  28. 16e6e1d Fixing whitespace problems by Howard Hinnant · 14 years ago
  29. d444470 now works with -fno-exceptions and -fno-rtti by Howard Hinnant · 14 years ago
  30. a6a062d [string.conversions] by Howard Hinnant · 14 years ago
  31. 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
  32. f5256e1 Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 14 years ago
  33. bc8d3f9 libcxx initial import by Howard Hinnant · 14 years ago