1. a0e2357 Fix Shadowing warning on Windows by Eric Fiselier · 7 years ago
  2. 78b6374 [libc++] Exclude posix_l/strtonum fallback inclusion for newlib > 2.4 by Jordan Rupprecht · 7 years ago
  3. dc7200b [libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITY by Louis Dionne · 7 years ago
  4. 195a499 Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITY" by Louis Dionne · 7 years ago
  5. 4a8f3f9 [libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITY by Louis Dionne · 7 years ago
  6. 7aea360 [Win32] Overload ==, != for locale_t and long long by Pirama Arumuga Nainar · 7 years ago
  7. acd1f4e Condition usage of locale stdlib functions on Android API version by Peter Collingbourne · 7 years ago
  8. a4e874c support: add missing locale stubs for android L, M by Saleem Abdulrasool · 8 years ago
  9. 9bc04e9 Stop using __strtonum_fallback on Android. by Dan Albert · 8 years ago
  10. 771edc7 Allow to set locale on Windows. by Martin Storsjo · 8 years ago
  11. 837c5b6 Remove a broken win32 locale function redirection by Martin Storsjo · 8 years ago
  12. f8689b1 Redirect strftime_l to the locale-ignorant strftime on mingw by Martin Storsjo · 8 years ago
  13. b6567b1 PR32476: __nop_locale_mgmt.h not needed with newlib 2.5+ by James Y Knight · 8 years ago
  14. 1ec0262 Fix Libc++ build with MinGW64 by Eric Fiselier · 8 years ago
  15. 80f8cfb Don't interfere with the __builtin_foo namespace under MSVC by Eric Fiselier · 8 years ago
  16. 5d50aa3 [libc++] Refactor Windows support headers. by Eric Fiselier · 8 years ago
  17. 6d0dff2 Fix DLL import/export on Win32 locale helpers by Eric Fiselier · 8 years ago
  18. d0e9481 [libcxx] Direct support for Fuchsia by Petr Hosek · 9 years ago
  19. 17af695 [libc++] Drop support for CRTs older than VS 2015 by Shoaib Meenai · 9 years ago
  20. 541f9e2 Add _LIBCPP_COMPILER_[CLANG|GCC|MSVC|IBM] macros. by Eric Fiselier · 9 years ago
  21. 86eebc5 Refactor bitscan64 check by Saleem Abdulrasool · 9 years ago
  22. b2826a1 clean up use of _WIN32 by Saleem Abdulrasool · 9 years ago
  23. 8bcade5 locale: update ctype access for MSVC CRT 14+ by Saleem Abdulrasool · 9 years ago
  24. c6f93e3 [libc++] Add missing locale aliases by Shoaib Meenai · 9 years ago
  25. 4e14445 [libc++] Remove math_win32.h by Shoaib Meenai · 9 years ago
  26. bc40821 Fix signatures of fallback tow(upper|lower)_l. by Dan Albert · 9 years ago
  27. c991709 Replace __ANDROID__ with __BIONIC__. by Dan Albert · 9 years ago
  28. f6eea04 [libc++] Avoid <memory> include in locale_win32.h by Shoaib Meenai · 9 years ago
  29. 0fbd534 support: clean up MSVC support by Saleem Abdulrasool · 9 years ago
  30. be13be4 Implement LWG issue 1169. num_get not fully compatible with strto* by Eric Fiselier · 9 years ago
  31. 57b8b1f Reorganize locale extension fallbacks. NFCI by Ben Craig · 9 years ago
  32. 069b432 Split locale management out of locale_win32. NFCI by Ben Craig · 10 years ago
  33. b8aea04 Split locale management out of newlib/xlocale.h. NFCI by Ben Craig · 10 years ago
  34. 217946d Split locale management out of ibm/xlocale.h. NFCI by Ben Craig · 10 years ago
  35. 8c58e92 Add initial support for the MUSL C library. by Vasileios Kalintiris · 10 years ago
  36. 66d4c6e cmath: account for MSVCRT 12.0 changes by Saleem Abdulrasool · 11 years ago
  37. fbbfd09 Get libc++ building on Sun Solaris. Patch from C Bergstrom. by Eric Fiselier · 11 years ago
  38. 53deb60 Fixes to get libc++ building on sun solaris. Patch from C Bergstrom. by Eric Fiselier · 11 years ago
  39. cfc9229 Fix win32 support header for mingw32. by Dan Albert · 11 years ago
  40. 4f1561a Support newlib as libc++'s C library [locale part] by Jonathan Roelofs · 11 years ago
  41. b38f8f0 Add support for BIONIC C library (Android). Patch from Dan Albert by Marshall Clow · 11 years ago
  42. 354d39c 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
  43. acb42ae 80 cols fixes. by Yaron Keren · 12 years ago
  44. f8f5675 Implement the functions: clz, clzl, clzll, ctz, ctzl, and ctzll by Yaron Keren · 12 years ago
  45. 028875a Patch by Xing Xue to improve libc++ support for AIX by Marshall Clow · 12 years ago
  46. fbeb63c This patch implements snprintf_l function in a way similar to the other by Yaron Keren · 12 years ago
  47. 6e72b8b Windows.h is not required. by Yaron Keren · 12 years ago
  48. f66a81a Yaron Keren: Add missing comment. by Howard Hinnant · 12 years ago
  49. 3af48ef 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
  50. 5f878d4 G M: Restore the ability for libcxx to compile again on mingw 64. by Howard Hinnant · 12 years ago
  51. 9762413 Xing Xue: Some minor changes for IBM XLC++/AIX. by Howard Hinnant · 12 years ago
  52. 5d1a701 Xing Xue: port to IBM XLC++/AIX. by Howard Hinnant · 12 years ago
  53. 0be8f64 Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which is by Howard Hinnant · 12 years ago
  54. 9daaf57 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 · 12 years ago
  55. 24afdf7 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
  56. 04e5ce2 Define _WCHAR_T in solaris/wchar.h. This fixes a bug where Solaris 10 headers by David Chisnall · 14 years ago
  57. 06af2bb Add support files required for building on Solaris. by David Chisnall · 14 years ago
  58. a4fd70e Add missing newlines at EOF. by Bob Wilson · 14 years ago
  59. 75689c1 Fix http://llvm.org/bugs/show_bug.cgi?id=11428. Fix provided by Alberto Ganesh Barbati by Howard Hinnant · 14 years ago
  60. a5bc2f8 Jean-Daniel: __builtin_popcountll support for Windows by Howard Hinnant · 14 years ago
  61. 9563a09 Windows port work by Ruben Van Boxem by Howard Hinnant · 14 years ago
  62. e438337 More windows port work by Ruben Van Boxem by Howard Hinnant · 14 years ago
  63. 8bece6f Windows port work by Ruben Van Boxem by Howard Hinnant · 14 years ago
  64. 8909cdf Windows port work by Ruben Van Boxem by Howard Hinnant · 14 years ago
  65. 0c06e58 Windows patch work by Ruben Van Boxem by Howard Hinnant · 14 years ago
  66. 3438889 Work on Windows port by Ruben Van Boxem by Howard Hinnant · 14 years ago
  67. dbe8111 Work on Windows port by Ruben Van Boxem by Howard Hinnant · 14 years ago
  68. 3c78ca0 Partial Windows port by Ruben Van Boxem by Howard Hinnant · 14 years ago