summaryrefslogtreecommitdiffstats
path: root/libcxx/test/utilities/meta/meta.unary
Commit message (Expand)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-2068-4118/+0
* Move the optional tests into test/experimental. They were put into test/utili...Marshall Clow2014-12-091-0/+6
* Fix a warning in the test; no functionality changeMarshall Clow2014-11-171-1/+1
* Fix rvalue bug in __has_operator_addressofEric Fiselier2014-11-051-1/+14
* Fix operator & detection trait to check for free function overloads as wellEric Fiselier2014-11-051-0/+5
* Whitespace maintenance. Remove a bunch of tabs that snuck in. No functionalit...Marshall Clow2014-10-181-1/+1
* Fix for PR 19616: 'tuple_cat of nested tuples fails in noexcept specification...Marshall Clow2014-10-071-1/+14
* Fix some type-traits (is_assignable, etc) dealing with classes that take non-...Marshall Clow2014-09-225-0/+32
* Fix PR#20834 - 'is_trivially_destructible yeilds wrong answer for arrays of u...Marshall Clow2014-09-0213-21/+20
* Add extra test case for PR20345. Should have been commited with r215984Eric Fiselier2014-08-191-0/+76
* Fix is_member_function_pointer does not account for ellipsis. PR20345. Patch ...Eric Fiselier2014-08-191-0/+24
* Correctly implement LWG 2049; std::is_destructible.Marshall Clow2014-07-164-13/+75
* Fix a problem exposed by r208825, which caused bind (and other bits of libc++...Marshall Clow2014-05-291-0/+23
* Fixed a test that was attempting to use rvalue-references w/o checking to see...Marshall Clow2014-04-171-1/+4
* [libc++] Teach is_integral, is_[un]signed and make_[un]signed about __[u]int1...Stephan Tolksdorf2014-03-264-0/+18
* Mark is_final as a C++14 feature.Marshall Clow2014-03-051-1/+1
* Implement LWG #2212: std::is_final. This requires compiler support, which mod...Marshall Clow2014-03-051-0/+53
* Fix LWG Issue 2141: common_type trait produces reference typesMarshall Clow2013-10-071-2/+2
* LWG Issue 2247: Implement type trait 'is_null_pointer'Marshall Clow2013-10-0514-0/+91
* Implement N3672, optional<T>.Howard Hinnant2013-09-022-0/+67
* is_destructible for function types was mistakenly returning true instead of f...Howard Hinnant2013-08-301-0/+3
* Add a check for arrays of unknown bounds to is_destructible. This fixes http...Howard Hinnant2013-08-091-0/+2
* Patch for N3655 (Transformation type traits) with Howard's additionsMarshall Clow2013-07-0423-227/+549
* Richard Smith: It was pointed out to me off-list that libc++'s non-compiler-b...Howard Hinnant2013-04-021-0/+6
* Hook up to the new clang __is_trivially_constructible and __is_trivially_assi...Howard Hinnant2012-02-242-11/+19
* noexcept for <memory>. I've added a few extension noexcept to: allocator_tr...Howard Hinnant2011-05-281-1/+1
* A much improved type_traits for C++0x. Not yet done: is_trivially_constructi...Howard Hinnant2011-05-1315-29/+75
* Update testsuite strucuture to latest draftHoward Hinnant2010-11-233-148/+0
* N3142. Many of these traits are just placeholders with medium quality emulat...Howard Hinnant2010-11-1938-723/+1235
* license changeHoward Hinnant2010-11-1661-122/+122
* Hooked the following up to clang: is_class, is_enum, has_nothrow_copy_assign...Howard Hinnant2010-09-081-1/+32
* has_nothrow_copy_assign hooked up to clangHoward Hinnant2010-09-081-30/+18
* has_trivial_copy_assign hooked up to clang (without workarounds). Filed http...Howard Hinnant2010-09-071-28/+17
* Made a stab at has_copy_constructor. Got it mostly working for g++-4.0, but ...Howard Hinnant2010-09-072-5/+53
* has_nothrow_copy_constructor hooked up to clang. Filed http://llvm.org/bugs/...Howard Hinnant2010-09-071-6/+8
* has_trivial_copy_constructor hooked up to clang. Filed http://llvm.org/bugs/...Howard Hinnant2010-09-071-5/+7
* Made a stab at has_default_constructor. Got it mostly working for g++-4.0, b...Howard Hinnant2010-09-072-1/+54
* has_nothrow_default_constructor hooked up to clang. Filed http://llvm.org/bu...Howard Hinnant2010-09-071-2/+2
* has_trivial_default_constructor hooked up to clang. Filed http://llvm.org/bu...Howard Hinnant2010-09-071-3/+3
* Working the type_traits area: Hooked up to clang's __is_union. Got has_trivi...Howard Hinnant2010-09-062-3/+3
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-042-4/+4
* Fixing whitespace problemsHoward Hinnant2010-08-2252-52/+2598
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-1161-61/+61
* libcxx initial importHoward Hinnant2010-05-1161-0/+223
OpenPOWER on IntegriCloud