Age | Commit message (Expand) | Author | Files | Lines |
2024-10-30 | c: Do not document C23 support as experimental and incomplete | Joseph Myers | 1 | -1/+1 |
2024-09-12 | libcpp, v2: Add support for gnu::base64 #embed parameter | Jakub Jelinek | 1 | -1/+13 |
2024-09-12 | libcpp: Add support for gnu::offset #embed/__has_embed parameter | Jakub Jelinek | 1 | -2/+6 |
2024-09-12 | libcpp, c-family: Add (dumb) C23 N3017 #embed support [PR105863] | Jakub Jelinek | 1 | -0/+87 |
2024-06-11 | c: Add -std=c2y, -std=gnu2y, -Wc23-c2y-compat, C2Y _Generic with type operand | Joseph Myers | 1 | -1/+3 |
2024-04-30 | libcpp: Adjust __STDC_VERSION__ for C23 | Jakub Jelinek | 1 | -2/+2 |
2024-01-03 | Update copyright dates. | Jakub Jelinek | 1 | -1/+1 |
2023-11-27 | c-family: Implement __has_feature and __has_extension [PR60512] | Alex Coplan | 1 | -0/+41 |
2023-11-07 | c: Refer more consistently to C23 not C2X | Joseph Myers | 1 | -1/+1 |
2023-11-06 | c: Add -std=c23, -std=gnu23, -Wc11-c23-compat options [PR107954] | Joseph Myers | 1 | -1/+1 |
2023-06-23 | c++: Add support for -std={c,gnu}++2{c,6} | Marek Polacek | 1 | -3/+4 |
2023-02-23 | **/*.texi: Reorder index entries | Arsen Arsenović | 1 | -6/+6 |
2023-01-02 | Update copyright dates. | Jakub Jelinek | 1 | -1/+1 |
2022-11-15 | doc: Format region pragmas as separate items | Jonathan Wakely | 1 | -1/+2 |
2022-11-14 | doc: port new documentation from Sphinx | Martin Liska | 1 | -0/+3 |
2022-11-14 | Revert "sphinx: remove texinfo files" | Martin Liska | 1 | -0/+4600 |
2022-11-09 | sphinx: remove texinfo files | Martin Liska | 1 | -4600/+0 |
2022-02-04 | doc: Update references to "C++2a" in cpp.texi | Jonathan Wakely | 1 | -4/+4 |
2022-01-03 | Update copyright dates. | Jakub Jelinek | 1 | -1/+1 |
2021-12-30 | docs: Add missing dash for argument. | Martin Liska | 1 | -1/+1 |
2021-09-20 | c-family: Add more predefined macros for math flags | Matthias Kretz | 1 | -0/+18 |
2021-05-20 | c: Add support for __FILE_NAME__ macro (PR c/42579) | Christophe Lyon | 1 | -0/+7 |
2021-05-19 | doc: Update description of __GXX_EXPERIMENTAL_CXX0X__ | Jonathan Wakely | 1 | -5/+7 |
2021-01-26 | c++: Add support for -std=c++23 | Paul Fee | 1 | -3/+4 |
2021-01-01 | Update copyright dates. | Jakub Jelinek | 1 | -1/+1 |
2020-12-01 | Feature: Macros for identifying the wide and narrow execution string literal ... | JeanHeyd Meneide | 1 | -0/+9 |
2020-11-12 | c: C2x __has_c_attribute | Joseph Myers | 1 | -2/+19 |
2020-08-03 | cpp: Do not use @dots for ... tokens in code examples | Jonathan Wakely | 1 | -7/+7 |
2020-01-01 | gcc.c (process_command): Update copyright notice dates. | Jakub Jelinek | 1 | -1/+1 |
2019-10-28 | PR c/66970 - Add __has_builtin() macro | Martin Sebor | 1 | -0/+28 |
2019-09-19 | Support extended characters in C/C++ identifiers (PR c/67224) | Lewis Hyatt | 1 | -15/+17 |
2019-02-18 | cpp.texi (Conditional syntax): Add __has_attribute, __has_cpp_attribute, and ... | Martin Sebor | 1 | -0/+96 |
2019-01-01 | gcc.c (process_command): Update copyright notice dates. | Jakub Jelinek | 1 | -1/+1 |
2018-11-17 | re PR c++/4225 (documentation about CPLUS_INCLUDE_PATH vs. system headers inc... | Sandra Loosemore | 1 | -0/+3 |
2018-11-12 | re PR preprocessor/47823 (#pragma once is documented in a weird spot) | Sandra Loosemore | 1 | -5/+10 |
2018-10-18 | Add -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static_assert support. | Joseph Myers | 1 | -1/+2 |
2018-09-25 | Remove Pascal-related entries in code and comments. | Martin Liska | 1 | -1/+1 |
2018-07-31 | Add __builtin_speculation_safe_value | Richard Earnshaw | 1 | -0/+4 |
2018-07-05 | Replace NO_IMPLICIT_EXTERN_C with SYSTEM_IMPLICIT_EXTERN_C. | Nathan Sidwell | 1 | -1/+1 |
2018-04-02 | cpp.texi (Variadic Macros): Fix line continuation in an example. | Gerald Pfeifer | 1 | -1/+1 |
2018-01-03 | gcc.c (process_command): Update copyright notice dates. | Jakub Jelinek | 1 | -1/+1 |
2017-11-13 | Implement __VA_OPT__ | Tom Tromey | 1 | -10/+36 |
2017-10-30 | Add -std=c17, -std=gnu17. | Joseph Myers | 1 | -4/+7 |
2017-10-27 | builtins.c (CASE_MATHFN_FLOATN): New helper macro to add cases for math funct... | Michael Meissner | 1 | -0/+15 |
2017-09-15 | Add support for -std=c++2a. | Andrew Sutton | 1 | -1/+4 |
2017-09-15 | invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+... | Jakub Jelinek | 1 | -3/+1 |
2017-02-11 | cpp.texi: Replace "stringify"/"stringification" with C standard terminology... | Sandra Loosemore | 1 | -30/+30 |
2017-01-07 | re PR preprocessor/13498 (CPP include search path documentation is incorrect) | Sandra Loosemore | 1 | -80/+47 |
2017-01-01 | gcc.c (process_command): Update copyright notice dates. | Jakub Jelinek | 1 | -1/+1 |
2016-12-27 | cppdiropts.texi, [...]: New files, split from... | Sandra Loosemore | 1 | -0/+2 |