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
/
utility
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor default constructor SFINAE in pair and tuple.
Eric Fiselier
2019-09-30
1
-14
/
+9
*
[libc++] Take 2: Implement LWG 2510
Louis Dionne
2019-09-26
1
-6
/
+26
*
Revert r372777: [libc++] Implement LWG 2510 and its follow-ups
Ilya Biryukov
2019-09-25
1
-26
/
+6
*
[libc++] Implement LWG 2510
Louis Dionne
2019-09-24
1
-6
/
+26
*
Consolidate swap, swap_ranges, and iter_swap in <type_traits>.
Zoe Carver
2019-09-11
1
-21
/
+3
*
[NFC][libc++] Add missing EXPLICIT to pair and tuple synopsis
Louis Dionne
2019-07-22
1
-4
/
+4
*
This patch makes swap functions constexpr. Both swap overloads, swap_ranges a...
Zoe Carver
2019-07-05
1
-2
/
+2
*
Fix -Wdouble-promotion warnings.
Bruce Mitchener
2019-07-01
1
-2
/
+2
*
Apply [[nodebug]] to typedefs throughout the STL.
Eric Fiselier
2019-06-12
1
-16
/
+16
*
[libc++] Declare std::tuple_element as struct instead of class
Louis Dionne
2019-04-01
1
-6
/
+4
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Fix PR40230 - std::pair may have padding on FreeBSD.
Eric Fiselier
2019-01-16
1
-1
/
+2
*
Change from a to a . Fixes PR#39871.
Marshall Clow
2019-01-11
1
-2
/
+2
*
[pair] Mark constructors as conditionally noexcept
Louis Dionne
2018-12-11
1
-1
/
+21
*
Revert "[pair] Mark constructors as conditionally noexcept"
Louis Dionne
2018-12-11
1
-21
/
+1
*
[pair] Mark constructors as conditionally noexcept
Louis Dionne
2018-12-11
1
-1
/
+21
*
[libcxx] Implement P0318: unwrap_ref_decay and unwrap_reference
Louis Dionne
2018-12-03
1
-15
/
+20
*
Fix -Wimplicit-fallthrough warning
Fangrui Song
2018-11-07
1
-0
/
+2
*
[libc++] Make sure we can build libc++ with -fvisibility=hidden
Louis Dionne
2018-10-25
1
-1
/
+1
*
Fix even more Clang warnings.
Eric Fiselier
2018-10-01
1
-3
/
+3
*
Implement the infrastructure for feature-test macros. Very few actual feature...
Marshall Clow
2018-09-12
1
-0
/
+1
*
[libc++] Remove _LIBCPP_BUILDING_XXX macros, which are redundant since _LIBCP...
Louis Dionne
2018-08-01
1
-1
/
+1
*
[NFC] Add <initializer_list> to the synopsis of <utility>
Louis Dionne
2018-07-05
1
-0
/
+2
*
Fix a typo in the synopsis comment. NFC. Thanks to K-ballo for the catch
Marshall Clow
2018-02-11
1
-1
/
+1
*
Last batch of P0202 constexpr additions: includes/set_intersection/exchange
Marshall Clow
2018-01-22
1
-1
/
+1
*
Temporarily revert the inlining of 'piecewise_construct' because it is export...
Marshall Clow
2018-01-02
1
-1
/
+1
*
Implement most of P0607: Inline Variables for the Standard Library. This invo...
Marshall Clow
2018-01-02
1
-14
/
+5
*
Add C++17 explicit deduction guides to std::pair.
Eric Fiselier
2017-10-04
1
-0
/
+5
*
Add an `__is_inplace_index` metafunction.
Michael Park
2017-06-14
1
-0
/
+6
*
Make tuple_element static_assert in pair if the index is out of range. Also, ...
Marshall Clow
2017-06-12
1
-0
/
+6
*
Fix dllimport on a class template
Eric Fiselier
2017-04-20
1
-1
/
+1
*
Cleanup remaining usages of _LIBCPP_HAS_NO_<c++11-feature> in tuple and utility
Eric Fiselier
2017-04-19
1
-19
/
+12
*
Fix hash requirements check in __hash_table.
Eric Fiselier
2017-03-03
1
-3
/
+8
*
Prevent UBSAN from generating unsigned overflow diagnostics in the hashing in...
Eric Fiselier
2017-02-08
1
-10
/
+23
*
Implement P0513R0 - "Poisoning the Hash"
Eric Fiselier
2017-01-21
1
-0
/
+640
*
[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VIS
Eric Fiselier
2017-01-04
1
-6
/
+6
*
Workaround compilers w/o C++1z inline variables
Eric Fiselier
2016-11-17
1
-3
/
+12
*
Implement P0504R0: Revisiting in-place tag types for any/optional/variant
Eric Fiselier
2016-11-17
1
-53
/
+29
*
Update issue status for LWG 2744
Eric Fiselier
2016-10-16
1
-4
/
+14
*
Fix std::pair on FreeBSD
Eric Fiselier
2016-10-11
1
-20
/
+12
*
Fix pair::operator=(TupleLike&&).
Eric Fiselier
2016-08-29
1
-1
/
+1
*
Revert r279953 - Fix pair::operator=(TupleLike&&)
Eric Fiselier
2016-08-29
1
-1
/
+1
*
Fix pair::operator=(TupleLike&&).
Eric Fiselier
2016-08-29
1
-1
/
+1
*
Implement the std::pair parts of "Improving pair and tuple". Completes N4387.
Eric Fiselier
2016-07-25
1
-100
/
+180
*
Recommit r276548 - Make pair/tuples assignment operators SFINAE properly.
Eric Fiselier
2016-07-25
1
-12
/
+30
*
Revert r276548 - Make pair/tuples assignment operators SFINAE properly.
Eric Fiselier
2016-07-25
1
-20
/
+5
*
Don't SFINAE pair's copy assignment operator in C++03 mode.
Eric Fiselier
2016-07-25
1
-0
/
+4
*
Add __is_inplace_type metafunction helper
Eric Fiselier
2016-07-24
1
-0
/
+5
*
Make pair/tuples assignment operators SFINAE properly.
Eric Fiselier
2016-07-24
1
-5
/
+16
*
Implement the in_place tags from p0032r3.
Eric Fiselier
2016-07-23
1
-0
/
+58
[next]