summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Expand)Author
2017-11-14Implement LWG2950: std::byte operations are misspecifiedMarshall Clow
2017-11-14Implement LWG2952: iterator_traits should work for pointers to cv TMarshall Clow
2017-11-13Put the status in the wrong columnMarshall Clow
2017-11-13Implement P0550R2: Transformation Trait remove_cvrefMarshall Clow
2017-11-12Two more papers from AlbuquerqueMarshall Clow
2017-11-12Updated C++2a status page with new features/defects approved in Albuquerque.Marshall Clow
2017-11-02Mark Endian as 'in progress'Marshall Clow
2017-11-01More statuses, a new patch, tooMarshall Clow
2017-10-31Fix broken links; update more issues.Marshall Clow
2017-10-29Initial triageMarshall Clow
2017-10-29Update status of 2950Marshall Clow
2017-10-29Issues to be voted on in ABQMarshall Clow
2017-08-31[libcxx] [www] Change an absolute link to cxx1z_status.html to be relative.Stephan T. Lavavej
2017-08-31[libcxx] [www] Strip trailing whitespace.Stephan T. Lavavej
2017-08-31[libcxx] [www] Fix broken link for LLVM Bugzilla.Stephan T. Lavavej
2017-08-31[libcxx] [www] Manually change http links to https.Stephan T. Lavavej
2017-08-31[libcxx] [www] Semi-manually change http://www.open-std.org and http://isocpp...Stephan T. Lavavej
2017-08-31[libcxx] [www] Change http://cplusplus.github.io/LWG/lwg-defects.html# to htt...Stephan T. Lavavej
2017-08-31[libcxx] [www] Change http://wg21.link to https://wg21.link .Stephan T. Lavavej
2017-07-30Mark LWG 2942 as completeEric Fiselier
2017-07-30Mark LWG 2961 as completeEric Fiselier
2017-07-27Implement P0739R0: 'Some improvements to class template argument deduction in...Marshall Clow
2017-07-16Update libc++ status pages with results of the Toronto Meeting - and for C++2aMarshall Clow
2017-07-15Update issues moved in TorontoMarshall Clow
2017-07-05Implement LWG 2937 - equivalent("dne", "exists") is not an errorEric Fiselier
2017-06-28Updated notest on 2974Marshall Clow
2017-06-26Updated for the Toronto meetingMarshall Clow
2017-06-07Mark LWG 2904 as complete.Michael Park
2017-05-25Mark LWG#2900 as complete - we already do this, and I checked the tests in a ...Marshall Clow
2017-05-25Fix broken links on C++1z status pageEric Fiselier
2017-05-23Implement LWG#2790: Remove istreambuf_iterator::operator->. It never did anyt...Marshall Clow
2017-05-11Mark LWG#2782 as complete. No functionality change; we already do this. Just ...Marshall Clow
2017-05-11Mark LWG#2850 as complete. No functionality change; we had tests that covered...Marshall Clow
2017-05-11Mark LWG#2796 as complete. No functionality change; we had tests that covered...Marshall Clow
2017-05-10Implement LWG 2591 - Patch from K-BalloEric Fiselier
2017-04-18Mark LWG#2788 as complete - we already do thisMarshall Clow
2017-04-17Mark LWG#2853 as complete. No code changes required, but added a couple of ex...Marshall Clow
2017-04-16Overhaul unique_ptr - Implement LWG 2801, 2905, 2520.Eric Fiselier
2017-04-15Implement LWG 2857 for variant. Tests from Casey Carter @ Microsoft.Eric Fiselier
2017-04-13Implement LWG#2855 - made easy by previous refactoringMarshall Clow
2017-04-12[libc++] Implement LWG 2911 - add an is_aggregate type-traitEric Fiselier
2017-04-11Implement LWG#2873: 'Add noexcept to several shared_ptr related functions' Th...Marshall Clow
2017-04-11Mark P0599 as complete. It was implemented in r298573Marshall Clow
2017-03-30Fix LWG 2934 - optional<const T> doesn't compare with TEric Fiselier
2017-03-30Implement LWG 2842 - optional(U&&) needs to SFINAE on decay_t<in_place_t>Eric Fiselier
2017-03-24Implement P0298R3: 'std::byte'. Reviewed as https://reviews.llvm.org/D31022Marshall Clow
2017-03-24Implement Pp0156r2: 'Variadic Lock Guard, version 5' Reviewed as https://rev...Marshall Clow
2017-03-21Implement P0548: 'common_type and duration' This involves a subtle change in ...Marshall Clow
2017-03-20Add two more papers from Kona, and sort themMarshall Clow
2017-03-15Implement LWG#2761: 'basic_string should require that charT match traits::cha...Marshall Clow