summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers
Commit message (Expand)AuthorAgeFilesLines
* non-member swap for array was mistakenly taking const ref params. Fixed and a...Marshall Clow2016-03-071-1/+28
* Add additional tests to ensure that we DTRT with short lists. This is LWG#259...Marshall Clow2016-02-231-0/+14
* Cleanup node-type handling in the associative containers.Eric Fiselier2016-02-205-0/+247
* Fix LWG issue 2469 - Use piecewise construction in unordered_map::operator[].Eric Fiselier2016-02-112-12/+52
* Revert r260514 because it has a bogus commit message.Eric Fiselier2016-02-112-52/+12
* Teach __hash_table how to handle unordered_map's __hash_value_type.Eric Fiselier2016-02-112-12/+52
* Teach __hash_table how to handle unordered_map's __hash_value_type.Eric Fiselier2016-02-114-0/+500
* Recommit r260012 - Cleanup node-type handling in the unordered containers.Eric Fiselier2016-02-105-0/+304
* Revert r260012 due to __gnu_cxx::hash_map breakageEric Fiselier2016-02-085-304/+0
* Cleanup node-type handling in the unordered containersEric Fiselier2016-02-075-0/+304
* [libcxx] Fix undefined behavior in forward_listEric Fiselier2016-01-271-0/+53
* Add a bunch of missing includes in the test suite to make it more portable. F...Marshall Clow2016-01-1254-114/+168
* Add explicit include directives; the file was getting implicitly included alr...Marshall Clow2016-01-054-0/+4
* First half of LWG#2354: 'Unnecessary copying when inserting into maps with br...Marshall Clow2016-01-054-4/+130
* [libcxx] LWG2485: get() should be overloaded for const tuple&&. Patch from K-...Eric Fiselier2015-12-181-0/+51
* Add static_assert to set/multiset/map/multimap/forward_list/deque that the al...Marshall Clow2015-11-2612-0/+216
* Remove undefined behavior from tests; specifically, ensure that the value typ...Marshall Clow2015-11-2414-49/+59
* Fix compile error in test. Can't use `operator[]` for multimap.Marshall Clow2015-11-161-1/+1
* More tests for LWG#2156Marshall Clow2015-11-164-0/+64
* LWG#2156 loosened the requirements on unordered containers 'rehash' calls. Ad...Marshall Clow2015-11-164-0/+48
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-1012-0/+12
* Suppress array initialization warnings in std::experimental::apply testsEric Fiselier2015-10-0116-23/+46
* Recommit rL245802: Cleanup fancy pointer rebinding in list using __rebind_poi...Eric Fiselier2015-08-231-0/+27
* implement more of N4258 - Cleaning up noexcept in the standard library. Speci...Marshall Clow2015-08-182-0/+85
* Fix a handful of tests that fail in C++03Eric Fiselier2015-07-281-1/+7
* Fix warnings in unordered_mapEric Fiselier2015-07-1928-85/+39
* Fix warnings in forwardlistEric Fiselier2015-07-193-6/+6
* Fix warnings in deque testsEric Fiselier2015-07-1910-57/+24
* Commit file missing from r242629Eric Fiselier2015-07-191-0/+8
* Fix warnings in array and assoc containersEric Fiselier2015-07-1819-25/+90
* Add missing instrumentation in vector::insert - Patch from Anna ZaksEric Fiselier2015-07-182-284/+0
* Move bits from N4258. Mark vector's move-constructor unconditionally noexcept...Marshall Clow2015-07-142-0/+10
* Implement the first part of N4258: 'Cleaning up noexcept in the Library'. Thi...Marshall Clow2015-07-1313-12/+1017
* The rest of N4279 and LWG#2464 - for unordered_mapMarshall Clow2015-07-072-0/+393
* Implement N4279 and LWG#2664 for <map>. Reviewed as http://reviews.llvm.org/D...Marshall Clow2015-07-072-0/+381
* Add tests for LWG#2299. While doing so, I noticed that the tests we have for ...Marshall Clow2015-06-3049-1/+1716
* Fix PR#23767. Add tests for iterator invalidation for deque::erase/pop_front/...Marshall Clow2015-06-054-0/+246
* While applying N4258, I forgot about LWG#2455, which modified the modificatio...Marshall Clow2015-06-043-20/+1
* More N4258 changes. This time vector's constructorsMarshall Clow2015-06-044-5/+48
* Fix broken test I just addedMarshall Clow2015-05-261-3/+3
* Add tests to ensure that string/vector/array have contiguous iterators - whic...Marshall Clow2015-05-262-0/+83
* Fix test that was failing on C++03 b/c it was using initializer listsMarshall Clow2015-05-161-2/+2
* Fix for LWG Issue 2059: C++0x ambiguity problem with map::eraseMarshall Clow2015-05-108-0/+180
* Remove some debugging printout lines. No functionality change.Marshall Clow2015-05-101-2/+0
* Make the new tests better; make sure that we're testing the case where no rea...Marshall Clow2015-03-302-4/+11
* While testing Erik's code coverage scripts, I found a hole in the test suite ...Marshall Clow2015-03-302-16/+74
* [libcxx] Move tuple_size and tuple_element overloads for pair and array out o...Eric Fiselier2015-03-172-18/+53
* Use generic feature name for sanitizers that replace new and deleteEric Fiselier2015-03-103-3/+3
* [libcxx] Fix __RAII_IncreaseAnnotator for increases >= 1Eric Fiselier2015-03-101-0/+34
* Move test to use correct suffixEric Fiselier2015-03-091-0/+0
OpenPOWER on IntegriCloud