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
/
variant
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve compile time of variant.
Eric Fiselier
2019-07-14
1
-31
/
+36
*
Cleanup whitespace in <variant>. NFC.
Eric Fiselier
2019-07-14
1
-11
/
+7
*
Avoid eager template instantiation caused by the variant narrowing checks.
Eric Fiselier
2019-07-14
1
-8
/
+28
*
Add option to disable variant narrowing conversion changes.
Eric Fiselier
2019-07-12
1
-0
/
+4
*
[libc++] Recommit r363692 to implement P0608R3
Zhihao Yuan
2019-06-20
1
-2
/
+30
*
[libc++] Revert r363692 which implements P0608R3
Zhihao Yuan
2019-06-19
1
-30
/
+2
*
[libc++] Implement P0608R3 - A sane variant converting constructor
Zhihao Yuan
2019-06-18
1
-2
/
+30
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[libcxx] Reorganize tests since the application of P0602R4
Louis Dionne
2019-01-10
1
-4
/
+4
*
[NFC] Fix typo in comment
Louis Dionne
2018-12-21
1
-1
/
+1
*
[libcxx] Add availability markup for bad_optional_access, bad_variant_access ...
Louis Dionne
2018-11-19
1
-1
/
+12
*
Don't require relops on variant alternatives to all return the same
Eric Fiselier
2018-09-19
1
-6
/
+16
*
Implement the infrastructure for feature-test macros. Very few actual feature...
Marshall Clow
2018-09-12
1
-0
/
+1
*
Fix ODR violation: namespace-scope helpers should not be declared 'static'.
Richard Smith
2018-08-27
1
-1
/
+1
*
Partially Revert "Workaround GCC bug PR78489 - SFINAE order is not respected."
Eric Fiselier
2018-03-23
1
-12
/
+17
*
Workaround GCC bug PR78489 - SFINAE order is not respected.
Eric Fiselier
2018-03-22
1
-17
/
+12
*
While implementing P0777 - preventing unnecessary decay, I found some non-pub...
Marshall Clow
2018-02-12
1
-7
/
+7
*
Implement P0777: Treating unnecessay decay
Marshall Clow
2018-02-06
1
-4
/
+4
*
Implement most of P0607: Inline Variables for the Standard Library. This invo...
Marshall Clow
2018-01-02
1
-4
/
+4
*
[libcxx] P0604, invoke_result and is_invocable
Zhihao Yuan
2017-12-12
1
-1
/
+1
*
Fix min/max usage in variant
Eric Fiselier
2017-11-19
1
-0
/
+5
*
[libc++] Shrink variant's index type when possible
Eric Fiselier
2017-11-19
1
-7
/
+32
*
Add a missing SFINAE condition to the `variant`'s converting constructor.
Michael Park
2017-06-19
1
-0
/
+2
*
Make tuple_element static_assert in pair if the index is out of range. Also, ...
Marshall Clow
2017-06-12
1
-1
/
+1
*
Implement LWG 2904.
Michael Park
2017-06-07
1
-13
/
+8
*
Fix `std::visit` for the zero variants case.
Michael Park
2017-05-11
1
-16
/
+7
*
Fix GCC 7 test failures.
Eric Fiselier
2017-05-09
1
-1
/
+1
*
Implement LWG 2857 for variant. Tests from Casey Carter @ Microsoft.
Eric Fiselier
2017-04-15
1
-16
/
+18
*
Implement P0599: 'noexcept for hash functions'. Fix a couple of hash function...
Marshall Clow
2017-03-23
1
-1
/
+1
*
Fix PR31916 - std::visit rejects visitors accepting lvalue arguments
Eric Fiselier
2017-02-09
1
-1
/
+1
*
Fix variant build errors with GCC 7
Eric Fiselier
2017-02-05
1
-2
/
+1
*
Implement P0513R0 - "Poisoning the Hash"
Eric Fiselier
2017-01-21
1
-2
/
+4
*
Added a workaround for a `-fdelayed-template-parsing` bug.
Michael Park
2017-01-16
1
-8
/
+13
*
[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VIS
Eric Fiselier
2017-01-04
1
-33
/
+33
*
remove some inherited attributes on exceptions
Saleem Abdulrasool
2016-12-31
1
-1
/
+1
*
Choose better hash values for std::monostate and valueless variants.
Eric Fiselier
2016-12-04
1
-2
/
+4
*
Fix <variant> w/o exception support
Eric Fiselier
2016-12-03
1
-2
/
+12
*
Fix C++03 build
Eric Fiselier
2016-12-02
1
-1
/
+1
*
Make variant's index part of the hash value
Eric Fiselier
2016-12-02
1
-1
/
+3
*
Fix generated warnings in <variant>
Eric Fiselier
2016-12-02
1
-4
/
+5
*
Implement C++17 <variant>. Patch from Michael Park!
Eric Fiselier
2016-12-02
1
-0
/
+1553