index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libcxx
/
include
/
unordered_map
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc++] Fix typos causing compilation errors when _LIBCPP_DEBUG_LEVEL >= 2
Oleg Ranevskyy
2016-09-26
1
-2
/
+2
*
Support allocators with explicit conversion constructors. Fixes bug #29000
Marshall Clow
2016-08-17
1
-12
/
+12
*
Change a couple ifdefs from '#if __cplusplus >= 2011xxx' to '#ifndef _LIBCPP_...
Marshall Clow
2016-07-18
1
-2
/
+2
*
Cleanup: move visibility/linkage attributes to the first declaration.
Evgeniy Stepanov
2016-04-22
1
-10
/
+20
*
Mark LWG issue 2469 as done. Also simplify try_emplace and insert_or_assign i...
Eric Fiselier
2016-04-18
1
-63
/
+31
*
Fix LWG issue 2345 - Add insert(value_type&&)
Eric Fiselier
2016-04-18
1
-67
/
+82
*
Fix LWG issue 2469 - Use piecewise construction in unordered_map::operator[].
Eric Fiselier
2016-02-11
1
-30
/
+21
*
Revert r260514 because it has a bogus commit message.
Eric Fiselier
2016-02-11
1
-21
/
+30
*
Teach __hash_table how to handle unordered_map's __hash_value_type.
Eric Fiselier
2016-02-11
1
-30
/
+21
*
Teach __hash_table how to handle unordered_map's __hash_value_type.
Eric Fiselier
2016-02-11
1
-208
/
+58
*
Remove changes that snuck in within r260431
Eric Fiselier
2016-02-10
1
-9
/
+0
*
Recommit r260012 - Cleanup node-type handling in the unordered containers.
Eric Fiselier
2016-02-10
1
-20
/
+27
*
Revert r260012 due to __gnu_cxx::hash_map breakage
Eric Fiselier
2016-02-08
1
-27
/
+20
*
Cleanup node-type handling in the unordered containers
Eric Fiselier
2016-02-07
1
-20
/
+27
*
Revert "unordered_map: Reuse insert logic in emplace when possible, NFC"
Duncan P. N. Exon Smith
2016-01-23
1
-27
/
+3
*
unordered_map: Reuse insert logic in emplace when possible, NFC
Duncan P. N. Exon Smith
2016-01-22
1
-3
/
+27
*
Use __rebind_pointer to avoid #ifdef block
Eric Fiselier
2015-12-30
1
-16
/
+4
*
Fix warnings about pessimizing return moves for C++11 and higher
Dimitry Andric
2015-08-19
1
-1
/
+1
*
Implement the first part of N4258: 'Cleaning up noexcept in the Library'. Thi...
Marshall Clow
2015-07-13
1
-0
/
+44
*
The rest of N4279 and LWG#2464 - for unordered_map
Marshall Clow
2015-07-07
1
-0
/
+131
*
[libcxx] Fix detection of __is_final.
Eric Fiselier
2015-06-13
1
-8
/
+4
*
Fix for LWG Issue 2059: C++0x ambiguity problem with map::erase
Marshall Clow
2015-05-10
1
-0
/
+6
*
Replace two naked references of 'std::' with the macro '_VSTD::'. No function...
Marshall Clow
2015-05-06
1
-2
/
+2
*
In many places, there was an #ifdef/#else block that selected one of two impl...
Marshall Clow
2015-04-07
1
-14
/
+4
*
NFC. Move definition of _LIBCPP_ASSERT into __debug header and remove externa...
Eric Fiselier
2014-08-10
1
-0
/
+2
*
Fix for PR18735 - self-assignment for map/multimap gives incorrect results in...
Marshall Clow
2014-02-08
1
-12
/
+16
*
SCARY/N2913 iterator support between the multi and non-multi versions of the ...
Howard Hinnant
2013-09-30
1
-86
/
+67
*
LWG Issue 2210 (Part #6): unordered_map and unordered_multimap
Marshall Clow
2013-09-12
1
-0
/
+80
*
A collection of minor type-o fixes. The first two aren't testable, but all t...
Howard Hinnant
2013-09-12
1
-1
/
+1
*
Zhihao Yuan noted that there were a few unneeded statements. Eliminated the...
Howard Hinnant
2013-08-22
1
-2
/
+2
*
Nico Rieck: this patch series fixes visibility issues on Windows as explaine...
Howard Hinnant
2013-08-12
1
-13
/
+13
*
Debug mode for unordered_multimap. Some mods were done for unordered_map as ...
Howard Hinnant
2013-07-30
1
-0
/
+40
*
Debug mode for unordered_set. I believe this to be fairly complete for
Howard Hinnant
2013-07-23
1
-4
/
+120
*
Remove implicit conversion from __value_type to value_type in [unordered_][mu...
Howard Hinnant
2013-07-05
1
-30
/
+18
*
Removed extension in [unordered_][multi]map which allowed one to emplace usin...
Howard Hinnant
2013-07-04
1
-72
/
+15
*
Simplify comparators of [unordered_][multi]map. This fixes http://llvm.org/b...
Howard Hinnant
2013-07-04
1
-46
/
+0
*
Implement full support for non-pointer types in custom allocators. This is f...
Howard Hinnant
2013-06-22
1
-20
/
+132
*
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...
Howard Hinnant
2013-03-06
1
-13
/
+13
*
The rules for emplace in map, multimap, unordered_map and unordered_multimap ...
Howard Hinnant
2012-05-25
1
-126
/
+143
*
As an extension, support incomplete types in the unordered containers to matc...
Howard Hinnant
2011-12-12
1
-26
/
+70
*
Fix http://llvm.org/bugs/show_bug.cgi?id=11461. Credit Alberto Ganesh Barbati.
Howard Hinnant
2011-12-11
1
-2
/
+10
*
Further macro protection by replacing _[A-Z] with _[A-Z]p
Howard Hinnant
2011-11-29
1
-25
/
+25
*
Windows support by Ruben Van Boxem.
Howard Hinnant
2011-10-17
1
-0
/
+2
*
Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574
Howard Hinnant
2011-08-12
1
-0
/
+28
*
http://llvm.org/bugs/show_bug.cgi?id=10455
Howard Hinnant
2011-07-23
1
-2
/
+2
*
Correct for new rules regarding implicitly deleted special members. http://ll...
Howard Hinnant
2011-07-01
1
-2
/
+12
*
_STD -> _VSTD to avoid macro clash on windows
Howard Hinnant
2011-06-30
1
-45
/
+45
*
More fixes: One of my fixes to type_traits earlier today was incorrect, so t...
Howard Hinnant
2011-06-19
1
-23
/
+23
*
noexcept for <unordered_map>.
Howard Hinnant
2011-06-04
1
-96
/
+173
*
Qualify calls to addressof with std::. Bug 9106
Howard Hinnant
2011-02-02
1
-10
/
+10
[next]