.. |
multiset.cons
|
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 |
multiset.special
|
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 |
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
|
Fix bug 20740 - std::set/std::map don't support heterogeneous lookup for count(). Thanks to Jim Porter for the bug report
|
2014-08-24 23:54:16 +00:00 |
emplace.pass.cpp
|
Found two identical files named 'DefaultOnly.h' in the libcxx test suite. Moved one to /support, removed the other, and iupdated all the includes. No functionality change
|
2013-12-02 17:00:56 +00:00 |
emplace_hint.pass.cpp
|
Found two identical files named 'DefaultOnly.h' in the libcxx test suite. Moved one to /support, removed the other, and iupdated all the includes. No functionality change
|
2013-12-02 17:00:56 +00:00 |
empty.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.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.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_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_key.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.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_cv.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_initializer_list.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_iter_cv.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_iter_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 |
insert_iter_rv.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_rv.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 |
iterator.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 |
lower_bound.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 |
scary.pass.cpp
|
SCARY/N2913 iterator support between the multi and non-multi versions of the associative and unordered containers. I beleive lack of support for this was accidentally recently introduced (by me) and this is fixing a regression. This time tests are put in to prevent such a regression in the future.
|
2013-09-30 19:08:22 +00:00 |
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 |
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 |
upper_bound.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 |