summaryrefslogtreecommitdiffstats
path: root/libcxx/test/containers/unord
Commit message (Expand)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-20303-34349/+0
* Add 'REQUIERS: long_tests' to a few more long testsJonathan Roelofs2014-12-111-0/+2
* Fix some failing tests for the standard containers. The tests were failing in...Marshall Clow2014-07-084-4/+8
* Fix typo 'fourty' in testsAlp Toker2014-05-1520-87/+87
* Add tests for LWG issue #2356. Stability of erasure in unordered associative ...Marshall Clow2014-03-104-0/+143
* More tests for LWG Issue #2263; this time to the associative and unordered co...Marshall Clow2014-03-104-12/+24
* Implement LWG 2193. Default constructors for standard library containers are ...Marshall Clow2014-03-055-1/+37
* Fix for PR18735 - self-assignment for map/multimap gives incorrect results in...Marshall Clow2014-02-084-0/+73
* Found six (nmostly) identical files named 'test_allocator.h' in the libcxx te...Marshall Clow2013-12-03123-123/+123
* There were two identical files named 'min_allocator.h'. Move one of them to /...Marshall Clow2013-11-26240-240/+240
* Part 8 of LWG Issue 2210' unordered_set and unordered multiset; this got miss...Marshall Clow2013-09-306-0/+369
* SCARY/N2913 iterator support between the multi and non-multi versions of the ...Howard Hinnant2013-09-302-0/+48
* LWG Issue 2210 (Part #6): unordered_map and unordered_multimapMarshall Clow2013-09-126-0/+451
* Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG.Howard Hinnant2013-08-2376-92/+92
* N3644 tests for map/multimap/set/multiset. Drive-by NOEXCEPT for __tree_const...Marshall Clow2013-08-084-4/+4
* N3644 support for <unordered_set> and <unordered_map>Marshall Clow2013-08-074-0/+56
* debug mode for unordered_map. Also picked up a missing check and test in uno...Howard Hinnant2013-08-0220-0/+641
* Ok, 3 major changes for debug mode in one commit:Howard Hinnant2013-08-026-291/+0
* Debug mode for unordered_multimap. Some mods were done for unordered_map as ...Howard Hinnant2013-07-3023-22/+726
* Debug mode for unordered_multiset. The exercise spotted a few places I had m...Howard Hinnant2013-07-2924-0/+743
* Debug mode for unordered_set. I believe this to be fairly complete forHoward Hinnant2013-07-2334-52/+723
* Remove implicit conversion from __value_type to value_type in [unordered_][mu...Howard Hinnant2013-07-051-0/+3
* Removed extension in [unordered_][multi]map which allowed one to emplace usin...Howard Hinnant2013-07-045-8/+57
* Simplify comparators of [unordered_][multi]map. This fixes http://llvm.org/b...Howard Hinnant2013-07-041-0/+39
* Implement full support for non-pointer types in custom allocators. This is f...Howard Hinnant2013-06-22224-12/+10210
* Move common header files into a 'support' directory; make 'testit' include -I...Marshall Clow2013-01-0528-28/+28
* Removed several more different 'iterators.h' files in libcxx/testMarshall Clow2013-01-0328-28/+28
* This commit establishes a new bucket_count policy in the unordered containers...Howard Hinnant2012-07-064-4/+4
* The rules for emplace in map, multimap, unordered_map and unordered_multimap ...Howard Hinnant2012-05-254-4/+8
* unord test fixes by Edward MeewisHoward Hinnant2011-12-0273-93/+166
* Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574Howard Hinnant2011-08-1228-56/+56
* noexcept for <unordered_set>.Howard Hinnant2011-06-0410-0/+690
* noexcept for <unordered_map>.Howard Hinnant2011-06-0410-0/+690
* Bug 9096 - list::iterator not default constructibleHoward Hinnant2011-01-284-1/+9
* license changeHoward Hinnant2010-11-16235-470/+470
* Fix two test bugsHoward Hinnant2010-10-141-2/+0
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-0457-114/+114
* Fixing whitespace problemsHoward Hinnant2010-08-2265-65/+61
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-11235-235/+235
* libcxx initial importHoward Hinnant2010-05-11235-0/+18939
OpenPOWER on IntegriCloud