aboutsummaryrefslogtreecommitdiff
path: root/www/cxx_status.html
AgeCommit message (Expand)Author
2013-05-21Merging r181283:Bill Wendling
2013-05-04Tweaks to C++ status: add a link to Faisal's generic lambdas implementation,Richard Smith
2013-05-04More colours for C++ status page, and mark relaxed constexpr as partially com...Richard Smith
2013-05-04Implement most of N3638 (return type deduction for normal functions).Richard Smith
2013-04-26Implement C++1y decltype(auto).Richard Smith
2013-04-20C++1y: Allow aggregates to have default initializers.Richard Smith
2013-04-20Add note that some of these links are dead for now.Richard Smith
2013-04-20VLAs in C++14!Richard Smith
2013-04-20Variable templates and generic lambdas are approved for C++14.Richard Smith
2013-04-20Clarifying memory allocation: approved for C++14. Move from N/A to no, since ...Richard Smith
2013-04-20No digit separators for C++14.Richard Smith
2013-04-20Generalized constexpr is approved for C++14.Richard Smith
2013-04-20More approved C++14 features.Richard Smith
2013-04-20Binary literals are approved for C++14.Richard Smith
2013-04-19Note that we support (and in fact have supported since the dawn of time itself)Richard Smith
2013-04-19Initial work on status page for C++14.Richard Smith
2013-04-19C++11 support is now feature-complete.Richard Smith
2013-04-10Add support for computing the exception specification for an inheritingRichard Smith
2013-03-18Add a linebreak. Linebreaks are cool.Richard Smith
2013-03-18C++11 status: mark 'extended integral types' as N/A, since we don't supportRichard Smith
2013-03-12Make C++11 status page more consistent: we mark entries as "done" if weRichard Smith
2013-03-10www tweaks to embiggen up our near-complete C++11 and C11 support.Richard Smith
2013-02-22C++11 status page:Richard Smith
2013-01-29C++11 status:Richard Smith
2012-10-23Ugly ugly hack for libstdc++-4.6 and libstdc++-4.7 compatibility. TheseRichard Smith
2012-10-04libstdc++-4.6 needs the same common_type fix as libstdc++-4.7. Other than that,Richard Smith
2012-05-23Clang 3.1 is out: turn the relevant C++11 status boxes green.Richard Smith
2012-04-20c++11 status: Replace references to "SVN" with "3.1" to avoid confusion when ...Benjamin Kramer
2012-04-19In an attempt to reduce confusion, mark 'Strong compare exchange' as done, sinceRichard Smith
2012-04-17Link to a tiny patch to libstdc++-4.7 to work around the <chrono> issuesRichard Smith
2012-04-13Now that we provide sufficient support for three C11/C++11 atomicsRichard Smith
2012-04-10Add a query macro for C++11 N3276, decltype does not require completeDouglas Gregor
2012-03-26Forward-declared enumerations are now complete, except for an interactionRichard Smith
2012-03-23Revert accidentally-committed www changes (and an unused diagnostic);Richard Smith
2012-03-23When defining a forward-declared enum, don't try to attach the definition toRichard Smith
2012-03-14Instantiating a class template should not instantiate the definition of anyRichard Smith
2012-03-11cxx_status: No compiler changes are required for 'minimal support for garbageRichard Smith
2012-03-09Improve diagnostics for UCNs referring to control characters and members of theRichard Smith
2012-03-09User-defined literals are done.Richard Smith
2012-03-03Add a pile of tests for unrestricted unions, and advertise support for them.Richard Smith
2012-02-25Initializer lists are now supported.Sebastian Redl
2012-02-24cxx_status: Consistently refer to C++11 as "C++11", not as "C++'11" nor asRichard Smith
2012-02-24cxx_status: extended sizeof has been essentially complete for some time. AsRichard Smith
2012-02-23Tweak C++ status table:Douglas Gregor
2012-02-23Clang now supports lambda expressions.Douglas Gregor
2012-02-14I hereby declare that all remaining constexpr issues are bugs, not unimplementedRichard Smith
2012-01-12Revert accidentally-committed file in r148020.Richard Smith
2012-01-12Allow constant-folding of references which were formed in a manner not permittedRichard Smith
2011-11-05Fix markup weirdness.Benjamin Kramer
2011-11-02Fixing some dead links. Patch by Jean-Daniel Dupas!David Blaikie