index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libcpp
/
init.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-20
preprocessor: Replace some flags with a single enum
Nathan Sidwell
1
-4
/
+1
2020-05-13
c++: Replace "C++2a" with "C++20".
Jason Merrill
1
-4
/
+4
2020-01-28
preprocessor: Make __has_include a builtin macro [PR93452]
Nathan Sidwell
1
-11
/
+2
2020-01-20
[PR 80005] Fix __has_include
Nathan Sidwell
1
-1
/
+13
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-11-14
Support UTF-8 character constants for C2x.
Joseph Myers
1
-2
/
+2
2019-10-31
re PR preprocessor/92296 (internal compiler error: Segmentation fault #pragm...
Jakub Jelinek
1
-0
/
+19
2019-10-28
PR c/66970 - Add __has_builtin() macro
Martin Sebor
1
-1
/
+3
2019-10-11
Support decimal floating-point constants in C2x.
Joseph Myers
1
-23
/
+26
2019-10-02
Handle :: tokens in C for C2x.
Joseph Myers
1
-23
/
+25
2019-08-29
[preprocessor] Include stacking
Nathan Sidwell
1
-1
/
+1
2019-07-09
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...
Martin Sebor
1
-2
/
+2
2019-07-02
re PR preprocessor/90581 (provide an option to adjust the maximum depth of ne...
Qing Zhao
1
-0
/
+1
2019-05-07
[libcpp] Reimplement mkdeps data structures
Nathan Sidwell
1
-8
/
+3
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-11-13
Eliminate source_location in favor of location_t
David Malcolm
1
-1
/
+1
2018-10-31
[6/6] Preprocessor forced macro location
Nathan Sidwell
1
-1
/
+1
2018-10-18
Add -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static_assert support.
Joseph Myers
1
-0
/
+5
2018-08-20
[CPP PATCH] node type
Nathan Sidwell
1
-2
/
+1
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-11-13
Implement __VA_OPT__
Tom Tromey
1
-21
/
+23
2017-10-30
Add -std=c17, -std=gnu17.
Joseph Myers
1
-0
/
+5
2017-09-15
Add support for -std=c++2a.
Andrew Sutton
1
-1
/
+6
2017-09-15
invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...
Jakub Jelinek
1
-4
/
+4
2017-03-16
* init.c (cpp_init_builtins): Update __cplusplus for C++17.
Jason Merrill
1
-1
/
+1
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-10-12
gcc/
Jakub Jelinek
1
-0
/
+1
2016-06-22
libcpp: Tweak to missing #include source location
David Malcolm
1
-2
/
+5
2016-06-01
c-common.c (get_source_date_epoch): Rename to cb_get_source_date_epoch.
Eduard Sanou
1
-7
/
+3
2016-04-28
c-common.c (get_source_date_epoch): New function...
Eduard Sanou
1
-1
/
+8
2016-03-15
expr.c (cpp_classify_number): Hex floats are new in C++1z.
Jason Merrill
1
-2
/
+2
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-10-21
[PATCH 2/9] ENABLE_CHECKING refactoring: libcpp
Mikhail Maltsev
1
-1
/
+1
2015-06-30
Implement N4197 - Adding u8 character literals
Edward Smith-Rowland
1
-17
/
+19
2015-05-09
lex.c (lex_string): Add -Wc++11-compat warning.
Jason Merrill
1
-0
/
+1
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-12-19
re PR preprocessor/63831 (r217292 causes segfaults with -MM)
Jakub Jelinek
1
-0
/
+6
2014-11-05
Enable -fextended-identifiers by default.
Joseph Myers
1
-16
/
+12
2014-10-22
gengtype.h (obstack_chunk_alloc, [...]): Remove cast.
Alan Modra
1
-3
/
+1
2014-09-17
re PR c/61854 (Warning single-line comment for -std=c89?)
Marek Polacek
1
-21
/
+17
2014-09-04
options.texi: Document that Var and Init are required if CPP is given.
Manuel López-Ibáñez
1
-0
/
+1
2014-08-29
macro.c (warn_of_redefinition): Suppress warnings for builtins that lack the ...
Manuel López-Ibáñez
1
-2
/
+1
2014-08-28
PR cpp/23827 - standard C++ should not have hex float preprocessor
Edward Smith-Rowland
1
-1
/
+1
2014-08-23
cpplib.h (enum c_lang): Add CLK_GNUCXX1Z, CLK_CXX1Z...
Edward Smith-Rowland
1
-21
/
+29
2014-05-09
files.c (find_file_in_dir): Always try to shorten for DOS non-system headers.
Joey Ye
1
-0
/
+4
2014-01-02
Update copyright years in libcpp/
Richard Sandiford
1
-1
/
+1
2013-11-16
ucnid-2011-1.c: New test.
Joseph Myers
1
-15
/
+17
2013-11-05
c.opt (-Wdate-time): New option
Tobias Burnus
1
-0
/
+1
2013-10-31
Implement C++14 digit separators.
Edward Smith-Rowland
1
-15
/
+17
2013-04-28
N3472 binary constants
Jakub Jelinek
1
-15
/
+17
[next]