summaryrefslogtreecommitdiff
path: root/libcxx/test/containers/associative/map
AgeCommit message (Expand)Author
2014-12-20Move test into test/std subdirectory.Eric Fiselier
2014-08-24Fix bug 20740 - std::set/std::map don't support heterogeneous lookup for coun...Marshall Clow
2014-07-08Fix some failing tests for the standard containers. The tests were failing in...Marshall Clow
2014-03-10More tests for LWG Issue #2263; this time to the associative and unordered co...Marshall Clow
2014-03-05Implement LWG 2193. Default constructors for standard library containers are ...Marshall Clow
2014-02-08Fix for PR18735 - self-assignment for map/multimap gives incorrect results in...Marshall Clow
2013-12-03Found six (nmostly) identical files named 'test_allocator.h' in the libcxx te...Marshall Clow
2013-12-02Found two identical files named 'DefaultOnly.h' in the libcxx test suite. Mov...Marshall Clow
2013-11-26There were two identical files named 'min_allocator.h'. Move one of them to /...Marshall Clow
2013-09-11LWG Issue #2210 Part 5 - map/multimap; no, really - the last one was set/mult...Marshall Clow
2013-08-13Second half (map/multimap) of N3657Marshall Clow
2013-08-08N3644 tests for map/multimap/set/multiset. Drive-by NOEXCEPT for __tree_const...Marshall Clow
2013-07-05Remove implicit conversion from __value_type to value_type in [unordered_][mu...Howard Hinnant
2013-07-04Removed extension in [unordered_][multi]map which allowed one to emplace usin...Howard Hinnant
2013-07-04Simplify comparators of [unordered_][multi]map. This fixes http://llvm.org/b...Howard Hinnant
2013-06-19Implement full support for non-pointer types in custom allocators. This is f...Howard Hinnant
2013-01-05Move common header files into a 'support' directory; make 'testit' include -I...Marshall Clow
2013-01-03Removed several more different 'iterators.h' files in libcxx/testMarshall Clow
2012-05-25The rules for emplace in map, multimap, unordered_map and unordered_multimap ...Howard Hinnant
2011-08-12Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574Howard Hinnant
2011-06-04noexcept for <set>. Plus a few fixes to noexcept for <map>.Howard Hinnant
2011-06-04noexcept for <map>.Howard Hinnant
2011-04-04Corrected tests for http://llvm.org/bugs/show_bug.cgi?id=9351Howard Hinnant
2011-04-03... And these wonderful tests.Howard Hinnant
2011-01-28Bug 9096 - list::iterator not default constructibleHoward Hinnant
2010-11-16license changeHoward Hinnant
2010-09-04Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant
2010-08-22Fixing whitespace problemsHoward Hinnant
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant