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
...
*
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
*
license change
Howard Hinnant
2010-11-16
1
-2
/
+2
*
visibility-decoration sweep completed.
Howard Hinnant
2010-09-23
1
-31
/
+171
*
Changed __config to react to all of clang's currently documented has_feature ...
Howard Hinnant
2010-09-04
1
-41
/
+69
*
Fixing whitespace problems
Howard Hinnant
2010-08-22
1
-24
/
+23
*
Wiped out some non-ascii characters that snuck into the copyright.
Howard Hinnant
2010-05-11
1
-1
/
+1
*
libcxx initial import
Howard Hinnant
2010-05-11
1
-0
/
+1511
[prev]