summaryrefslogtreecommitdiffstats
path: root/libcxx/test/containers/associative/multimap
Commit message (Expand)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-2047-5455/+0
* Fix unused variables in tests to placate scan-build. Patch from Steve MacKenzie.Eric Fiselier2014-10-191-0/+2
* Fix bug 20740 - std::set/std::map don't support heterogeneous lookup for coun...Marshall Clow2014-08-241-0/+67
* Fix some failing tests for the standard containers. The tests were failing in...Marshall Clow2014-07-081-22/+25
* 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-051-0/+5
* Fix for PR18735 - self-assignment for map/multimap gives incorrect results in...Marshall Clow2014-02-081-0/+20
* Found six (nmostly) identical files named 'test_allocator.h' in the libcxx te...Marshall Clow2013-12-0316-16/+16
* Found two identical files named 'DefaultOnly.h' in the libcxx test suite. Mov...Marshall Clow2013-12-022-2/+2
* There were two identical files named 'min_allocator.h'. Move one of them to /...Marshall Clow2013-11-2641-41/+41
* SCARY/N2913 iterator support between the multi and non-multi versions of the ...Howard Hinnant2013-09-301-0/+24
* LWG Issue #2210 Part 5 - map/multimap; no, really - the last one was set/mult...Marshall Clow2013-09-112-0/+65
* Second half (map/multimap) of N3657Marshall Clow2013-08-134-0/+283
* N3644 tests for map/multimap/set/multiset. Drive-by NOEXCEPT for __tree_const...Marshall Clow2013-08-081-0/+14
* Removed extension in [unordered_][multi]map which allowed one to emplace usin...Howard Hinnant2013-07-042-12/+30
* Implement full support for non-pointer types in custom allocators. This is f...Howard Hinnant2013-06-1941-0/+1846
* Move common header files into a 'support' directory; make 'testit' include -I...Marshall Clow2013-01-051-1/+1
* Removed several more different 'iterators.h' files in libcxx/testMarshall Clow2013-01-031-1/+1
* The rules for emplace in map, multimap, unordered_map and unordered_multimap ...Howard Hinnant2012-05-252-4/+10
* Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574Howard Hinnant2011-08-125-10/+10
* noexcept for <set>. Plus a few fixes to noexcept for <map>.Howard Hinnant2011-06-045-5/+5
* noexcept for <map>.Howard Hinnant2011-06-045-0/+268
* Corrected tests for http://llvm.org/bugs/show_bug.cgi?id=9351Howard Hinnant2011-04-041-24/+0
* ... And these wonderful tests.Howard Hinnant2011-04-031-0/+24
* Bug 9096 - list::iterator not default constructibleHoward Hinnant2011-01-281-2/+4
* license changeHoward Hinnant2010-11-1641-82/+82
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-0412-24/+24
* Fixing whitespace problemsHoward Hinnant2010-08-2215-22/+22
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-1141-41/+41
* libcxx initial importHoward Hinnant2010-05-1141-0/+2829
OpenPOWER on IntegriCloud