mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-07 18:43:32 +02:00

Removed ICBuildConfiguration.getBinaryParserId() and IToolChain.getBinaryParserId(). Replaced with methods that return a list of IDs. Updated API changes doc. Rearranged tests so that the test for IToolChain is in a new gcc test plugin.
11 lines
559 B
Properties
11 lines
559 B
Properties
##################################################################################
|
|
# Copyright (c) 2022 Renesas Electronics Europe.
|
|
# This program and the accompanying materials are made available under the terms
|
|
# of the Eclipse Public License 2.0 which accompanies this distribution, and is
|
|
# available at https://www.eclipse.org/legal/epl-2.0/
|
|
#
|
|
# SPDX-License-Identifier: EPL-2.0
|
|
##################################################################################
|
|
|
|
pluginName = GCC support for CDT Build Core Test
|
|
providerName = Renesas Electronics Europe
|