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
/
map
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support allocators with explicit conversion constructors. Fixes bug #29000
Marshall Clow
2016-08-17
1
-14
/
+14
*
Change a couple ifdefs from '#if __cplusplus >= 2011xxx' to '#ifndef _LIBCPP_...
Marshall Clow
2016-07-18
1
-2
/
+2
*
Add is_swappable/is_nothrow_swappable traits
Eric Fiselier
2016-04-21
1
-2
/
+2
*
Fix LWG issue 2345 - Add insert(value_type&&)
Eric Fiselier
2016-04-18
1
-15
/
+9
*
Fix LWG issue 2469 - Use piecewise construction in map::operator[].
Eric Fiselier
2016-03-31
1
-67
/
+40
*
Teach __tree how to handle map's __value_type
Eric Fiselier
2016-03-31
1
-226
/
+58
*
Remove all usages of "const" node pointer typedefs in the assoc containers.
Eric Fiselier
2016-02-20
1
-59
/
+20
*
Cleanup node-type handling in the associative containers.
Eric Fiselier
2016-02-20
1
-19
/
+13
*
First half of LWG#2354: 'Unnecessary copying when inserting into maps with br...
Marshall Clow
2016-01-05
1
-0
/
+24
*
Use __rebind_pointer to avoid #ifdef block
Eric Fiselier
2015-12-30
1
-14
/
+4
*
Add static_assert to set/multiset/map/multimap/forward_list/deque that the al...
Marshall Clow
2015-11-26
1
-0
/
+6
*
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
-9
/
+27
*
Implement N4279 and LWG#2664 for <map>. Reviewed as http://reviews.llvm.org/D...
Marshall Clow
2015-07-07
1
-0
/
+131
*
Add tests for LWG#2299. While doing so, I noticed that the tests we have for ...
Marshall Clow
2015-06-30
1
-2
/
+2
*
[libcxx] Fix detection of __is_final.
Eric Fiselier
2015-06-13
1
-4
/
+3
*
Fix for LWG Issue 2059: C++0x ambiguity problem with map::erase
Marshall Clow
2015-05-10
1
-0
/
+6
*
In many places, there was an #ifdef/#else block that selected one of two impl...
Marshall Clow
2015-04-07
1
-14
/
+4
*
Allow declaration of map and multimap iterator with incomplete mapped type. P...
Eric Fiselier
2015-03-03
1
-9
/
+20
*
Fix bug 20740 - std::set/std::map don't support heterogeneous lookup for coun...
Marshall Clow
2014-08-24
1
-2
/
+14
*
Remove some unnecessary noexcept conditions. Thanks to Richard Smith for the ...
Marshall Clow
2014-04-16
1
-2
/
+0
*
Fix bug I introduced (enabling implicit conversions from compare function to ...
Marshall Clow
2014-03-10
1
-2
/
+18
*
Implement LWG 2193. Default constructors for standard library containers are ...
Marshall Clow
2014-03-05
1
-2
/
+2
*
Fix for PR18735 - self-assignment for map/multimap gives incorrect results in...
Marshall Clow
2014-02-08
1
-8
/
+12
*
SCARY/N2913 iterator support between the multi and non-multi versions of the ...
Howard Hinnant
2013-09-30
1
-85
/
+71
*
A collection of minor type-o fixes. The first two aren't testable, but all t...
Howard Hinnant
2013-09-12
1
-1
/
+1
*
LWG Issue #2210 Part 5 - map/multimap; no, really - the last one was set/mult...
Marshall Clow
2013-09-11
1
-1
/
+37
*
Zhihao Yuan noted that there were a few unneeded statements. Eliminated the...
Howard Hinnant
2013-08-22
1
-2
/
+2
*
Second half (map/multimap) of N3657
Marshall Clow
2013-08-13
1
-0
/
+158
*
Nico Rieck: this patch series fixes visibility issues on Windows as explaine...
Howard Hinnant
2013-08-12
1
-12
/
+12
*
Remove implicit conversion from __value_type to value_type in [unordered_][mu...
Howard Hinnant
2013-07-05
1
-22
/
+11
*
Removed extension in [unordered_][multi]map which allowed one to emplace usin...
Howard Hinnant
2013-07-04
1
-70
/
+14
*
Simplify comparators of [unordered_][multi]map. This fixes http://llvm.org/b...
Howard Hinnant
2013-07-04
1
-38
/
+0
*
Implement full support for non-pointer types in custom allocators. This is f...
Howard Hinnant
2013-06-19
1
-105
/
+151
*
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...
Howard Hinnant
2013-03-06
1
-12
/
+12
*
The rules for emplace in map, multimap, unordered_map and unordered_multimap ...
Howard Hinnant
2012-05-25
1
-120
/
+109
*
Fix http://llvm.org/bugs/show_bug.cgi?id=11461. Credit Alberto Ganesh Barbati.
Howard Hinnant
2011-12-11
1
-1
/
+5
*
Further macro protection by replacing _[A-Z] with _[A-Z]p
Howard Hinnant
2011-11-29
1
-39
/
+39
*
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
-18
/
+35
*
Correct for new rules regarding implicitly deleted special members. http://ll...
Howard Hinnant
2011-07-01
1
-0
/
+14
*
_STD -> _VSTD to avoid macro clash on windows
Howard Hinnant
2011-06-30
1
-49
/
+49
*
More fixes: One of my fixes to type_traits earlier today was incorrect, so t...
Howard Hinnant
2011-06-19
1
-22
/
+22
*
Provide names for template and function parameters in forward declarations. ...
Howard Hinnant
2011-06-14
1
-3
/
+5
*
noexcept for <set>. Plus a few fixes to noexcept for <map>.
Howard Hinnant
2011-06-04
1
-36
/
+36
*
noexcept for <map>.
Howard Hinnant
2011-06-04
1
-60
/
+126
*
http://llvm.org/bugs/show_bug.cgi?id=9672
Howard Hinnant
2011-04-11
1
-2
/
+2
*
Fixed two problems found by Chris Jefferson: Made operator>> for char consis...
Howard Hinnant
2011-02-27
1
-6
/
+6
*
Chris Jefferson noted many places where function calls needed to be qualified...
Howard Hinnant
2011-02-14
1
-1
/
+1
*
Qualify calls to addressof with std::. Bug 9106
Howard Hinnant
2011-02-02
1
-14
/
+14
[next]