summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities
Commit message (Expand)AuthorAgeFilesLines
* Void cast runtime-unused variables. Patch from STL@microsoft.comEric Fiselier2016-05-024-5/+24
* Fix or move various non-standard tests.Eric Fiselier2016-04-291-71/+0
* Move INVOKE tests into test/libcxx sub-tree.Eric Fiselier2016-04-296-1419/+16
* Add proper include for unique_ptr. Patch from STL@microsoft.comEric Fiselier2016-04-291-0/+1
* Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macrosEric Fiselier2016-04-281-1/+1
* Remove names of unreferenced parameters. Patch from STL@microsoft.comEric Fiselier2016-04-284-6/+6
* Add braces, move braces, and rename variables to avoid shadowing. Patch from ...Eric Fiselier2016-04-281-2/+2
* Provide member function definitions to avoid warnings. Patch from STL@microso...Eric Fiselier2016-04-281-1/+1
* Guard Clang and GCC specific pragmas. Patch from STL@microsoft.comEric Fiselier2016-04-2826-0/+52
* Rename a few tests that had typos in their names. No functional change. Thank...Marshall Clow2016-04-232-0/+0
* Fix some non-standard parts of our test suite. Reported by STLEric Fiselier2016-04-221-0/+1
* Add is_swappable/is_nothrow_swappable traitsEric Fiselier2016-04-218-61/+534
* Add 'is_callable' and 'is_nothrow_callable' traits and cleanup INVOKE.Eric Fiselier2016-04-2010-58/+488
* XFAILing new test on C++03Ben Craig2016-04-191-0/+1
* Include initializer_list from utilityBen Craig2016-04-191-0/+20
* Make tuples constructors conditionally EXPLICIT. See N4387Eric Fiselier2016-04-1911-3/+285
* Implement LWG issue 2219 - support reference_wrapper in INVOKEEric Fiselier2016-04-187-45/+336
* Add hash specializations for __int128_t. Fixes LWG issue 2119Eric Fiselier2016-04-181-3/+8
* Add tests for LWG issue 2361Eric Fiselier2016-04-1815-8/+262
* Cleanup and guard tuple's constructor SFINAE. Fixes PR22806 and PR23256.Eric Fiselier2016-04-153-2/+278
* [libcxx] Remove the "reduced-arity-initialization" extension from the uses-al...Eric Fiselier2016-04-152-55/+98
* Make std::addressof constexpr in C++17 (Clang only).Eric Fiselier2016-03-171-0/+42
* Mark exception-throwing test as XFAIL when exceptions are disabledMarshall Clow2016-03-141-0/+1
* Fix for PR26812: possible overflow issue in std::allocator::allocateMarshall Clow2016-03-031-0/+46
* Added tests to make sure that the categorization traits work on incomplete typesMarshall Clow2016-02-2529-15/+127
* No, really - test the constructorMarshall Clow2016-02-251-1/+1
* Add test to ensure that the converting constructor in N4089 is present and wo...Marshall Clow2016-02-251-0/+27
* These new tests fail on the green-dragon bots, which use an old Apple compiler.Marshall Clow2016-02-231-8/+10
* Add tests for LWG#2560. No code changes, just testsMarshall Clow2016-02-231-0/+9
* Fix PR26103 - Error calling is_convertible with incomplete type. Patch from M...Eric Fiselier2016-01-261-0/+8
* Implement LWG#2385; remove the allocator-aware std::function::assign call. It...Marshall Clow2016-01-251-0/+4
* Implement LWG#2101 'Some transformation types can produce impossible types' ...Marshall Clow2016-01-215-13/+114
* Mark some test XFAIL for GCC 4.9 due to missing is_trivial* traitsEric Fiselier2016-01-209-3/+29
* Add missing license headersEric Fiselier2016-01-192-0/+18
* One more missing std:: qualification from JonathanMarshall Clow2016-01-121-1/+2
* Add a bunch of missing includes in the test suite to make it more portable. F...Marshall Clow2016-01-122-2/+4
* [libcxx] Fix LWG Issue #2367 - Fixing std::tuple and std::pair's default cons...Eric Fiselier2015-12-232-6/+175
* Fix type in tuple test. Sorry for the noiseEric Fiselier2015-12-181-2/+2
* [libcxx] LWG2485: get() should be overloaded for const tuple&&. Patch from K-...Eric Fiselier2015-12-185-11/+264
* Fix various GCC mis-configurations for newer versions.Eric Fiselier2015-12-151-5/+4
* K-Ballo pointed out a mistake in the add_lvalue_ref tests I checked in; now m...Marshall Clow2015-12-141-7/+7
* Add add_lvalue_ref tests for a few function types, with a note why not moreMarshall Clow2015-12-141-0/+36
* Use __make_integer_seq builtin for std::make_integer_sequence. Patch by K-ballo.Eric Fiselier2015-12-094-11/+49
* Last bit of P0006; mark it as completeMarshall Clow2015-11-301-0/+4
* Fix bugs in alignment_of_v, etc. Re-enable the newly added testsMarshall Clow2015-11-303-16/+16
* Temporarily disable new tests while I figure out what's going onMarshall Clow2015-11-303-19/+19
* Fix bad macrosMarshall Clow2015-11-301-1/+1
* Implement more of P0006; Type Traits Variable Templates. <ratio>Marshall Clow2015-11-306-54/+120
* Fix bad macros in testsMarshall Clow2015-11-303-5/+5
* Implement more of P0006; Type Traits Variable Templates.Marshall Clow2015-11-306-2/+68
OpenPOWER on IntegriCloud