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
/
test
/
utilities
/
meta
/
meta.unary
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
68
-4118
/
+0
*
Move the optional tests into test/experimental. They were put into test/utili...
Marshall Clow
2014-12-09
1
-0
/
+6
*
Fix a warning in the test; no functionality change
Marshall Clow
2014-11-17
1
-1
/
+1
*
Fix rvalue bug in __has_operator_addressof
Eric Fiselier
2014-11-05
1
-1
/
+14
*
Fix operator & detection trait to check for free function overloads as well
Eric Fiselier
2014-11-05
1
-0
/
+5
*
Whitespace maintenance. Remove a bunch of tabs that snuck in. No functionalit...
Marshall Clow
2014-10-18
1
-1
/
+1
*
Fix for PR 19616: 'tuple_cat of nested tuples fails in noexcept specification...
Marshall Clow
2014-10-07
1
-1
/
+14
*
Fix some type-traits (is_assignable, etc) dealing with classes that take non-...
Marshall Clow
2014-09-22
5
-0
/
+32
*
Fix PR#20834 - 'is_trivially_destructible yeilds wrong answer for arrays of u...
Marshall Clow
2014-09-02
13
-21
/
+20
*
Add extra test case for PR20345. Should have been commited with r215984
Eric Fiselier
2014-08-19
1
-0
/
+76
*
Fix is_member_function_pointer does not account for ellipsis. PR20345. Patch ...
Eric Fiselier
2014-08-19
1
-0
/
+24
*
Correctly implement LWG 2049; std::is_destructible.
Marshall Clow
2014-07-16
4
-13
/
+75
*
Fix a problem exposed by r208825, which caused bind (and other bits of libc++...
Marshall Clow
2014-05-29
1
-0
/
+23
*
Fixed a test that was attempting to use rvalue-references w/o checking to see...
Marshall Clow
2014-04-17
1
-1
/
+4
*
[libc++] Teach is_integral, is_[un]signed and make_[un]signed about __[u]int1...
Stephan Tolksdorf
2014-03-26
4
-0
/
+18
*
Mark is_final as a C++14 feature.
Marshall Clow
2014-03-05
1
-1
/
+1
*
Implement LWG #2212: std::is_final. This requires compiler support, which mod...
Marshall Clow
2014-03-05
1
-0
/
+53
*
Fix LWG Issue 2141: common_type trait produces reference types
Marshall Clow
2013-10-07
1
-2
/
+2
*
LWG Issue 2247: Implement type trait 'is_null_pointer'
Marshall Clow
2013-10-05
14
-0
/
+91
*
Implement N3672, optional<T>.
Howard Hinnant
2013-09-02
2
-0
/
+67
*
is_destructible for function types was mistakenly returning true instead of f...
Howard Hinnant
2013-08-30
1
-0
/
+3
*
Add a check for arrays of unknown bounds to is_destructible. This fixes http...
Howard Hinnant
2013-08-09
1
-0
/
+2
*
Patch for N3655 (Transformation type traits) with Howard's additions
Marshall Clow
2013-07-04
23
-227
/
+549
*
Richard Smith: It was pointed out to me off-list that libc++'s non-compiler-b...
Howard Hinnant
2013-04-02
1
-0
/
+6
*
Hook up to the new clang __is_trivially_constructible and __is_trivially_assi...
Howard Hinnant
2012-02-24
2
-11
/
+19
*
noexcept for <memory>. I've added a few extension noexcept to: allocator_tr...
Howard Hinnant
2011-05-28
1
-1
/
+1
*
A much improved type_traits for C++0x. Not yet done: is_trivially_constructi...
Howard Hinnant
2011-05-13
15
-29
/
+75
*
Update testsuite strucuture to latest draft
Howard Hinnant
2010-11-23
3
-148
/
+0
*
N3142. Many of these traits are just placeholders with medium quality emulat...
Howard Hinnant
2010-11-19
38
-723
/
+1235
*
license change
Howard Hinnant
2010-11-16
61
-122
/
+122
*
Hooked the following up to clang: is_class, is_enum, has_nothrow_copy_assign...
Howard Hinnant
2010-09-08
1
-1
/
+32
*
has_nothrow_copy_assign hooked up to clang
Howard Hinnant
2010-09-08
1
-30
/
+18
*
has_trivial_copy_assign hooked up to clang (without workarounds). Filed http...
Howard Hinnant
2010-09-07
1
-28
/
+17
*
Made a stab at has_copy_constructor. Got it mostly working for g++-4.0, but ...
Howard Hinnant
2010-09-07
2
-5
/
+53
*
has_nothrow_copy_constructor hooked up to clang. Filed http://llvm.org/bugs/...
Howard Hinnant
2010-09-07
1
-6
/
+8
*
has_trivial_copy_constructor hooked up to clang. Filed http://llvm.org/bugs/...
Howard Hinnant
2010-09-07
1
-5
/
+7
*
Made a stab at has_default_constructor. Got it mostly working for g++-4.0, b...
Howard Hinnant
2010-09-07
2
-1
/
+54
*
has_nothrow_default_constructor hooked up to clang. Filed http://llvm.org/bu...
Howard Hinnant
2010-09-07
1
-2
/
+2
*
has_trivial_default_constructor hooked up to clang. Filed http://llvm.org/bu...
Howard Hinnant
2010-09-07
1
-3
/
+3
*
Working the type_traits area: Hooked up to clang's __is_union. Got has_trivi...
Howard Hinnant
2010-09-06
2
-3
/
+3
*
Changed __config to react to all of clang's currently documented has_feature ...
Howard Hinnant
2010-09-04
2
-4
/
+4
*
Fixing whitespace problems
Howard Hinnant
2010-08-22
52
-52
/
+2598
*
Wiped out some non-ascii characters that snuck into the copyright.
Howard Hinnant
2010-05-11
61
-61
/
+61
*
libcxx initial import
Howard Hinnant
2010-05-11
61
-0
/
+223