aboutsummaryrefslogtreecommitdiff
path: root/www/cxx_status.html
AgeCommit message (Expand)Author
2017-07-06[cxx_status] Update link to Modules TS to latest working draft. Fix Coroutine...Richard Smith
2017-05-28[coroutines] www/cxx_status.html: add non-breaking hyphenGor Nishanov
2017-05-28[coroutines] www/cxx_status.html: add non-breaking hyphenGor Nishanov
2017-05-27[coroutines] Mark cxx_status.html of Coroutines TS as (SVN)Gor Nishanov
2017-05-26[docs] Point coroutine link to an actual documentGeorge Burgess IV
2017-03-16Make table cells referring to Clang 4 green, as Clang 4 has been released.Ed Schouten
2017-02-21[c++1z] Mark constexpr lambdas as done on status page and start advertisingRichard Smith
2017-02-16[c++1z] Diagnose non-deducible template parameters in deduction guide templat...Richard Smith
2017-02-14[c++1z] Add some more tests for class template argument deduction, addRichard Smith
2017-02-09Disallow explicit instantiation and explicit specialization for deduction gui...Richard Smith
2017-01-13Update C++ status pages for Clang 4 branch:Richard Smith
2016-12-31[c++17] Implement P0522R0 as written. This allows a template template argumentRichard Smith
2016-12-19[c++1z] cxx_status: mark p0195r2 as done.Richard Smith
2016-12-14[c++1z] P0217R3: Allow by-value structured binding of arrays.Richard Smith
2016-12-08[c++1z] P0003R5: Removing dynamic exception specifications.Richard Smith
2016-12-06[c++17] P0135R1: Guaranteed copy elision.Richard Smith
2016-12-01P0012R1: add Itanium ABI support for throwing non-noexcept function pointers ...Richard Smith
2016-12-01Revert r285664, cxx-abi-dev chose to go in a different direction for the ABI ...Richard Smith
2016-11-12[c++1z] std::byte didn't make itRichard Smith
2016-11-11[c++1z] Two more features have been accepted.Richard Smith
2016-11-11[c++1z] p0522 is approved.Richard Smith
2016-11-11[cxx_status] Prepare features list for WG21 motions.Richard Smith
2016-11-01Implement ABI proposal for throwing noexcept function pointers, per discussionRichard Smith
2016-10-26[cxx_status] update commentRichard Smith
2016-10-22Mark P0012R1 as "Partial" since it's now substantially complete.Richard Smith
2016-10-10Mark aligned allocation as done.Richard Smith
2016-09-29Switch to a different workaround for unimplementability of P0145R3 in MS ABIs.Richard Smith
2016-09-29Mark P0127R3 as done, and replace its __has_feature check with the correspond...Richard Smith
2016-09-28cxx_status: use HTML5 details/summary elements to hide implementation statusRichard Smith
2016-09-28Add a couple more tentative names for upcoming SD-6 feature checks. These mightRichard Smith
2016-09-28P0095R3: Implement the latest published revision of SD-6 (C++ feature test ma...Richard Smith
2016-09-28P0096R2: Implement more recent revision of SD-6 (C++ feature test macros).Richard Smith
2016-09-28Long-overdue update to cxx_status: C++14 is no longer "upcoming".Richard Smith
2016-09-28Re-commit r282556, reverted in r282564, with a fix to CallArgList::addFrom toRichard Smith
2016-09-28Revert r282556. This change made several bots unhappy.Richard Smith
2016-09-27P0145R3 (C++17 evaluation order tweaks): evaluate the right-hand side ofRichard Smith
2016-08-15cxx_status: update features implemented in clang 3.9 from "svn" to "Clang 3.9...Richard Smith
2016-08-15cxx_status: mark decomposition declarations as "partial": the implementation isRichard Smith
2016-07-14www/cxx_status: give more precise links to initialization order wordingRichard Smith
2016-07-14P0305R0: Semantic analysis and code generation for C++17 init-statement for '...Richard Smith
2016-06-28cxx_status: make c++17 footnote list formatting consistent with other footnot...Richard Smith
2016-06-28cxx_status: fix footnote for p0136.Richard Smith
2016-06-28P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991:Richard Smith
2016-06-25Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives aRichard Smith
2016-06-24Correct error in change description.Richard Smith
2016-06-24Remaining motions pass.Richard Smith
2016-06-24Inline variables tentatively approved for C++17.Richard Smith
2016-06-24Updates from further motions.Richard Smith
2016-06-24More approved features for C++17.Richard Smith
2016-06-24Dynamic memory allocation with alignment has been approved for C++17.Richard Smith