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