Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
a60d7fac096f086324e3131770a78d9de591515c
/
libcxx
/
test
/
std
/
strings
/
basic.string
/
string.access
/
back.pass.cpp
f2f2a63
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER.
by Eric Fiselier
· 9 years ago
5a83710
Move test into test/std subdirectory.
by Eric Fiselier
· 11 years ago
[Renamed from libcxx/test/strings/basic.string/string.access/back.pass.cpp]
e34f6f6
There were two identical files named 'min_allocator.h'. Move one of them to /support and delete the other. Then adjust all the tests that used them to include the moved one. No functionality change.
by Marshall Clow
· 12 years ago
145afa1
Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG.
by Howard Hinnant
· 12 years ago
fc88dbd
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
· 12 years ago
eec7218
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
· 12 years ago
412dbeb
license change
by Howard Hinnant
· 15 years ago
5b08a8a
Wiped out some non-ascii characters that snuck into the copyright.
by Howard Hinnant
· 15 years ago
3e51952
libcxx initial import
by Howard Hinnant
· 15 years ago