summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities
Commit message (Expand)AuthorAgeFilesLines
* Fix pair::operator=(TupleLike&&).Eric Fiselier2016-08-291-0/+140
* Revert r279953 - Fix pair::operator=(TupleLike&&)Eric Fiselier2016-08-291-135/+0
* Fix pair::operator=(TupleLike&&).Eric Fiselier2016-08-291-0/+135
* Unbreak C++03 build.Eric Fiselier2016-08-111-1/+1
* Refactor test archetypes implementation.Eric Fiselier2016-08-116-68/+74
* [libcxx] Add std::anyEric Fiselier2016-08-1121-0/+2488
* Implement LWG 2148: Make non-enum default hash specialization well-formedEric Fiselier2016-08-102-5/+40
* Fix an MSVC x64 compiler warning. Patch from STL@microsoft.comEric Fiselier2016-08-033-9/+12
* Remove use of C++1z static assert in C++11 testEric Fiselier2016-07-251-8/+8
* Implement the std::pair parts of "Improving pair and tuple". Completes N4387.Eric Fiselier2016-07-259-35/+668
* Recommit r276548 - Make pair/tuples assignment operators SFINAE properly.Eric Fiselier2016-07-255-2/+334
* Make std::is_assignable tolerate references to incomplete types.Eric Fiselier2016-07-251-2/+5
* Revert r276548 - Make pair/tuples assignment operators SFINAE properly.Eric Fiselier2016-07-255-310/+2
* Don't SFINAE pair's copy assignment operator in C++03 mode.Eric Fiselier2016-07-251-0/+36
* Work around MSVC's non-standard ABI for enums. Patch from STL@microsoft.comEric Fiselier2016-07-253-5/+22
* Fix unique_ptr.runtime tests for null inputs. Patch from STL@microsoft.comEric Fiselier2016-07-242-0/+13
* Fix MSVC unreferenced parameter warning. Patch from STL@microsoft.comEric Fiselier2016-07-241-1/+1
* Guard libc++ specific tests SFINAE on std::bind's call operator. Patch from S...Eric Fiselier2016-07-241-3/+5
* Make pair/tuples assignment operators SFINAE properly.Eric Fiselier2016-07-244-2/+274
* Fix memory leak in test.Eric Fiselier2016-07-241-0/+4
* Implement LWG 2393. Check for LValue-callability.Eric Fiselier2016-07-243-0/+65
* Implement P0040r3: Extending memory management toolsEric Fiselier2016-07-249-0/+871
* Implement the in_place tags from p0032r3.Eric Fiselier2016-07-231-0/+99
* Unbreak traits tests by handling differences between version macros in clang/...Eric Fiselier2016-07-202-2/+4
* Fix inheriting constructor test for std::function.Eric Fiselier2016-07-201-4/+7
* Unbreak is_constructible tests for Clang <= 3.7.Eric Fiselier2016-07-202-1/+25
* Add missed test in r276090.Eric Fiselier2016-07-201-0/+23
* Reimplement is_constructible fallback implementation. Fixes PR21574.Eric Fiselier2016-07-202-7/+60
* Prevent failures by marking Clock::is_steady tests as UNSUPPORTED: asan.Eric Fiselier2016-07-183-0/+12
* Suppress warning in make_from_tuple tests.Eric Fiselier2016-07-181-0/+4
* Implement C++17 tuple bits. Including apply and make_from_tuple.Eric Fiselier2016-07-187-0/+1151
* Add more tests for LWG#2582. No code changes needed, just tests.Marshall Clow2016-07-1225-19/+47
* Add tests for the meta.unary.props that do not require a complete type. This ...Marshall Clow2016-07-124-0/+14
* Allow is_swappable to SFINAE on deleted/ambiguous swap functionsEric Fiselier2016-07-111-0/+21
* Fix typo in #ifdef; leave tests commented out b/c gcc 4.8 harks on them.Marshall Clow2016-07-081-2/+2
* Revert r274605 due to bot failure: http://lab.llvm.org:8080/green/job/clang-s...Manman Ren2016-07-061-7/+7
* Fix typo in #ifdef, and re-enable tests now that the green-dragon bots are no...Marshall Clow2016-07-061-7/+7
* Handle std::get<T>(...) for std::tuple<>Eric Fiselier2016-07-021-0/+3
* Rewrite std::get<Type>(...) helper using constexpr functions.Eric Fiselier2016-07-025-92/+35
* Cleanup SFINAE in tuple, and add tests for reference assignmentEric Fiselier2016-07-022-0/+31
* Make tuple_constructible and family lazy again.Eric Fiselier2016-07-021-0/+102
* Flatten the tuple_element and __make_tuple_types implementations.Eric Fiselier2016-07-011-0/+34
* Fix use of terse static assert. Patch from STL@microsoft.comEric Fiselier2016-06-301-1/+1
* Implement P0163r0. Add shared_ptr::weak_type.Eric Fiselier2016-06-271-0/+6
* Implement P0358r1. Fixes for not_fn.Eric Fiselier2016-06-271-28/+69
* Fix C++03 failure in enable_shared_from_this testEric Fiselier2016-06-271-1/+2
* Fix PR27115 - enable_shared_from_this does not work as a virtual base class.Eric Fiselier2016-06-261-0/+16
* Implement LWG 2488 - Make the placeholders constexpr.Eric Fiselier2016-06-261-0/+28
* Make shared_ptr constructor tests use count_new.hppEric Fiselier2016-06-225-151/+92
* Don't use non-conforming pointer_traits specialization it tests.Eric Fiselier2016-06-221-1/+3
OpenPOWER on IntegriCloud