Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f41847c401789d8f4a6fce0827579c7e3cfc47d6
/
libcxx
/
test
/
std
/
strings
/
basic.string
/
string.cons
/
move.pass.cpp
1f4231f
Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros
by Eric Fiselier
· 10 years ago
5a83710
Move test into test/std subdirectory.
by Eric Fiselier
· 11 years ago
[Renamed from libcxx/test/strings/basic.string/string.cons/move.pass.cpp]
c3deeb5
Found six (nmostly) identical files named 'test_allocator.h' in the libcxx test suite. Moved one to /support, made it a superset, and removed all but one of the others, and iupdated all the includes. Left the odd one (thread/futures/test_allocator.h) for later.
by Marshall Clow
· 12 years ago
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
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
7609c9b
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
· 15 years ago
bf2897c
Fixing whitespace problems
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