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
/
optional
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a missing '__uncvref_t' to the SFINAE constraints for optional's assignme...
Marshall Clow
2019-06-27
1
-1
/
+1
*
Apply new meta-programming traits throughout the library.
Eric Fiselier
2019-06-23
1
-50
/
+51
*
Cleaup of requirements for optional. While researching LWG3196, I realized th...
Marshall Clow
2019-03-25
1
-1
/
+3
*
Allow optional to tolerate being used with a nested class.
Eric Fiselier
2019-03-11
1
-3
/
+7
*
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
-2
/
+2
*
[libcxx] Add availability markup for bad_optional_access, bad_variant_access ...
Louis Dionne
2018-11-19
1
-1
/
+6
*
Implement the infrastructure for feature-test macros. Very few actual feature...
Marshall Clow
2018-09-12
1
-0
/
+1
*
Add deduction guides for optional
Marshall Clow
2018-05-25
1
-0
/
+9
*
Implement P0777: Treating unnecessay decay
Marshall Clow
2018-02-06
1
-3
/
+3
*
Implement most of P0607: Inline Variables for the Standard Library. This invo...
Marshall Clow
2018-01-02
1
-2
/
+2
*
Update the synopsis to match the P/R of 2945. No code changes.
Marshall Clow
2017-11-01
1
-6
/
+6
*
optional: Implement LWG 2900 and P0602
Casey Carter
2017-07-09
1
-14
/
+90
*
add missing constexpr to optional::value_or
Casey Carter
2017-06-06
1
-1
/
+1
*
[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on Windows
Eric Fiselier
2017-05-31
1
-1
/
+6
*
Mark the copy constructor and move
Marshall Clow
2017-05-17
1
-2
/
+2
*
[optional] Update synopsis for LWG2934
Casey Carter
2017-04-17
1
-38
/
+40
*
Implement part of LWG#2857 - any/optional. Still to do - variant. Reviewed as...
Marshall Clow
2017-04-12
1
-5
/
+7
*
Fix LWG 2934 - optional<const T> doesn't compare with T
Eric Fiselier
2017-03-30
1
-54
/
+54
*
Implement LWG 2842 - optional(U&&) needs to SFINAE on decay_t<in_place_t>
Eric Fiselier
2017-03-30
1
-1
/
+1
*
Implement P0599: 'noexcept for hash functions'. Fix a couple of hash function...
Marshall Clow
2017-03-23
1
-1
/
+1
*
Restore the _NOEXCEPT on the dtor of bad_optional_access. Destructors are noe...
Marshall Clow
2017-02-05
1
-1
/
+1
*
Change the base class of std::bad_optional_access. This is a (subtle) ABI ch...
Marshall Clow
2017-02-05
1
-5
/
+3
*
Implement P0513R0 - "Poisoning the Hash"
Eric Fiselier
2017-01-21
1
-2
/
+4
*
[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VIS
Eric Fiselier
2017-01-04
1
-1
/
+1
*
remove some inherited attributes on exceptions
Saleem Abdulrasool
2016-12-31
1
-1
/
+0
*
Fix unused parameters and variables
Eric Fiselier
2016-12-23
1
-2
/
+2
*
Update status for std::optional LWG issues and fix an optional SFINAE bug
Eric Fiselier
2016-10-16
1
-6
/
+8
*
Implement N4606 optional
Eric Fiselier
2016-10-12
1
-0
/
+1313
*
Revert Add <optional>. Will recommit with better commit message
Eric Fiselier
2016-10-12
1
-1318
/
+0
*
Add <optional> header.
Eric Fiselier
2016-10-12
1
-0
/
+1318
*
Move <optional> into include/experimental, and into the std::experimental nam...
Marshall Clow
2013-11-15
1
-697
/
+0
*
Implement N3672, optional<T>.
Howard Hinnant
2013-09-02
1
-0
/
+697