summaryrefslogtreecommitdiff
path: root/libcc1/libcc1.cc
AgeCommit message (Expand)Author
2025-01-02Update copyright years.Jakub Jelinek
2024-02-29Fix PR libcc1/113977Tom Tromey
2024-02-29Fix version negotiation in libcc1 pluginsTom Tromey
2024-01-03Update copyright years.Jakub Jelinek
2023-01-16Update copyright years.Jakub Jelinek
2022-01-03Update copyright years.Jakub Jelinek
2021-05-05libcc1: use variadic templates for callbacksTom Tromey
2021-05-05libcc1: share the GCC interface codeTom Tromey
2021-05-05libcc1: share GDB plugin codeTom Tromey
2021-05-05libcc1: unify compiler handlingTom Tromey
2021-05-05libcc1: use unique_ptr moreTom Tromey
2021-05-05libcc1: use variadic templates for "rpc"Tom Tromey
2021-05-05libcc1: use "override"Tom Tromey
2021-05-05libcc1: use templates to unmarshall enumsTom Tromey
2021-01-04Update copyright years.Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-11-16Makefile.am: Remove references to c-compiler-name.h and cp-compiler-name.hSergio Durigan Junior
2017-01-31Introduce C++ support in libcc1Alexandre Oliva
2017-01-31libcc1 base API: bump set_arguments; add set_driver_filename, set_triplet_regexpJan Kratochvil
2017-01-31libcc1 base API: add set_verbose and new version of compileJan Kratochvil
2017-01-31libcc1 base API version bumpJan Kratochvil
2017-01-04Update copyright years.Jakub Jelinek
2016-06-07Update copyright datesRainer Orth
2014-11-13Enable libcc1 on SolarisRainer Orth
2014-10-27Let GDB reuse GCC's parser.Phil Muldoon