summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/utility
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
* 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-253-2/+216
* Revert r276548 - Make pair/tuples assignment operators SFINAE properly.Eric Fiselier2016-07-253-192/+2
* Don't SFINAE pair's copy assignment operator in C++03 mode.Eric Fiselier2016-07-251-0/+36
* Make pair/tuples assignment operators SFINAE properly.Eric Fiselier2016-07-242-2/+156
* Implement the in_place tags from p0032r3.Eric Fiselier2016-07-231-0/+99
* Move remaining _LIBCPP_VERSION tests into test/libcxxEric Fiselier2016-06-221-20/+0
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-142-3/+7
* Remove _LIBCPP_TRIVIAL_PAIR_COPY_CTOR option.Eric Fiselier2016-06-143-6/+94
* [libcxx] Fix c++98 test failures.Asiri Rathnayake2016-06-031-1/+1
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-012-3/+3
* [libcxx] Improve tests to use the UNSUPPORTED lit directiveAsiri Rathnayake2016-05-284-15/+4
* Removing some trailing whitespaceEric Fiselier2016-05-042-2/+2
* Void cast runtime-unused variables. Patch from STL@microsoft.comEric Fiselier2016-05-021-0/+3
* Add is_swappable/is_nothrow_swappable traitsEric Fiselier2016-04-212-61/+147
* XFAILing new test on C++03Ben Craig2016-04-191-0/+1
* Include initializer_list from utilityBen Craig2016-04-191-0/+20
* Mark some test XFAIL for GCC 4.9 due to missing is_trivial* traitsEric Fiselier2016-01-202-1/+12
* Add a bunch of missing includes in the test suite to make it more portable. F...Marshall Clow2016-01-121-0/+1
* [libcxx] Fix LWG Issue #2367 - Fixing std::tuple and std::pair's default cons...Eric Fiselier2015-12-232-6/+175
* [libcxx] LWG2485: get() should be overloaded for const tuple&&. Patch from K-...Eric Fiselier2015-12-182-5/+111
* Implement P0007: Constant View: A proposal for a std::as_const helper functio...Marshall Clow2015-11-172-0/+68
* The test I cnecked in to check the fix for PR#24890 failed (as expected) w/o ...Marshall Clow2015-09-221-0/+1
* Check in the test for PR#24890 that I forgot in previous commitMarshall Clow2015-09-221-0/+18
* Fix a handful of tests that fail in C++03Eric Fiselier2015-07-282-9/+12
* Cleanup move/forward tests and remove references to __rv.Eric Fiselier2015-05-273-30/+15
* [libcxx] Move tuple_size and tuple_element overloads for pair and array out o...Eric Fiselier2015-03-172-7/+44
* Move test into test/std subdirectory.Eric Fiselier2014-12-2048-0/+1924
OpenPOWER on IntegriCloud