summaryrefslogtreecommitdiffstats
path: root/libcxx/include/unordered_map
Commit message (Expand)AuthorAgeFilesLines
...
* Debug mode for unordered_multimap. Some mods were done for unordered_map as ...Howard Hinnant2013-07-301-0/+40
* Debug mode for unordered_set. I believe this to be fairly complete forHoward Hinnant2013-07-231-4/+120
* Remove implicit conversion from __value_type to value_type in [unordered_][mu...Howard Hinnant2013-07-051-30/+18
* Removed extension in [unordered_][multi]map which allowed one to emplace usin...Howard Hinnant2013-07-041-72/+15
* Simplify comparators of [unordered_][multi]map. This fixes http://llvm.org/b...Howard Hinnant2013-07-041-46/+0
* Implement full support for non-pointer types in custom allocators. This is f...Howard Hinnant2013-06-221-20/+132
* No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant2013-03-061-13/+13
* The rules for emplace in map, multimap, unordered_map and unordered_multimap ...Howard Hinnant2012-05-251-126/+143
* As an extension, support incomplete types in the unordered containers to matc...Howard Hinnant2011-12-121-26/+70
* Fix http://llvm.org/bugs/show_bug.cgi?id=11461. Credit Alberto Ganesh Barbati.Howard Hinnant2011-12-111-2/+10
* Further macro protection by replacing _[A-Z] with _[A-Z]pHoward Hinnant2011-11-291-25/+25
* Windows support by Ruben Van Boxem.Howard Hinnant2011-10-171-0/+2
* Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574Howard Hinnant2011-08-121-0/+28
* http://llvm.org/bugs/show_bug.cgi?id=10455Howard Hinnant2011-07-231-2/+2
* Correct for new rules regarding implicitly deleted special members. http://ll...Howard Hinnant2011-07-011-2/+12
* _STD -> _VSTD to avoid macro clash on windowsHoward Hinnant2011-06-301-45/+45
* More fixes: One of my fixes to type_traits earlier today was incorrect, so t...Howard Hinnant2011-06-191-23/+23
* noexcept for <unordered_map>.Howard Hinnant2011-06-041-96/+173
* Qualify calls to addressof with std::. Bug 9106Howard Hinnant2011-02-021-10/+10
* license changeHoward Hinnant2010-11-161-2/+2
* visibility-decoration sweep completed.Howard Hinnant2010-09-231-31/+171
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-041-41/+69
* Fixing whitespace problemsHoward Hinnant2010-08-221-24/+23
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+1511
OpenPOWER on IntegriCloud