Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libcxx
/
71e699dda5442545e3335f8c07de27c860fe2046
/
test
/
localization
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
83179a7
LWG issues 2174/5/6 - mark wstring_convert::converted as noexcept, and make (some of) the constructors for wstring_convert and wbuffer_convert as explicit. Add configuration macro _LIBCPP_EXPLICIT_AFTER_CXX11
by Marshall Clow
· 11 years ago
d5bfe90
Add operator new[] to test. Partial fix for valgrind warning in http://llvm.org/bugs/show_bug.cgi?id=16703.
by Howard Hinnant
· 11 years ago
0769e6a
Windows port for __codecvt_utf8<wchar_t>.
by Howard Hinnant
· 11 years ago
bb3a0ac
XFAIL this test when using the darwin12 system library. Reviewed by Howard
by David Dean
· 11 years ago
dd854b2
Mark some tests with XFAIL for Lion and Mountain Lion.
by Howard Hinnant
· 12 years ago
63d8f7e
Add explicit casts to unsigned char before calling ctype functions.
by Joerg Sonnenberger
· 12 years ago
9c2ce95
Zero-initialize all mbstate_t in the codecvt tests.
by Howard Hinnant
· 12 years ago
ae57a1a
Numeric parsing was getting the wrong answer when faced with very long inputs. This fixes both http://llvm.org/bugs/show_bug.cgi?id=15751 and http://llvm.org/bugs/show_bug.cgi?id=15740
by Howard Hinnant
· 12 years ago
4f67100
Set failbit when strtold sets errno to ERANGE when parsing floating point values.
by Howard Hinnant
· 12 years ago
dece7fe
Removed raw references to __APPLE__; now just check to see if it is defined.
by Marshall Clow
· 12 years ago
6319f14
Parsing floating point numbers with very long precision was broken, and this patch fixes it. This fixes http://llvm.org/bugs/show_bug.cgi?id=15445.
by Howard Hinnant
· 12 years ago
cedb7fc
[tests] One last batch of XFAILs, for tests using new symbols added to libc++.
by Daniel Dunbar
· 12 years ago
43807c2
[tests] XFAIL some locale tests that don't seem to work on any Darwin.
by Daniel Dunbar
· 12 years ago
8b9eee3
[tests] Mark another stream input expected failure (with system libc++).
by Daniel Dunbar
· 12 years ago
83e2c4d
Move common header files into a 'support' directory; make 'testit' include -I to that directory; rename 'iterators.h' to 'iterator_test.h'; remove hard-coded paths to include files from more than 350 source files
by Marshall Clow
· 12 years ago
239e341
Removed another copy of 'iterators.h' files in libcxx/test
by Marshall Clow
· 12 years ago
002a984
Removed 7 (of 8) different 'iterators.h' files in test/localization
by Marshall Clow
· 12 years ago
0a69fa1
Zhang Xiongpang: Add definitions for const data members. Fixes http://llvm.org/bugs/show_bug.cgi?id=14585.
by Howard Hinnant
· 12 years ago
ca8eb83
<algorithm> no longer needs to include <cstdlib>, but can get away with just <cstddef>. This was brought to my attention by Salvatore Benedetto in his port to a bare-metal coretex-m3. This exposed two test bugs where an explicit #include <cstdlib> was needed.
by Howard Hinnant
· 12 years ago
1ca2367
Fixed a bug in wstring_convert concerning zero-length inputs. Thanks to Jonathan Coxhead for reporting this bug.
by Howard Hinnant
· 12 years ago
558ae17
Fix moneypunct_byname algorithm to more accurately represent C locales in C++.
by Jeffrey Yasskin
· 13 years ago
6df1412
Relax pointer output test to accept glibc's output. Patch supplied by Jeffrey Yasskin.
by Howard Hinnant
· 13 years ago
b04ad41
Do not parse sign if a sign is not the next legal character when parsing floating point from an input stream. Fixes http://llvm.org/bugs/show_bug.cgi?id=11871
by Howard Hinnant
· 13 years ago
8e50a9c
Remove quotes from locale name identifier. Credit Edward Meewis.
by Howard Hinnant
· 13 years ago
c0d0cba
Windows porting work by Ruben Van Boxem
by Howard Hinnant
· 13 years ago
8669889
More +.UTF-8 fixes.
by David Chisnall
· 13 years ago
e2f2a15
Localisation test fixes to make the tests pass on FreeBSD, which does not provide shortened forms of the various locales (e.g. en_US, rather than en_US.UTF-8 / en_US.ISO{whatever}).
by David Chisnall
· 13 years ago
a5a0ba8
Warning suppression in test.
by Howard Hinnant
· 13 years ago
0a11111
http://llvm.org/bugs/show_bug.cgi?id=9854. Also created an emulated hexfloat literal for use in some of the tests. <sigh> And cleaned up some harmless but irritating warnings in the tests.
by Howard Hinnant
· 13 years ago
e7c8da6
http://llvm.org/bugs/show_bug.cgi?id=9326
by Howard Hinnant
· 14 years ago
b64f8b0
license change
by Howard Hinnant
· 14 years ago
ef0036c
Corrected some int -> char narrowing conversions
by Howard Hinnant
· 14 years ago
22a74dc
Fixing whitespace problems
by Howard Hinnant
· 14 years ago
4b53f50
[conversions.buffer]
by Howard Hinnant
· 14 years ago
d23b464
[conversions.string]
by Howard Hinnant
· 14 years ago
87d1a8a
[locale.stdcvt]
by Howard Hinnant
· 14 years ago
f5256e1
Wiped out some non-ascii characters that snuck into the copyright.
by Howard Hinnant
· 14 years ago
bc8d3f9
libcxx initial import
by Howard Hinnant
· 14 years ago