1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/launch/org.eclipse.cdt.docker.launcher
Jeff Johnston dd4a40a683
Fix meson build under Docker Tooling (#491)
* Fix meson build under Docker Tooling

- add new IToolChainConstants containing SECCOMP_UNCONFINED property constant
- add new setLauncher() method to CBuildConfiguration so that
  watchProcess() can be used for container building
- enhance ContainerCommandLauncher to discover specification of
  SECCOMP_UNDEFINED boolean option for execute() so "seccomp=undefined" can be specified
- fix ContainerCommandLauncherFactory.verifyIncludePaths() to only
  look at filtered includes that have been made absolute and to
  recognize matches when the prefix shows up in the loaded list
- add setting a property to ContainerGCCToolChain to set SECCOMP_UNCONFINED to true
  by default for the time-being
- when generating scannerinfo, specify "seccomp=unconfined"
- in ContainerGCCToolChain.startBuildProcess() remove extraneous
  banner statement and ensure that the build directory is created
- fixes #479
2023-08-10 16:36:05 -04:00
..
.settings Upgrade build.properties warnings to errors 2022-11-06 18:29:28 -05:00
icons Bug 513589 - Add support to build CDT projects in a Docker Container 2017-10-22 05:38:51 -04:00
META-INF Fix meson build under Docker Tooling (#491) 2023-08-10 16:36:05 -04:00
src/org/eclipse/cdt Fix meson build under Docker Tooling (#491) 2023-08-10 16:36:05 -04:00
.classpath Update to Java 17 as BREE. Fixes #80 2022-10-03 12:42:37 -04:00
.gitignore Add Docker launching support 2015-05-19 13:53:27 -04:00
.project Bug 566334: Turn on API Tooling & Analysis for all bundles 2020-08-24 17:50:56 -04:00
about.html [releng] Update all legal files with update_legal_files.sh 2022-04-13 13:42:35 -04:00
about.ini Bug 558827: Add and/or fix branding on all features 2020-01-09 15:11:35 -05:00
about.mappings Bug 558827: Add and/or fix branding on all features 2020-01-09 15:11:35 -05:00
about.properties Update copyright year on all features 2023-03-13 21:00:55 -04:00
build.properties Bug 558827: Add and/or fix branding on all features 2020-01-09 15:11:35 -05:00
cdt_logo_icon32.png Bug 558827: Add and/or fix branding on all features 2020-01-09 15:11:35 -05:00
plugin.properties Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.sh 2018-11-22 20:31:51 +00:00
plugin.xml Bug 565142 - Support using CDT in Eclipse flatpak 2020-08-25 13:45:33 +03:00