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