aboutsummaryrefslogtreecommitdiff
path: root/libcc1/libcc1.cc
AgeCommit message (Expand)AuthorFilesLines
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-05-05libcc1: use variadic templates for callbacksTom Tromey1-7/+5
2021-05-05libcc1: share the GCC interface codeTom Tromey1-230/+12
2021-05-05libcc1: share GDB plugin codeTom Tromey1-87/+18
2021-05-05libcc1: unify compiler handlingTom Tromey1-147/+12
2021-05-05libcc1: use unique_ptr moreTom Tromey1-19/+13
2021-05-05libcc1: use variadic templates for "rpc"Tom Tromey1-77/+4
2021-05-05libcc1: use "override"Tom Tromey1-3/+3
2021-05-05libcc1: use templates to unmarshall enumsTom Tromey1-1/+2
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-16Makefile.am: Remove references to c-compiler-name.h and cp-compiler-name.hSergio Durigan Junior1-1/+1
2017-01-31Introduce C++ support in libcc1Alexandre Oliva1-37/+41
2017-01-31libcc1 base API: bump set_arguments; add set_driver_filename, set_triplet_regexpJan Kratochvil1-14/+125
2017-01-31libcc1 base API: add set_verbose and new version of compileJan Kratochvil1-5/+33
2017-01-31libcc1 base API version bumpJan Kratochvil1-2/+3
2017-01-04Update copyright years.Jakub Jelinek1-1/+1
2016-06-07Update copyright datesRainer Orth1-1/+1
2014-11-13Enable libcc1 on SolarisRainer Orth1-1/+1
2014-10-27Let GDB reuse GCC's parser.Phil Muldoon1-0/+530