Marshall Clow
|
d5549ccac1
Fix bug #20335 - memory leak when move-constructing a string with unequal allocator. Thanks to Thomas Koeppe for the report
|
11 年之前 |
Marshall Clow
|
1b92188a82
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.
|
11 年之前 |
Marshall Clow
|
061d0cc4db
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.
|
11 年之前 |
Howard Hinnant
|
9dcdcdee25
Implement full support for non-pointer pointers in custom allocators for string. This completes the custom pointer support for the entire library.
|
12 年之前 |
Howard Hinnant
|
b64f8b07c1
license change
|
14 年之前 |
Howard Hinnant
|
73d21a4f07
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.
|
15 年之前 |
Howard Hinnant
|
6e0a1f458e
Fixing whitespace problems
|
15 年之前 |
Howard Hinnant
|
f5256e16df
Wiped out some non-ascii characters that snuck into the copyright.
|
15 年之前 |
Howard Hinnant
|
bc8d3f97eb
libcxx initial import
|
15 年之前 |