.. |
unord.set.cnstr
|
Implement LWG 2193. Default constructors for standard library containers are explicit. Note that libc++ already did this for string/deque/forward_list/list/vector and the unordered containers; implement it for set/multiset/map/multimap. Add tests for all the containers. Two drive-by fixes as well: add a missing explicit in <deque>, and remove a tab that snuck into a container test. This issue is also LLVM bug 15724, and resolves it.
|
2014-03-05 19:06:20 +00:00 |
unord.set.swap
|
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.
|
2013-12-03 00:18:10 +00:00 |
bucket_count.pass.cpp
|
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.
|
2013-11-26 20:58:02 +00:00 |
bucket_size.pass.cpp
|
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.
|
2013-11-26 20:58:02 +00:00 |
bucket.pass.cpp
|
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.
|
2013-11-26 20:58:02 +00:00 |
clear.pass.cpp
|
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.
|
2013-11-26 20:58:02 +00:00 |
count.pass.cpp
|
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.
|
2013-11-26 20:58:02 +00:00 |
db_iterators_7.pass.cpp
|
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.
|
2013-11-26 20:58:02 +00:00 |
db_iterators_8.pass.cpp
|
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.
|
2013-11-26 20:58:02 +00:00 |
db_local_iterators_7.pass.cpp
|
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.
|
2013-11-26 20:58:02 +00:00 |
db_local_iterators_8.pass.cpp
|
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.
|
2013-11-26 20:58:02 +00:00 |
emplace_hint.pass.cpp
|
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.
|
2013-11-26 20:58:02 +00:00 |
emplace.pass.cpp
|
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.
|
2013-11-26 20:58:02 +00:00 |
eq.pass.cpp
|
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.
|
2013-11-26 20:58:02 +00:00 |
equal_range_const.pass.cpp
|
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.
|
2013-11-26 20:58:02 +00:00 |
equal_range_non_const.pass.cpp
|
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.
|
2013-11-26 20:58:02 +00:00 |
erase_const_iter.pass.cpp
|
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.
|
2013-11-26 20:58:02 +00:00 |
erase_iter_db1.pass.cpp
|
Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG.
|
2013-08-23 20:10:18 +00:00 |
erase_iter_db2.pass.cpp
|
Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG.
|
2013-08-23 20:10:18 +00:00 |
erase_iter_iter_db1.pass.cpp
|
Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG.
|
2013-08-23 20:10:18 +00:00 |
erase_iter_iter_db2.pass.cpp
|
Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG.
|
2013-08-23 20:10:18 +00:00 |
erase_iter_iter_db3.pass.cpp
|
Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG.
|
2013-08-23 20:10:18 +00:00 |
erase_iter_iter_db4.pass.cpp
|
Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG.
|
2013-08-23 20:10:18 +00:00 |
erase_key.pass.cpp
|
Add tests for LWG issue #2356. Stability of erasure in unordered associative containers. Libc++ already does this, but now we have tests for it.
|
2014-03-10 21:36:36 +00:00 |
erase_range.pass.cpp
|
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.
|
2013-11-26 20:58:02 +00:00 |
find_const.pass.cpp
|
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.
|
2013-11-26 20:58:02 +00:00 |
find_non_const.pass.cpp
|
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.
|
2013-11-26 20:58:02 +00:00 |
insert_const_lvalue.pass.cpp
|
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.
|
2013-11-26 20:58:02 +00:00 |
insert_hint_const_lvalue.pass.cpp
|
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.
|
2013-11-26 20:58:02 +00:00 |
insert_hint_rvalue.pass.cpp
|
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.
|
2013-11-26 20:58:02 +00:00 |
insert_init.pass.cpp
|
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.
|
2013-11-26 20:58:02 +00:00 |
insert_range.pass.cpp
|
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.
|
2013-11-26 20:58:02 +00:00 |
insert_rvalue.pass.cpp
|
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.
|
2013-11-26 20:58:02 +00:00 |
iterators.fail.cpp
|
license change
|
2010-11-16 22:09:02 +00:00 |
iterators.pass.cpp
|
More tests for LWG Issue #2263; this time to the associative and unordered containers. Still no changes to libc++
|
2014-03-10 19:18:49 +00:00 |
load_factor.pass.cpp
|
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.
|
2013-11-26 20:58:02 +00:00 |
local_iterators.fail.cpp
|
license change
|
2010-11-16 22:09:02 +00:00 |
local_iterators.pass.cpp
|
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.
|
2013-11-26 20:58:02 +00:00 |
max_bucket_count.pass.cpp
|
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.
|
2013-11-26 20:58:02 +00:00 |
max_load_factor.pass.cpp
|
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.
|
2013-11-26 20:58:02 +00:00 |
max_size.pass.cpp
|
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.
|
2013-11-26 20:58:02 +00:00 |
rehash.pass.cpp
|
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.
|
2013-11-26 20:58:02 +00:00 |
reserve.pass.cpp
|
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.
|
2013-11-26 20:58:02 +00:00 |
swap_member.pass.cpp
|
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.
|
2013-12-03 00:18:10 +00:00 |
types.pass.cpp
|
Fix some failing tests for the standard containers. The tests were failing in 32-bit mode because they assumed that std::size_type and make_unsigned<ptrdiff_t>::type were always the same type. No change to libc++, just the tests.
|
2014-07-08 15:19:40 +00:00 |
version.pass.cpp
|
license change
|
2010-11-16 22:09:02 +00:00 |