1. 0608625 Merge to upstream r225300. by Dan Albert · 10 years ago
  2. 7112dae Merge to upstream r222492. by Dan Albert · 10 years ago
  3. a680750 Fix win32 support header for mingw32. by Dan Albert · 10 years ago
  4. 685c63d Clean up some bionic compatibility cruft. by Dan Albert · 10 years ago
  5. e45cf3e Add support for BIONIC C library (Android). Patch from Dan Albert by Marshall Clow · 10 years ago
  6. abc15f5 Remove the bionic *wscanf workarounds. by Elliott Hughes · 10 years ago
  7. b83642f Remove most of the remaining wide-char stubs from libcxx. by Elliott Hughes · 10 years ago
  8. 2ef012e Get libc++ building for Android by Dan Albert · 10 years ago
  9. 98760c1 Add license headers to a bunch of libc++ files that were missing them. No functionality change. Fixes 18291. Thanks to Nico for the bug report and the patch. by Marshall Clow · 11 years ago
  10. 6c27250 80 cols fixes. by Yaron Keren · 11 years ago
  11. c8d1bba Implement the functions: clz, clzl, clzll, ctz, ctzl, and ctzll by Yaron Keren · 11 years ago
  12. 016d4e8 Patch by Xing Xue to improve libc++ support for AIX by Marshall Clow · 11 years ago
  13. 15c04be This patch implements snprintf_l function in a way similar to the other by Yaron Keren · 11 years ago
  14. c26c385 Windows.h is not required. by Yaron Keren · 11 years ago
  15. 2bcdf5e Yaron Keren: Add missing comment. by Howard Hinnant · 11 years ago
  16. 1e56424 G M: Changes all references to "x inline" to "inline x" where x = _libcpp_always_inline or _libcpp_inline_visibility macros. by Howard Hinnant · 11 years ago
  17. ef5aa93 G M: Restore the ability for libcxx to compile again on mingw 64. by Howard Hinnant · 11 years ago
  18. 5143722 Xing Xue: Some minor changes for IBM XLC++/AIX. by Howard Hinnant · 11 years ago
  19. 7f76450 Xing Xue: port to IBM XLC++/AIX. by Howard Hinnant · 11 years ago
  20. e9df0a5 Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which is by Howard Hinnant · 11 years ago
  21. 9e98b34 Glen: This patch gets the string conversion functions working on Windows. It also refactors repetitive code in string.cpp do greatly reduce the repetitiveness, increasing maintainability. by Howard Hinnant · 11 years ago
  22. a5733b3 Ruben Van Boxem: Turn islower_l and isupper_l into functions (instead of macros) on Windows only to quell a warning during libc++ building. by Howard Hinnant · 11 years ago
  23. b56a4ad Define _WCHAR_T in solaris/wchar.h. This fixes a bug where Solaris 10 headers by David Chisnall · 13 years ago
  24. ea27419 Add support files required for building on Solaris. by David Chisnall · 13 years ago
  25. d41b60b Add missing newlines at EOF. by Bob Wilson · 13 years ago
  26. f6d875f Fix http://llvm.org/bugs/show_bug.cgi?id=11428. Fix provided by Alberto Ganesh Barbati by Howard Hinnant · 13 years ago
  27. 438377c Jean-Daniel: __builtin_popcountll support for Windows by Howard Hinnant · 13 years ago
  28. 9f8884e Windows port work by Ruben Van Boxem by Howard Hinnant · 13 years ago
  29. 78b6828 More windows port work by Ruben Van Boxem by Howard Hinnant · 13 years ago
  30. f46fc93 Windows port work by Ruben Van Boxem by Howard Hinnant · 13 years ago
  31. 14fa9f9 Windows port work by Ruben Van Boxem by Howard Hinnant · 13 years ago
  32. 3c466fc Windows patch work by Ruben Van Boxem by Howard Hinnant · 13 years ago
  33. efbe406 Work on Windows port by Ruben Van Boxem by Howard Hinnant · 13 years ago
  34. 6cd05ee Work on Windows port by Ruben Van Boxem by Howard Hinnant · 13 years ago
  35. 92a0700 Partial Windows port by Ruben Van Boxem by Howard Hinnant · 13 years ago