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
*
Add contains method to associative containers. This patch implements P0458R2,...
Zoe Carver
2019-07-16
1
-0
/
+10
*
[libc++] Implement P0433: deduction guides for <unordered_map>
Louis Dionne
2019-07-15
1
-6
/
+140
*
[NFC][libcxx] Remove trailing whitespace
Louis Dionne
2019-05-29
1
-8
/
+8
*
[libc++] Make sure we don't eagerly diagnose non-const comparators for contai...
Louis Dionne
2019-04-11
1
-4
/
+10
*
[libc++] Avoid UB in the no-exceptions mode in a few places
Louis Dionne
2019-02-12
1
-6
/
+2
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Implement P1209 - Adopt Consistent Container Erasure from Library Fundamental...
Marshall Clow
2018-12-14
1
-0
/
+20
*
[libc++] Improve diagnostics for non-const comparators and hashers in associa...
Louis Dionne
2018-12-06
1
-2
/
+6
*
Second half of C++17's splicing maps and sets
Erik Pilkington
2018-10-31
1
-0
/
+97
*
Implement the infrastructure for feature-test macros. Very few actual feature...
Marshall Clow
2018-09-12
1
-0
/
+1
*
First half of C++17's splicing maps and sets
Erik Pilkington
2018-08-01
1
-1
/
+86
*
Fix a strict aliasing violation in map and unordered_map.
Erik Pilkington
2018-06-04
1
-31
/
+81
*
First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty...
Marshall Clow
2017-11-15
1
-2
/
+2
*
Cleanup _LIBCPP_HAS_NO_<c++11-feature> in std::unordered_map and std::unorder...
Eric Fiselier
2017-04-18
1
-85
/
+47
*
Fix more bad member swap definitions in unordered_map.
Eric Fiselier
2017-04-13
1
-2
/
+2
*
Diagnose non-const-callable hash functions and comparators
Eric Fiselier
2017-01-13
1
-6
/
+2
*
[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VIS
Eric Fiselier
2017-01-04
1
-13
/
+13
*
Add tests for unordered container tests and std::string
Eric Fiselier
2016-12-28
1
-1
/
+1
*
Fix unused parameters and variables
Eric Fiselier
2016-12-23
1
-3
/
+17
*
[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
[next]