Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
libcxx
/
test
/
support
/
min_allocator.h
e7652f5
[libcxx] Use custom allocator's `construct` in C++03 when available.
by Volodymyr Sapsai
· 7 years ago
f912759
Implement P0513R0 - "Poisoning the Hash"
by Eric Fiselier
· 9 years ago
5cac775
Fix PR31378 - std::list::remove should not require a default constructible allocator.
by Eric Fiselier
· 9 years ago
2a10c96
Support allocators with explicit conversion constructors. Fixes bug #29000
by Marshall Clow
· 9 years ago
c797958
Add Filesystem TS -- Complete
by Eric Fiselier
· 9 years ago
f2f2a63
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER.
by Eric Fiselier
· 9 years ago
cbf166a
More of N4258 implementation. Mark all of our test_allocators as noexcept constructible. Make the constructors for basic_string noexcept all the time (under C++14). Update tests to reflect the new world order. More to come.
by Marshall Clow
· 10 years ago
e3981b8
Add bare_allocator archetype that implements the minimal possible allocator interface.
by Eric Fiselier
· 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
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
[Renamed from libcxx/test/containers/min_allocator.h]
3ec1f00
Implement full support for non-pointer pointers in custom allocators for vector.
by Howard Hinnant
· 12 years ago
07d3ecc
Implement full support for non-pointer types in custom allocators. This is for the associative containers only. This work still needs to be done on the unordered and sequence containers. Fixes http://llvm.org/bugs/show_bug.cgi?id=15978
by Howard Hinnant
· 12 years ago