| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix crash on init-capture packs where the type of the initializer is non-depe... | Richard Smith | 2019-12-19 | 1 | -1/+3 |
* | Implement latest C++ feature test macro recommendations. | Richard Smith | 2019-12-19 | 1 | -1/+17 |
* | Mark the major papers for C++20 consistent comparisons as "done", and | Richard Smith | 2019-12-15 | 1 | -0/+4 |
* | Mark P0784R7 as complete and start defining its feature-test macro. | Richard Smith | 2019-10-03 | 1 | -0/+4 |
* | [c++20] P1143R2: Add support for the C++20 'constinit' keyword. | Richard Smith | 2019-09-04 | 1 | -0/+4 |
* | Implement P1668R1 | Erich Keane | 2019-08-19 | 1 | -1/+1 |
* | Enable coroutines under -std=c++2a. | Richard Smith | 2019-02-23 | 1 | -1/+1 |
* | [NFC] Explicitly add -std=c++14 option to tests that rely on the C++14 default | Nemanja Ivanovic | 2019-02-05 | 1 | -3/+3 |
* | Implementation Feature Test Macros for P0722R3 | Chris Kennelly | 2019-01-11 | 1 | -0/+4 |
* | [c++20] Implement P0482R6: enable -fchar8_t by default in C++20 mode. | Richard Smith | 2018-11-14 | 1 | -64/+70 |
* | P0096R5, P0941R2: Update to match latest feature test macro specification. | Richard Smith | 2018-06-14 | 1 | -8/+23 |
* | As discussed with SG10, bump version of __cpp_deduction_guides macro to indic... | Richard Smith | 2018-05-30 | 1 | -1/+1 |
* | Implement P0482R2, support for char8_t type. | Richard Smith | 2018-05-01 | 1 | -0/+7 |
* | Switch to gnu++14 as the default dialect. | Tim Northover | 2017-12-09 | 1 | -2/+2 |
* | Implement latest feature test macro recommendations, P0096R4. | Richard Smith | 2017-08-11 | 1 | -7/+11 |
* | Reorder tests to match latest SD-6 draft. | Richard Smith | 2017-07-25 | 1 | -8/+8 |
* | [coroutines] Bump __cpp_coroutines version | Eric Fiselier | 2017-05-25 | 1 | -1/+1 |
* | [c++1z] Mark constexpr lambdas as done on status page and start advertising | Richard Smith | 2017-02-21 | 1 | -2/+2 |
* | [c++1z] Add some more tests for class template argument deduction, add | Richard Smith | 2017-02-14 | 1 | -0/+8 |
* | Add __cpp_structured_bindings feature test macro for structured bindings, per | Richard Smith | 2016-12-19 | 1 | -1/+5 |
* | [c++1z] cxx_status: mark p0195r2 as done. | Richard Smith | 2016-12-19 | 1 | -2/+5 |
* | p0012r1: define corresponding feature test macro | Richard Smith | 2016-12-02 | 1 | -2/+1 |
* | Mark aligned allocation as done. | Richard Smith | 2016-10-10 | 1 | -2/+1 |
* | [coroutines] Rename driver flag -fcoroutines to -fcoroutines-ts | Gor Nishanov | 2016-10-02 | 1 | -1/+1 |
* | Mark P0127R3 as done, and replace its __has_feature check with the correspond... | Richard Smith | 2016-09-29 | 1 | -2/+1 |
* | Add a couple more tentative names for upcoming SD-6 feature checks. These might | Richard Smith | 2016-09-28 | 1 | -0/+21 |
* | P0095R3: Implement the latest published revision of SD-6 (C++ feature test ma... | Richard Smith | 2016-09-28 | 1 | -3/+19 |
* | P0096R2: Implement more recent revision of SD-6 (C++ feature test macros). | Richard Smith | 2016-09-28 | 1 | -12/+63 |
* | Update cxx-features test to C++1z | JF Bastien | 2016-03-22 | 1 | -34/+38 |
* | Add -Wexpansion-to-undefined: warn when using `defined` in a macro definition. | Nico Weber | 2016-01-19 | 1 | -0/+1 |
* | [coroutines] Add feature-test macro for coroutines, defined to 1 to indicate | Richard Smith | 2015-10-22 | 1 | -0/+5 |
* | "This adds -fconcepts-ts as a cc1 option for enabling the | Faisal Vali | 2015-05-22 | 1 | -0/+5 |
* | C++14: Disable sized deallocation by default due to ABI breakage | Reid Kleckner | 2015-03-20 | 1 | -1/+1 |
* | Update Clang's SD-6 support to match N4200 (except for __has_cpp_attribute, | Richard Smith | 2014-11-12 | 1 | -0/+36 |
* | Add support for C++'s SD6 feature test macros. | Richard Smith | 2013-11-27 | 1 | -0/+89 |