1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-21 21:52:10 +02:00
cdt/cmake
Mat Booth a957e8121d Bug 575145 - Importing CMake/Meson Projects
Add API to o.e.tools.templates.ui that hooks into the smart import
feature and allows easy implementation of configurators for various
CDT project types.

Project types that have a IGenerator may use this API to offer smart
import functionality by registering their implementation using the
org.eclipse.ui.ide.projectConfigurator extension point.

This change includes project import implementations for Meson and
CMake project types.

For these project types users can use the normal project import
workflow for their existing non-Eclipse CMake projects instead of
using the New Project Wizard. As an additional benefit, users
can now also import more than one project at a time, even nested
projects.

Change also includes SWTBot tests to exercise the feature.

Signed-off-by: Mat Booth <mat.booth@gmail.com>
Change-Id: I96589e86bee561aa200a4a4487549305765d6409
2021-10-31 11:21:35 +00:00
..
aggregator [releng] Prepare for CDT 10.5.0 2021-09-26 20:23:17 -04:00
org.eclipse.cdt.cmake-feature [releng] Prepare for CDT 10.5.0 2021-09-26 20:23:17 -04:00
org.eclipse.cdt.cmake.core Bug 575145 - Importing CMake/Meson Projects 2021-10-31 11:21:35 +00:00
org.eclipse.cdt.cmake.core.tests Remove unneeded pom.xml and maven attribute 2021-10-25 18:57:28 -04:00
org.eclipse.cdt.cmake.ui Bug 575145 - Importing CMake/Meson Projects 2021-10-31 11:21:35 +00:00
org.eclipse.cdt.cmake.ui.tests Bug 575145 - Importing CMake/Meson Projects 2021-10-31 11:21:35 +00:00
pom.xml Bug 575145 - Importing CMake/Meson Projects 2021-10-31 11:21:35 +00:00
README.txt Bug 564349 - move code to parse compile_commands.json to subdir jsoncdb 2021-07-27 15:25:54 -04:00

Files in this directory tree provide CMake support for the CDT core build.