summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities
Commit message (Expand)AuthorAgeFilesLines
...
* Add C++17 std::not_fn negator.Eric Fiselier2016-06-022-0/+578
* Remove enable_shared_from_this test since it leaks the control block and fail...Eric Fiselier2016-06-021-26/+0
* Implement P0033R1 - Re-enabling shared_from_thisEric Fiselier2016-06-021-0/+86
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-0162-101/+101
* Mark LWG issue 2520 as completeEric Fiselier2016-05-313-0/+16
* Mark LWG issue 2565 as complete. Update the tests to check it.Eric Fiselier2016-05-312-28/+100
* [libcxx] Improve tests to use the UNSUPPORTED lit directiveAsiri Rathnayake2016-05-2824-94/+33
* Guard testing of tuple extensions to make tests portableEric Fiselier2016-05-275-2/+16
* Add a test for uniqueptr having either NULL and nullptrMarshall Clow2016-05-161-0/+6
* Apply D20014 - fix a missing return in a test. Fixes PR#27720Marshall Clow2016-05-121-1/+1
* Change allocator<T>::allocate to throw length_error, not bad_allocEric Fiselier2016-05-071-3/+5
* Removing some trailing whitespaceEric Fiselier2016-05-042-2/+2
* Fix PR27538. Remove __is_convertible specializations for array and function t...Eric Fiselier2016-05-031-2/+46
* 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
OpenPOWER on IntegriCloud