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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-20
c: Add support for __FILE_NAME__ macro (PR c/42579)
Christophe Lyon
1
-0
/
+1
2021-05-11
preprocessor: Support C2X #elifdef, #elifndef
Joseph Myers
1
-0
/
+3
2021-04-13
Fix thinko in libcpp preparation patch for modules
Eric Botcazou
1
-7
/
+3
2021-02-24
c++: Macro location fixes [PR 98718]
Nathan Sidwell
1
-2
/
+3
2021-02-18
c++: header-unit build capability [PR 99023]
Nathan Sidwell
1
-2
/
+2
2021-02-03
c++: Implement C++23 P0330 - Literal Suffixes for ptrdiff_t and size_t.
Ed Smith-Rowland
1
-1
/
+7
2021-01-26
c++: Add support for -std=c++23
Paul Fee
1
-1
/
+2
2021-01-04
Update copyright years.
Jakub Jelinek
4
-4
/
+4
2020-12-14
preprocessor: Deferred macro support
Nathan Sidwell
1
-3
/
+8
2020-12-01
Feature: Macros for identifying the wide and narrow execution string literal ...
JeanHeyd Meneide
1
-0
/
+5
2020-11-24
preprocessor: Add deferred macros
Nathan Sidwell
1
-5
/
+27
2020-11-19
preprocessor: main file searching
Nathan Sidwell
1
-0
/
+15
2020-11-18
preprocessor: C++ module-directives
Nathan Sidwell
1
-3
/
+7
2020-11-18
preprocessor: Add support for header unit translation
Nathan Sidwell
1
-0
/
+3
2020-11-18
preprocessor: Update mkdeps for modules
Nathan Sidwell
2
-0
/
+10
2020-11-17
preprocessor: new callbacks
Nathan Sidwell
1
-0
/
+8
2020-11-17
preprocessor: module line maps
Nathan Sidwell
1
-1
/
+50
2020-11-13
Do not warn about unused macros while processing #pragma GCC optimize
Piotr H. Dabrowski
1
-0
/
+4
2020-11-12
c: C2x __has_c_attribute
Joseph Myers
1
-1
/
+2
2020-11-06
libcpp: Provide date routine
Nathan Sidwell
1
-0
/
+9
2020-11-03
libcpp: dependency emission tidying
Nathan Sidwell
1
-2
/
+4
2020-09-17
c-family: Macro support in -Wmisleading-indentation [PR80076]
Patrick Palka
1
-0
/
+6
2020-07-14
diagnostics: Support conversion of tabs to spaces [PR49973] [PR86904]
Lewis Hyatt
1
-7
/
+33
2020-07-07
preprocessor: Better line info for <builtin> & <command-line>
Nathan Sidwell
1
-1
/
+2
2020-05-19
preprocessor: Random cleanups
Nathan Sidwell
2
-10
/
+7
2020-05-13
c++: Replace "C++2a" with "C++20".
Jason Merrill
1
-2
/
+2
2020-05-08
preprocessor: Reimplement directives only processing, support raw literals.
Nathan Sidwell
1
-0
/
+12
2020-02-05
Remove trailing comma to avoid pedantic warning in C++ 98 mode: comma at end ...
Martin Sebor
1
-1
/
+1
2020-01-28
preprocessor: Make __has_include a builtin macro [PR93452]
Nathan Sidwell
1
-1
/
+3
2020-01-20
[PR 80005] Fix __has_include
Nathan Sidwell
1
-1
/
+1
2020-01-10
Add diagnostic paths
David Malcolm
1
-0
/
+7
2020-01-01
Update copyright years.
Jakub Jelinek
4
-4
/
+4
2019-12-18
Drop unused member from cpp_string_location_reader (PR preprocessor/92982)
David Malcolm
1
-1
/
+0
2019-12-10
Replace label_text ctor with "borrow" and "take"
David Malcolm
1
-4
/
+27
2019-12-09
Byte vs column awareness for diagnostic-show-locus.c (PR 49973)
Lewis Hyatt
1
-0
/
+11
2019-11-05
Implement C++20 operator<=>.
Jason Merrill
1
-0
/
+1
2019-10-28
PR c/66970 - Add __has_builtin() macro
Martin Sebor
1
-1
/
+5
2019-10-15
[linemap PATCH] Constify lookup
Nathan Sidwell
1
-40
/
+13
2019-10-11
Support decimal floating-point constants in C2x.
Joseph Myers
1
-0
/
+7
2019-10-02
Handle :: tokens in C for C2x.
Joseph Myers
1
-0
/
+3
2019-07-09
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...
Martin Sebor
3
-48
/
+48
2019-07-09
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...
Martin Sebor
1
-2
/
+4
2019-07-02
re PR preprocessor/90581 (provide an option to adjust the maximum depth of ne...
Qing Zhao
1
-0
/
+3
2019-05-14
Do a refactoring in linemap (PR preprocessor/90382).
Martin Liska
1
-2
/
+2
2019-05-07
[libcpp] Reimplement mkdeps data structures
Nathan Sidwell
1
-7
/
+1
2019-05-06
[libcpp] struct deps renaming
Nathan Sidwell
2
-12
/
+12
2019-02-20
Fix ICE with #line directive (PR c/89410)
David Malcolm
1
-2
/
+5
2019-01-01
Update copyright years.
Jakub Jelinek
4
-4
/
+4
2018-11-13
Eliminate source_location in favor of location_t
David Malcolm
2
-138
/
+140
2018-10-31
[6/6] Preprocessor forced macro location
Nathan Sidwell
1
-1
/
+1
[next]