| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix unused parameters and variables | Eric Fiselier | 2016-12-23 | 2 | -3/+4 |
| * | Protect tests for std::uninitialized_{copy,fill} under libcpp-no-exceptions | Roger Ferrer Ibanez | 2016-11-24 | 4 | -8/+44 |
| * | [libcxx] [test] D26813: allocator<const T> is non-Standard. | Stephan T. Lavavej | 2016-11-18 | 2 | -18/+18 |
| * | Make one of the new tests fail correctly on pre-C++17 systems | Marshall Clow | 2016-11-14 | 1 | -0/+6 |
| * | Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted last... | Marshall Clow | 2016-11-14 | 1 | -0/+20 |
| * | Protect smart-pointer tests under no exceptions | Roger Ferrer Ibanez | 2016-11-14 | 2 | -2/+8 |
| * | [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. | Stephan T. Lavavej | 2016-11-04 | 1 | -1/+2 |
| * | Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptio... | Roger Ferrer Ibanez | 2016-10-31 | 6 | -6/+6 |
| * | Fix incorrect exception handling behavior in the uninitialized algorithms | Eric Fiselier | 2016-10-11 | 5 | -24/+14 |
| * | Provide a constexpr addressof with GCC 7. | Eric Fiselier | 2016-10-10 | 1 | -1/+1 |
| * | Remove all instances of _LIBCPP_HAS_NO_RVALUE_REFERENCES from test/std/utilities | Eric Fiselier | 2016-10-01 | 8 | -93/+40 |
| * | Replace test_throw.h header with a single test macro | Eric Fiselier | 2016-10-01 | 6 | -12/+6 |
| * | [libc++] Remove various C++03 feature test macros | Eric Fiselier | 2016-09-25 | 7 | -25/+35 |
| * | Fix failure on 03 bot | Marshall Clow | 2016-09-22 | 1 | -2/+2 |
| * | Add missing _v traits. is_bind_expression_v, is_placeholder_v and uses_alloca... | Marshall Clow | 2016-09-22 | 1 | -8/+30 |
| * | Fix an MSVC x64 compiler warning. Patch from STL@microsoft.com | Eric Fiselier | 2016-08-03 | 3 | -9/+12 |
| * | Fix unique_ptr.runtime tests for null inputs. Patch from STL@microsoft.com | Eric Fiselier | 2016-07-24 | 2 | -0/+13 |
| * | Fix memory leak in test. | Eric Fiselier | 2016-07-24 | 1 | -0/+4 |
| * | Implement P0040r3: Extending memory management tools | Eric Fiselier | 2016-07-24 | 9 | -0/+871 |
| * | Implement P0163r0. Add shared_ptr::weak_type. | Eric Fiselier | 2016-06-27 | 1 | -0/+6 |
| * | Fix C++03 failure in enable_shared_from_this test | Eric Fiselier | 2016-06-27 | 1 | -1/+2 |
| * | Fix PR27115 - enable_shared_from_this does not work as a virtual base class. | Eric Fiselier | 2016-06-26 | 1 | -0/+16 |
| * | Make shared_ptr constructor tests use count_new.hpp | Eric Fiselier | 2016-06-22 | 5 | -151/+92 |
| * | Don't use non-conforming pointer_traits specialization it tests. | Eric Fiselier | 2016-06-22 | 1 | -1/+3 |
| * | Move remaining _LIBCPP_VERSION tests into test/libcxx | Eric Fiselier | 2016-06-22 | 1 | -20/+0 |
| * | Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST... | Eric Fiselier | 2016-06-14 | 19 | -29/+61 |
| * | Fix leak in __enable_weak_this(). Thanks to Arthur O'Dwyer for finding it. | Eric Fiselier | 2016-06-02 | 1 | -1/+33 |
| * | Remove enable_shared_from_this test since it leaks the control block and fail... | Eric Fiselier | 2016-06-02 | 1 | -26/+0 |
| * | Implement P0033R1 - Re-enabling shared_from_this | Eric Fiselier | 2016-06-02 | 1 | -0/+86 |
| * | Remove trailing whitespace in test suite. Approved by Marshall Clow. | Eric Fiselier | 2016-06-01 | 12 | -19/+19 |
| * | Mark LWG issue 2520 as complete | Eric Fiselier | 2016-05-31 | 3 | -0/+16 |
| * | [libcxx] Improve tests to use the UNSUPPORTED lit directive | Asiri Rathnayake | 2016-05-28 | 2 | -4/+2 |
| * | Add a test for uniqueptr having either NULL and nullptr | Marshall Clow | 2016-05-16 | 1 | -0/+6 |
| * | Apply D20014 - fix a missing return in a test. Fixes PR#27720 | Marshall Clow | 2016-05-12 | 1 | -1/+1 |
| * | Change allocator<T>::allocate to throw length_error, not bad_alloc | Eric Fiselier | 2016-05-07 | 1 | -3/+5 |
| * | Void cast runtime-unused variables. Patch from STL@microsoft.com | Eric Fiselier | 2016-05-02 | 1 | -2/+8 |
| * | Add braces, move braces, and rename variables to avoid shadowing. Patch from ... | Eric Fiselier | 2016-04-28 | 1 | -2/+2 |
| * | Rename a few tests that had typos in their names. No functional change. Thank... | Marshall Clow | 2016-04-23 | 2 | -0/+0 |
| * | Add is_swappable/is_nothrow_swappable traits | Eric Fiselier | 2016-04-21 | 1 | -0/+25 |
| * | Add 'is_callable' and 'is_nothrow_callable' traits and cleanup INVOKE. | Eric Fiselier | 2016-04-20 | 2 | -3/+3 |
| * | Add tests for LWG issue 2361 | Eric Fiselier | 2016-04-18 | 15 | -8/+262 |
| * | Make std::addressof constexpr in C++17 (Clang only). | Eric Fiselier | 2016-03-17 | 1 | -0/+42 |
| * | Mark exception-throwing test as XFAIL when exceptions are disabled | Marshall Clow | 2016-03-14 | 1 | -0/+1 |
| * | Fix for PR26812: possible overflow issue in std::allocator::allocate | Marshall Clow | 2016-03-03 | 1 | -0/+46 |
| * | No, really - test the constructor | Marshall Clow | 2016-02-25 | 1 | -1/+1 |
| * | Add test to ensure that the converting constructor in N4089 is present and wo... | Marshall Clow | 2016-02-25 | 1 | -0/+27 |
| * | Implement P0074: Making owner_less more flexible | Marshall Clow | 2015-11-12 | 1 | -0/+40 |
| * | Make it possible to build a no-exceptions variant of libcxx. | Asiri Rathnayake | 2015-11-10 | 12 | -0/+12 |
| * | Remove undefined behavior from some tests. Same pattern as the unitialized_co... | Marshall Clow | 2015-11-02 | 2 | -10/+16 |
| * | Remove undefined behavior from some tests. Thanks to Walter Brown for the hea... | Marshall Clow | 2015-11-02 | 2 | -10/+18 |