summaryrefslogtreecommitdiffstats
path: root/libcxx/include/unordered_map
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Fix typos causing compilation errors when _LIBCPP_DEBUG_LEVEL >= 2Oleg Ranevskyy2016-09-261-2/+2
* Support allocators with explicit conversion constructors. Fixes bug #29000Marshall Clow2016-08-171-12/+12
* Change a couple ifdefs from '#if __cplusplus >= 2011xxx' to '#ifndef _LIBCPP_...Marshall Clow2016-07-181-2/+2
* Cleanup: move visibility/linkage attributes to the first declaration.Evgeniy Stepanov2016-04-221-10/+20
* Mark LWG issue 2469 as done. Also simplify try_emplace and insert_or_assign i...Eric Fiselier2016-04-181-63/+31
* Fix LWG issue 2345 - Add insert(value_type&&)Eric Fiselier2016-04-181-67/+82
* Fix LWG issue 2469 - Use piecewise construction in unordered_map::operator[].Eric Fiselier2016-02-111-30/+21
* Revert r260514 because it has a bogus commit message.Eric Fiselier2016-02-111-21/+30
* Teach __hash_table how to handle unordered_map's __hash_value_type.Eric Fiselier2016-02-111-30/+21
* Teach __hash_table how to handle unordered_map's __hash_value_type.Eric Fiselier2016-02-111-208/+58
* Remove changes that snuck in within r260431Eric Fiselier2016-02-101-9/+0
* Recommit r260012 - Cleanup node-type handling in the unordered containers.Eric Fiselier2016-02-101-20/+27
* Revert r260012 due to __gnu_cxx::hash_map breakageEric Fiselier2016-02-081-27/+20
* Cleanup node-type handling in the unordered containersEric Fiselier2016-02-071-20/+27
* Revert "unordered_map: Reuse insert logic in emplace when possible, NFC"Duncan P. N. Exon Smith2016-01-231-27/+3
* unordered_map: Reuse insert logic in emplace when possible, NFCDuncan P. N. Exon Smith2016-01-221-3/+27
* Use __rebind_pointer to avoid #ifdef blockEric Fiselier2015-12-301-16/+4
* Fix warnings about pessimizing return moves for C++11 and higherDimitry Andric2015-08-191-1/+1
* Implement the first part of N4258: 'Cleaning up noexcept in the Library'. Thi...Marshall Clow2015-07-131-0/+44
* The rest of N4279 and LWG#2464 - for unordered_mapMarshall Clow2015-07-071-0/+131
* [libcxx] Fix detection of __is_final.Eric Fiselier2015-06-131-8/+4
* Fix for LWG Issue 2059: C++0x ambiguity problem with map::eraseMarshall Clow2015-05-101-0/+6
* Replace two naked references of 'std::' with the macro '_VSTD::'. No function...Marshall Clow2015-05-061-2/+2
* In many places, there was an #ifdef/#else block that selected one of two impl...Marshall Clow2015-04-071-14/+4
* NFC. Move definition of _LIBCPP_ASSERT into __debug header and remove externa...Eric Fiselier2014-08-101-0/+2
* Fix for PR18735 - self-assignment for map/multimap gives incorrect results in...Marshall Clow2014-02-081-12/+16
* SCARY/N2913 iterator support between the multi and non-multi versions of the ...Howard Hinnant2013-09-301-86/+67
* LWG Issue 2210 (Part #6): unordered_map and unordered_multimapMarshall Clow2013-09-121-0/+80
* A collection of minor type-o fixes. The first two aren't testable, but all t...Howard Hinnant2013-09-121-1/+1
* Zhihao Yuan noted that there were a few unneeded statements. Eliminated the...Howard Hinnant2013-08-221-2/+2
* Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant2013-08-121-13/+13
* 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
OpenPOWER on IntegriCloud