8668189a1aFix typo in #ifdef, and re-enable tests now that the green-dragon bots are no more
Marshall Clow
2016-07-06 05:28:44 +0000
56a761493dAdd unordered_map::insert benchmark test and rename file
Eric Fiselier
2016-07-02 05:30:54 +0000
38af0f8590Improve performance of unordered_set<uint32_t>::find by 45%. Add benchmarks.
Eric Fiselier
2016-07-02 05:19:59 +0000
990090f2adHandle std::get<T>(...) for std::tuple<>
Eric Fiselier
2016-07-02 03:46:08 +0000
6b7a8718b8Remove workarounds for C++17 inline variable ABI break. It has been fixed in clang.
Eric Fiselier
2016-07-02 03:21:58 +0000
22c3e76205Rewrite std::get<Type>(...) helper using constexpr functions.
Eric Fiselier
2016-07-02 03:18:30 +0000
5fb1e0ab01Cleanup SFINAE in tuple, and add tests for reference assignment
Eric Fiselier
2016-07-02 01:25:46 +0000
cebaf5cbf8Make tuple_constructible and family lazy again.
Eric Fiselier
2016-07-02 00:58:17 +0000
cd20679f5fAdd another workaround for C++17 inline variable ABI breakage.
Eric Fiselier
2016-07-01 23:41:48 +0000
103f80d818Remove accidental change committed in r274403.
Eric Fiselier
2016-07-01 23:31:55 +0000
e8b134c1bcTurn off ASAN's odr-violation diagnostics for now. See PR28391
Eric Fiselier
2016-07-01 23:25:47 +0000
1eb8739a33Work around ABI break caused by C++17 inline variables.
Eric Fiselier
2016-07-01 23:22:25 +0000
ed33ed8023Flatten tuple_constructible, tuple_convertible and tuple_assignable.
Eric Fiselier
2016-07-01 04:07:39 +0000
053859ffc6Flatten the tuple_element and __make_tuple_types implementations.
Eric Fiselier
2016-07-01 03:54:54 +0000
a3ccd96edeReplace __make_tuple_indices implementation with superior implementation.
Eric Fiselier
2016-06-30 22:34:43 +0000
1a93312404Fix static assert problem on gcc; remove XFAILs that I put in in r274250
Marshall Clow
2016-06-30 22:05:45 +0000
3efb2c901eFix C++03 build.
Eric Fiselier
2016-06-30 20:46:58 +0000
dd18d90adfMark issues 2550, 2551, 2555, 2685, 2698 as complete. These issues are wording clarifications; no code changes required.
Marshall Clow
2016-06-30 18:05:19 +0000
d94c7765c6Mark issues 2667, 2669, 2670, 2671, 2673 as complete. These issues are wording clarifications; no code changes required.
Marshall Clow
2016-06-30 17:59:01 +0000
0b02cf8cf1Implement LWG#2688: 'clamp misses preconditions and has extraneous condition on result'. We already did this, just added tests
Marshall Clow
2016-06-30 17:52:51 +0000
a0f496b989Temporarily XFAIL the incomplete type tests for GCC while I figure out why adding a static_assert in r274235 broken them
Marshall Clow
2016-06-30 17:49:36 +0000
256814f751Implement LWG#2684: 'priority_queue lacking comparator typedef'. We already did this, just added tests
Marshall Clow
2016-06-30 16:03:50 +0000
f0419f1dccImplement LWG#2596: 'vector::data() should use addressof'
Marshall Clow
2016-06-30 15:50:55 +0000
ca894508f9Implement LWG#2441: 'Exact-width atomic typedefs should be provided'
Marshall Clow
2016-06-30 15:28:38 +0000
0c99f18af4Implement LWG#2436: 'Comparators for associative containers should always be CopyConstructible'
Marshall Clow
2016-06-30 15:11:53 +0000
3e9545e035Update status of already completed Oulu issues.
Eric Fiselier
2016-06-30 06:59:29 +0000
b0ee61352fMake futures.overview enum tests more portable. Patch from STL@microsoft.com
Eric Fiselier
2016-06-30 05:00:32 +0000
0fc5603d78Make std::array typedef tests more portable.
Eric Fiselier
2016-06-30 04:54:00 +0000
c848cefa27Fix ::reference typedef in insert iterators.
Eric Fiselier
2016-06-30 04:40:50 +0000
8db06d71c2Make instreambuf.iterator/types.pass.cpp more portable.
Eric Fiselier
2016-06-30 04:31:09 +0000
68d0f230e9Fix use of terse static assert. Patch from STL@microsoft.com
Eric Fiselier
2016-06-30 04:29:12 +0000
16715b9a88Fix unary_function inheritance assumption. Patch from STL@microsoft.com
Eric Fiselier
2016-06-30 04:28:12 +0000
eb4c5e90a7Fix unreferenced parameter warning. Patch from STL@microsoft.com
Eric Fiselier
2016-06-30 04:22:58 +0000
3a60979362Avoid applying unary minus to unsigned integers. Patch from STL@microsoft.com
Eric Fiselier
2016-06-30 04:21:52 +0000
70bf1c2280[libcxx] Fix a bug in strstreambuf::overflow.
Akira Hatanaka
2016-06-29 15:26:13 +0000
05d5c05fe8Use WG21.link reflector to get to issues, rather than linking directly
Marshall Clow
2016-06-28 14:13:28 +0000
01ac037a5bUpdated C++1Z status page with new work from Oulu WG21 meeting
Marshall Clow
2016-06-28 14:11:54 +0000
871506f9c2Fix bad link for P0006
Marshall Clow
2016-06-27 11:14:34 +0000
928a58f7d2Fix UB in uses_alloc_types.hpp
Eric Fiselier
2016-06-27 01:52:14 +0000
83d7ca9ea5Implement P0163r0. Add shared_ptr::weak_type.
Eric Fiselier
2016-06-27 01:02:43 +0000
5781358757Implement p0337r0. Delete operator= for polymorphic_allocator.
Eric Fiselier
2016-06-27 00:55:25 +0000
715ca51666Implement P0358r1. Fixes for not_fn.
Eric Fiselier
2016-06-27 00:40:41 +0000
c297a25c55Fix C++03 failure in enable_shared_from_this test
Eric Fiselier
2016-06-27 00:38:28 +0000
7838768593Fix PR27115 - enable_shared_from_this does not work as a virtual base class.
Eric Fiselier
2016-06-26 23:56:32 +0000
7a317cec51Fix C++03 build
Eric Fiselier
2016-06-26 23:18:23 +0000