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
/
set
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc++] Use _EnableIf instead of std::enable_if in deduction guides for map ...
Louis Dionne
2019-07-19
1
-12
/
+12
*
Add contains method to associative containers. This patch implements P0458R2,...
Zoe Carver
2019-07-16
1
-3
/
+16
*
[libc++] Implement deduction guides for <set>
Louis Dionne
2019-06-11
1
-2
/
+58
*
[libc++] Make sure we don't eagerly diagnose non-const comparators for contai...
Louis Dionne
2019-04-11
1
-2
/
+10
*
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
-0
/
+2
*
[libcxx] Fix usage of _C2, which is a "nasty macro" in some environments
Louis Dionne
2018-11-01
1
-20
/
+20
*
Second half of C++17's splicing maps and sets
Erik Pilkington
2018-10-31
1
-0
/
+95
*
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
-0
/
+81
*
Use multi-key tree search for {map, set}::{count, equal_range}
Eric Fiselier
2018-02-10
1
-3
/
+3
*
Mark the transparent version set::count() as const. Thanks to Ivan Matek for ...
Marshall Clow
2018-01-07
1
-1
/
+1
*
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> for std::set and std::multiset
Eric Fiselier
2017-04-18
1
-49
/
+42
*
[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VIS
Eric Fiselier
2017-01-04
1
-2
/
+2
*
Fix unused parameters and variables
Eric Fiselier
2016-12-23
1
-1
/
+1
*
Fix missing const on set::count. Patch from Andrey Khalyavin
Eric Fiselier
2016-12-09
1
-1
/
+1
*
Add static_assert to set/multiset/map/multimap/forward_list/deque that the al...
Marshall Clow
2015-11-26
1
-0
/
+6
*
Fix for LWG Issue 2059: C++0x ambiguity problem with map::erase
Marshall Clow
2015-05-10
1
-0
/
+2
*
Fix bug 20740 - std::set/std::map don't support heterogeneous lookup for coun...
Marshall Clow
2014-08-24
1
-0
/
+12
*
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
/
+20
*
Implement LWG 2193. Default constructors for standard library containers are ...
Marshall Clow
2014-03-05
1
-4
/
+4
*
LWG Issue #2210 Part 4 - map/multimap
Marshall Clow
2013-09-11
1
-0
/
+36
*
First half of support for N3657; heterogenous lookups for set/multiset
Marshall Clow
2013-08-13
1
-0
/
+128
*
Nico Rieck: this patch series fixes visibility issues on Windows as explaine...
Howard Hinnant
2013-08-12
1
-2
/
+2
*
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...
Howard Hinnant
2013-03-06
1
-2
/
+2
*
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
/
+8
*
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
-24
/
+24
*
noexcept for <set>. Plus a few fixes to noexcept for <map>.
Howard Hinnant
2011-06-04
1
-80
/
+139
*
license change
Howard Hinnant
2010-11-16
1
-2
/
+2
*
visibility-decoration.
Howard Hinnant
2010-09-23
1
-16
/
+120
*
Changed __config to react to all of clang's currently documented has_feature ...
Howard Hinnant
2010-09-04
1
-26
/
+26
*
Fixing whitespace problems
Howard Hinnant
2010-08-22
1
-15
/
+12
*
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
/
+841