summaryrefslogtreecommitdiffstats
path: root/libcxx/test/containers/unord/unord.map
Commit message (Expand)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-2077-8219/+0
* Fix some failing tests for the standard containers. The tests were failing in...Marshall Clow2014-07-081-1/+2
* Fix typo 'fourty' in testsAlp Toker2014-05-1510-44/+44
* Add tests for LWG issue #2356. Stability of erasure in unordered associative ...Marshall Clow2014-03-101-0/+36
* More tests for LWG Issue #2263; this time to the associative and unordered co...Marshall Clow2014-03-101-3/+6
* Implement LWG 2193. Default constructors for standard library containers are ...Marshall Clow2014-03-052-1/+10
* Fix for PR18735 - self-assignment for map/multimap gives incorrect results in...Marshall Clow2014-02-081-0/+18
* Found six (nmostly) identical files named 'test_allocator.h' in the libcxx te...Marshall Clow2013-12-0330-30/+30
* There were two identical files named 'min_allocator.h'. Move one of them to /...Marshall Clow2013-11-2662-62/+62
* LWG Issue 2210 (Part #6): unordered_map and unordered_multimapMarshall Clow2013-09-123-0/+177
* Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG.Howard Hinnant2013-08-2319-23/+23
* N3644 tests for map/multimap/set/multiset. Drive-by NOEXCEPT for __tree_const...Marshall Clow2013-08-081-1/+1
* N3644 support for <unordered_set> and <unordered_map>Marshall Clow2013-08-071-0/+14
* debug mode for unordered_map. Also picked up a missing check and test in uno...Howard Hinnant2013-08-0219-0/+624
* Debug mode for unordered_multimap. Some mods were done for unordered_map as ...Howard Hinnant2013-07-303-22/+22
* Debug mode for unordered_set. I believe this to be fairly complete forHoward Hinnant2013-07-235-10/+10
* 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-043-4/+49
* 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-2258-2/+2467
* Move common header files into a 'support' directory; make 'testit' include -I...Marshall Clow2013-01-057-7/+7
* Removed several more different 'iterators.h' files in libcxx/testMarshall Clow2013-01-037-7/+7
* This commit establishes a new bucket_count policy in the unordered containers...Howard Hinnant2012-07-061-1/+1
* The rules for emplace in map, multimap, unordered_map and unordered_multimap ...Howard Hinnant2012-05-252-2/+4
* unord test fixes by Edward MeewisHoward Hinnant2011-12-0218-23/+41
* Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574Howard Hinnant2011-08-127-14/+14
* noexcept for <unordered_map>.Howard Hinnant2011-06-045-0/+345
* Bug 9096 - list::iterator not default constructibleHoward Hinnant2011-01-281-0/+2
* license changeHoward Hinnant2010-11-1659-118/+118
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-0415-30/+30
* Fixing whitespace problemsHoward Hinnant2010-08-2217-17/+16
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-1159-59/+59
* libcxx initial importHoward Hinnant2010-05-1159-0/+4419
OpenPOWER on IntegriCloud