aboutsummaryrefslogtreecommitdiff
path: root/libcxx
AgeCommit message (Expand)AuthorFilesLines
2016-07-01Flatten tuple_constructible, tuple_convertible and tuple_assignable.Eric Fiselier2-82/+40
2016-07-01Flatten the tuple_element and __make_tuple_types implementations.Eric Fiselier2-33/+139
2016-06-30Replace __make_tuple_indices implementation with superior implementation.Eric Fiselier2-77/+81
2016-06-30Fix static assert problem on gcc; remove XFAILs that I put in in r274250Marshall Clow8-18/+6
2016-06-30Fix C++03 build.Eric Fiselier5-1/+16
2016-06-30Mark issues 2550, 2551, 2555, 2685, 2698 as complete. These issues are wordin...Marshall Clow1-7/+7
2016-06-30Mark issues 2667, 2669, 2670, 2671, 2673 as complete. These issues are wordin...Marshall Clow1-5/+5
2016-06-30Implement LWG#2688: 'clamp misses preconditions and has extraneous condition ...Marshall Clow3-5/+136
2016-06-30Temporarily XFAIL the incomplete type tests for GCC while I figure out why ad...Marshall Clow6-0/+12
2016-06-30Implement LWG#2684: 'priority_queue lacking comparator typedef'. We already d...Marshall Clow2-1/+5
2016-06-30Implement LWG#2596: 'vector::data() should use addressof'Marshall Clow3-4/+42
2016-06-30Implement LWG#2441: 'Exact-width atomic typedefs should be provided'Marshall Clow5-1/+70
2016-06-30Implement LWG#2436: 'Comparators for associative containers should always be ...Marshall Clow15-1/+355
2016-06-30Update status of already completed Oulu issues.Eric Fiselier1-15/+15
2016-06-30Make futures.overview enum tests more portable. Patch from STL@microsoft.comEric Fiselier2-9/+16
2016-06-30Make std::array typedef tests more portable.Eric Fiselier1-4/+25
2016-06-30Fix ::reference typedef in insert iterators.Eric Fiselier4-12/+12
2016-06-30Make instreambuf.iterator/types.pass.cpp more portable.Eric Fiselier1-6/+12
2016-06-30Fix use of terse static assert. Patch from STL@microsoft.comEric Fiselier1-1/+1
2016-06-30Fix unary_function inheritance assumption. Patch from STL@microsoft.comEric Fiselier1-2/+2
2016-06-30Fix unreferenced parameter warning. Patch from STL@microsoft.comEric Fiselier1-1/+1
2016-06-30Avoid applying unary minus to unsigned integers. Patch from STL@microsoft.comEric Fiselier2-8/+8
2016-06-29[libcxx] Fix a bug in strstreambuf::overflow.Akira Hatanaka2-2/+33
2016-06-28Use WG21.link reflector to get to issues, rather than linking directlyMarshall Clow1-129/+129
2016-06-28Updated C++1Z status page with new work from Oulu WG21 meetingMarshall Clow1-0/+79
2016-06-27Fix bad link for P0006Marshall Clow1-1/+1
2016-06-27Fix UB in uses_alloc_types.hppEric Fiselier1-2/+2
2016-06-27Implement P0163r0. Add shared_ptr::weak_type.Eric Fiselier4-2/+12
2016-06-27Implement p0337r0. Delete operator= for polymorphic_allocator.Eric Fiselier3-14/+14
2016-06-27Implement P0358r1. Fixes for not_fn.Eric Fiselier2-30/+86
2016-06-27Fix C++03 failure in enable_shared_from_this testEric Fiselier1-1/+2
2016-06-26Fix PR27115 - enable_shared_from_this does not work as a virtual base class.Eric Fiselier2-24/+39
2016-06-26Fix C++03 buildEric Fiselier2-0/+6
2016-06-26Fix PR28079 - std::wstring_convert move constructor broken.Eric Fiselier3-1/+61
2016-06-26Implement LWG 2488 - Make the placeholders constexpr.Eric Fiselier4-21/+63
2016-06-26Make default_noexcept.pass.cpp container tests more portable. Patch from STL@...Eric Fiselier15-27/+42
2016-06-26Work around MSVC bug in atomics.types.generic/address.pass.cpp test. Patch fr...Eric Fiselier1-1/+1
2016-06-26Use L"cat" L"dog" when concatenating string literals. Patch from STL@microsof...Eric Fiselier1-8/+8
2016-06-26Add array bounds assertions to satisfy MSVC's /analyze flag. Patch from STL@m...Eric Fiselier3-0/+11
2016-06-26Add [[noreturn]] attribute to throw_bad_alloc_helper().Eric Fiselier2-3/+8
2016-06-26Avoid narrowing conversions in quoted test. Patch from STL@microsoft.comEric Fiselier1-6/+6
2016-06-24[libcxx] guard throw with exception enabling checkWeiming Zhao1-0/+8
2016-06-22Run list debug copy test in C++03.Eric Fiselier1-3/+2
2016-06-22Finish converting list _LIBCPP_DEBUG tests.Eric Fiselier12-118/+206
2016-06-22Cleanup _LIBCPP_DEBUG tests in std::list. More to come.Eric Fiselier14-246/+122
2016-06-22Cleanup filesystem::permissions ever more.Eric Fiselier1-20/+15
2016-06-22Avoid unnecessary stat call in filesystem::permissions implementation.Eric Fiselier1-1/+2
2016-06-22Disable ccache usage for .fail.cpp tests. It causes bugs.Eric Fiselier2-10/+19
2016-06-22Placate MSVC's unchecked malloc warning in thread tests.Eric Fiselier1-1/+3
2016-06-22Use correct Clang feature names. I got them wrong in the previous commitEric Fiselier1-2/+2