Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libcxx
/
5e57142c5902c3f73a6fdcb8cab55e88ffb43a56
/
test
/
strings
5e57142
Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG.
by Howard Hinnant
· 11 years ago
499cea1
Debug mode for string. This commit also marks the first time libc++ debug-mode has found a bug (found one in regex). Had to play with extern templates a bit to get this to work since string is heavily used within libc++.dylib.
by Howard Hinnant
· 11 years ago
d7cddf6
XFAIL 3 tests on darwin 11-12. The tests have recently been modified, are correct, and pass with an updated libc++.dylib
by Howard Hinnant
· 11 years ago
bf6eda0
Eradicate tabs
by Marshall Clow
· 11 years ago
8634fc5
Added more tests for numeric conversion error handing; Refs LWG issue 2009
by Marshall Clow
· 11 years ago
051c848
N3644 tests for map/multimap/set/multiset. Drive-by NOEXCEPT for __tree_const_iterator constructor. Fix comment typos in other tests
by Marshall Clow
· 11 years ago
0f164c9
N3644 support for <string> and <vector>
by Marshall Clow
· 11 years ago
ab61b2c
War on tabs
by Howard Hinnant
· 11 years ago
1523432
Implement string suffixes from N3642
by Marshall Clow
· 11 years ago
9dcdcde
Implement full support for non-pointer pointers in custom allocators for string. This completes the custom pointer support for the entire library.
by Howard Hinnant
· 11 years ago
9976b55
This is a start at making the libc++ test suite friendlier to the -fnoexceptions flag. Although this is not a complete solution, it does reduce the number of test failures on OS X from 467 to 128 on OS X when -fno-exceptions is enabled, and does not impact the number of failures at all when -fno-exceptions is not enabled. The bulk of this code was donated anonymously.
by Howard Hinnant
· 12 years ago
c8e1889
[tests] Mark some string.conversions expected failures (with system libc++).
by Daniel Dunbar
· 12 years ago
edfb053
[tests] XFAIL a few things that require libc (?) support missing on Darwin.
by Daniel Dunbar
· 12 years ago
3e3ae9e
Fix string conversions functions to throw out_of_range properly. Fixes http://llvm.org/bugs/show_bug.cgi?id=14919.
by Howard Hinnant
· 12 years ago
352bd3a
Klaas de Vries: Fix bug in libc++'s std::string::find_first_not_of.
by Howard Hinnant
· 12 years ago
b97de44
Fix <rdar://problem/10256836> getline of an empty string mistakenly causes failure
by Howard Hinnant
· 13 years ago
e3e3291
Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574
by Howard Hinnant
· 13 years ago
a78264f
Fix wchar tests by not assuming that tm is complete and by using the
by Sean Hunt
· 13 years ago
53f7d4c
Bring noexcept for <string> inline with other containers.
by Howard Hinnant
· 13 years ago
c9f5d9f
test: Rename string_op+= to string_op_plus_equal. Windows git doesn't like it.
by Michael J. Spencer
· 14 years ago
7b2cb48
LWG 1323
by Howard Hinnant
· 14 years ago
b64f8b0
license change
by Howard Hinnant
· 14 years ago
0ce0224
fixing whitespace
by Howard Hinnant
· 14 years ago
73d21a4
Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature.
by Howard Hinnant
· 14 years ago
6e0a1f4
Fixing whitespace problems
by Howard Hinnant
· 14 years ago
0a68a4d
Fix conflict with cstring and using namespace std
by Howard Hinnant
· 14 years ago
a6a062d
[string.conversions]
by Howard Hinnant
· 14 years ago
9cb7043
Replaced :: with _ in several path names
by Howard Hinnant
· 14 years ago
4bd6cc9
Replaced :: with _ in several path names
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