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
/
type_traits
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc++] Add _ITER_CONCEPT and _ITER_TRAITS implementations from C++20
Eric Fiselier
2019-11-16
1
-0
/
+11
*
[libc++] Rename __to_raw_pointer to __to_address.
Eric Fiselier
2019-11-16
1
-1
/
+1
*
[libc++] Add test and remove workaround for PR13592
Louis Dionne
2019-10-30
1
-2
/
+1
*
[NFC] Comment endif to test commit access
--global
2019-10-28
1
-1
/
+1
*
P1152R4: Fix deprecation warnings in libc++ testsuite and in uses of is_invoc...
Richard Smith
2019-10-19
1
-0
/
+4
*
[libc++] Take 2: Implement LWG 2510
Louis Dionne
2019-09-26
1
-0
/
+24
*
Revert r372777: [libc++] Implement LWG 2510 and its follow-ups
Ilya Biryukov
2019-09-25
1
-15
/
+0
*
[libc++] Implement LWG 2510
Louis Dionne
2019-09-24
1
-0
/
+15
*
Fix C++03 build failures due to >>
Eric Fiselier
2019-09-13
1
-1
/
+1
*
Fix various test failures with GCC
Eric Fiselier
2019-09-13
1
-2
/
+2
*
Consolidate swap, swap_ranges, and iter_swap in <type_traits>.
Zoe Carver
2019-09-11
1
-1
/
+23
*
Revert accidental change to __member_pointer_traits_imp.
Eric Fiselier
2019-08-03
1
-1
/
+3
*
Simplify <type_traits> implementations.
Eric Fiselier
2019-08-03
1
-67
/
+36
*
Implement most of P1612R1: Relocate endian. Moves the std::endian functional...
Marshall Clow
2019-07-23
1
-15
/
+0
*
This patch makes swap functions constexpr. Both swap overloads, swap_ranges a...
Zoe Carver
2019-07-05
1
-2
/
+3
*
Mark the newly added '__libcpp_is_constant_evaluated' as 'inline', since it c...
Marshall Clow
2019-07-02
1
-2
/
+4
*
Add a private call '__libcpp_is_constant_evaluated' which 'works' for old lan...
Marshall Clow
2019-07-01
1
-1
/
+6
*
Ensure bitset's string constructor doesn't poison the overload set.
Eric Fiselier
2019-07-01
1
-0
/
+4
*
Apply new meta-programming traits throughout the library.
Eric Fiselier
2019-06-23
1
-107
/
+38
*
Add super fast _IsSame trait for internal use.
Eric Fiselier
2019-06-23
1
-11
/
+20
*
Add new style meta-programming primatives.
Eric Fiselier
2019-06-21
1
-28
/
+87
*
Implement P0340R3: Make 'underlying_type' SFINAE-friendly. Reviewed as https:...
Marshall Clow
2019-06-21
1
-1
/
+9
*
Use rvalue references throughout the is_constructible traits.
Eric Fiselier
2019-06-21
1
-147
/
+3
*
Make move and forward work in C++03.
Eric Fiselier
2019-06-21
1
-43
/
+0
*
Enable aligned_union in C++03
Eric Fiselier
2019-06-21
1
-3
/
+0
*
Remove dead non-variadic workarounds in <type_traits>
Eric Fiselier
2019-06-21
1
-414
/
+3
*
Make rvalue metaprogramming traits work in C++03.
Eric Fiselier
2019-06-21
1
-20
/
+0
*
Remove even more dead code.
Eric Fiselier
2019-06-21
1
-238
/
+2
*
Assume __is_final, __is_base_of, and friends.
Eric Fiselier
2019-06-21
1
-56
/
+3
*
Apply [[nodebug]] to typedefs throughout the STL.
Eric Fiselier
2019-06-12
1
-36
/
+36
*
Support overaligned types in `aligned_storage`.
Eric Fiselier
2019-04-30
1
-2
/
+4
*
Remove libc++ checks and workarounds for unsupported old versions of GCC (<4.9).
Richard Smith
2019-04-25
1
-32
/
+31
*
Use modern type trait implementations when available.
Richard Smith
2019-04-25
1
-14
/
+39
*
Add std::is_constant_evaluated.
Eric Fiselier
2019-04-24
1
-0
/
+7
*
[libc++] (Take 2) Correctly handle Objective-C++ ARC qualifiers in std::is_po...
Louis Dionne
2019-04-03
1
-1
/
+9
*
Revert "[libc++] Correctly handle Objective-C++ ARC qualifiers in std::is_poi...
Hans Wennborg
2019-04-03
1
-5
/
+0
*
[libc++] Correctly handle Objective-C++ ARC qualifiers in std::is_pointer
Louis Dionne
2019-04-02
1
-0
/
+5
*
Make common_type's implementation common
Eric Fiselier
2019-03-31
1
-75
/
+56
*
[libc++] Add is_nothrow_convertible from P0758R1
Louis Dionne
2019-02-27
1
-0
/
+29
*
Implement P1357: Traits for [Un]bounded Arrays; adopted in Kona
Marshall Clow
2019-02-26
1
-0
/
+29
*
Fix PR40495 - is_invokable_v<void> does not compile
Eric Fiselier
2019-01-29
1
-17
/
+20
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`.
Eric Fiselier
2019-01-16
1
-4
/
+4
*
Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308
Marshall Clow
2018-12-11
1
-1
/
+1
*
First part of P0482 - Establish that char8_t is an integral type, and that nu...
Marshall Clow
2018-11-29
1
-0
/
+3
*
Revert commit r347904 because it broke older compilers
Marshall Clow
2018-11-29
1
-3
/
+0
*
First part of P0482 - Establish that char8_t is an integral type, and that nu...
Marshall Clow
2018-11-29
1
-0
/
+3
*
Revert "Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF...
Eric Fiselier
2018-11-28
1
-3
/
+3
*
Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`.
Eric Fiselier
2018-11-28
1
-3
/
+3
*
Revert "Teach __libcpp_is_floating_point that __fp16 and _Float16 are"
Petr Hosek
2018-10-24
1
-6
/
+0
[next]