1. 3ff0531 cmath: account for MSVCRT 12.0 changes by Saleem Abdulrasool · 11 years ago
  2. f51d676 Get libc++ building on Sun Solaris. Patch from C Bergstrom. by Eric Fiselier · 11 years ago
  3. 6cb69ff Fixes to get libc++ building on sun solaris. Patch from C Bergstrom. by Eric Fiselier · 11 years ago
  4. 4c88839 Fix win32 support header for mingw32. by Dan Albert · 11 years ago
  5. 6a5a8ab Support newlib as libc++'s C library [locale part] by Jonathan Roelofs · 11 years ago
  6. a643926 Add support for BIONIC C library (Android). Patch from Dan Albert by Marshall Clow · 11 years ago
  7. 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 · 12 years ago
  8. 6c27250 80 cols fixes. by Yaron Keren · 12 years ago
  9. c8d1bba Implement the functions: clz, clzl, clzll, ctz, ctzl, and ctzll by Yaron Keren · 12 years ago
  10. 016d4e8 Patch by Xing Xue to improve libc++ support for AIX by Marshall Clow · 12 years ago
  11. 15c04be This patch implements snprintf_l function in a way similar to the other by Yaron Keren · 12 years ago
  12. c26c385 Windows.h is not required. by Yaron Keren · 12 years ago
  13. 2bcdf5e Yaron Keren: Add missing comment. by Howard Hinnant · 12 years ago
  14. 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 · 12 years ago
  15. ef5aa93 G M: Restore the ability for libcxx to compile again on mingw 64. by Howard Hinnant · 12 years ago
  16. 5143722 Xing Xue: Some minor changes for IBM XLC++/AIX. by Howard Hinnant · 12 years ago
  17. 7f76450 Xing Xue: port to IBM XLC++/AIX. by Howard Hinnant · 12 years ago
  18. e9df0a5 Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which is by Howard Hinnant · 12 years ago
  19. 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 · 13 years ago
  20. 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 · 13 years ago
  21. b56a4ad Define _WCHAR_T in solaris/wchar.h. This fixes a bug where Solaris 10 headers by David Chisnall · 14 years ago
  22. ea27419 Add support files required for building on Solaris. by David Chisnall · 14 years ago
  23. d41b60b Add missing newlines at EOF. by Bob Wilson · 14 years ago
  24. f6d875f Fix http://llvm.org/bugs/show_bug.cgi?id=11428. Fix provided by Alberto Ganesh Barbati by Howard Hinnant · 14 years ago
  25. 438377c Jean-Daniel: __builtin_popcountll support for Windows by Howard Hinnant · 14 years ago
  26. 9f8884e Windows port work by Ruben Van Boxem by Howard Hinnant · 14 years ago
  27. 78b6828 More windows port work by Ruben Van Boxem by Howard Hinnant · 14 years ago
  28. f46fc93 Windows port work by Ruben Van Boxem by Howard Hinnant · 14 years ago
  29. 14fa9f9 Windows port work by Ruben Van Boxem by Howard Hinnant · 14 years ago
  30. 3c466fc Windows patch work by Ruben Van Boxem by Howard Hinnant · 14 years ago
  31. efbe406 Work on Windows port by Ruben Van Boxem by Howard Hinnant · 14 years ago
  32. 6cd05ee Work on Windows port by Ruben Van Boxem by Howard Hinnant · 14 years ago
  33. 92a0700 Partial Windows port by Ruben Van Boxem by Howard Hinnant · 14 years ago