1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 06:02:11 +02:00
cdt/cmake
Mat Booth 5e4a66b0af Bug 580178 - Unable to stop build process from launchbar
Switch from the standard Java ProcessBuilder to the CDT CommandLauncher
for new style core build projects.

The CommandLauncher uses a more sophiscated mechanism for watching the
spawned process allowing us to interrupt the process when the user hits
the stop button on the launchbar by properly listening to a monitor.

The change adds new API to CBuildCongifuration that takes a progress
monitor, and changes all the affected build configuration types to use
this new API.

Change-Id: I0c4225616ad8331c2cea28bcb502028455a8ea71
2022-06-30 12:34:16 -04:00
..
aggregator [releng] Bump versions for 10.7.0 2022-04-10 20:55:36 -04:00
org.eclipse.cdt.cmake-feature [releng] Bump versions for 10.7.0 2022-04-10 20:55:36 -04:00
org.eclipse.cdt.cmake.core Bug 580178 - Unable to stop build process from launchbar 2022-06-30 12:34:16 -04:00
org.eclipse.cdt.cmake.core.tests [releng] Make CDT Clean-up profile match Editor on save actions 2022-04-19 20:13:15 -04:00
org.eclipse.cdt.cmake.ui [releng] Make CDT Clean-up profile match Editor on save actions 2022-04-19 20:13:15 -04:00
org.eclipse.cdt.cmake.ui.tests [releng] Make CDT Clean-up profile match Editor on save actions 2022-04-19 20:13:15 -04:00
pom.xml [releng] Bump versions for 10.7.0 2022-04-10 20:55:36 -04: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.