summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/utility
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] [test] Strip trailing whitespace, NFC.Stephan T. Lavavej2018-02-121-2/+2
* Last batch of P0202 constexpr additions: includes/set_intersection/exchangeMarshall Clow2018-01-221-1/+29
* Placate unused variable warnings uncovered by improvements to clang's -Wunuse...Benjamin Kramer2017-10-141-0/+1
* Remove unneeded typename from testRoger Ferrer Ibanez2017-10-101-1/+1
* Fix accidental assignment inside test assertsEric Fiselier2017-10-042-2/+2
* Add C++17 explicit deduction guides to std::pair.Eric Fiselier2017-10-041-0/+80
* Fix two failing -verify tests to tolerate old and new clang versionsEric Fiselier2017-09-171-1/+1
* Fix failing -verify tests due to change in Clangs static_assert message.Eric Fiselier2017-09-171-1/+1
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-292-7/+7
* Added failing tests for index out of range for tuple_element<pair<T1,T2>> and...Marshall Clow2017-06-281-0/+22
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2017-06-201-1/+1
* Mark LWG#2796 as complete. No functionality change; we had tests that covered...Marshall Clow2017-05-111-0/+4
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the utilities libraryEric Fiselier2017-04-192-4/+4
* [libcxx] [test] Fix Clang -Wunused-local-typedef, part 3/3.Stephan T. Lavavej2017-02-051-1/+1
* Remove all usages of REQUIRES-ANY in the test suite.Eric Fiselier2017-01-241-1/+1
* [libcxx] [test] Fix comment typos, strip trailing whitespace.Stephan T. Lavavej2017-01-182-2/+2
* Fix XFAILS for is_trivially_destructible traitEric Fiselier2016-12-151-3/+0
* Fix typoEric Fiselier2016-12-151-1/+1
* Add tests for LWG 2796Eric Fiselier2016-12-151-0/+35
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-082-6/+6
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-0812-28/+28
* Test changes for P0504R0 "Revisiting in-place tag types for any/optional/vari...Eric Fiselier2016-11-171-58/+33
* [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej2016-11-041-1/+3
* Disable trivial pair copy/move tests when unsupportedDimitry Andric2016-10-121-0/+6
* Fix shadow warnings. Patch from STL@microsoft.comEric Fiselier2016-10-071-10/+10
* Remove all instances of _LIBCPP_HAS_NO_RVALUE_REFERENCES from test/std/utilitiesEric Fiselier2016-10-013-8/+9
* [libc++] Extension: Make `move` and `forward` constexpr in C++11.Eric Fiselier2016-09-2616-477/+301
* 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
OpenPOWER on IntegriCloud