1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00
cdt/core
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
..
org.eclipse.cdt.core Fix meson build under Docker Tooling (#491) 2023-08-10 16:36:05 -04:00
org.eclipse.cdt.core.linux Prepare repo for CDT 11.3.0 development 2023-07-10 21:41:39 -04:00
org.eclipse.cdt.core.linux.aarch64 Prepare repo for CDT 11.3.0 development 2023-07-10 21:41:39 -04:00
org.eclipse.cdt.core.linux.ppc64le Prepare repo for CDT 11.3.0 development 2023-07-10 21:41:39 -04:00
org.eclipse.cdt.core.linux.x86_64 Prepare repo for CDT 11.3.0 development 2023-07-10 21:41:39 -04:00
org.eclipse.cdt.core.macosx Prepare repo for CDT 11.3.0 development 2023-07-10 21:41:39 -04:00
org.eclipse.cdt.core.native Prepare repo for CDT 11.3.0 development 2023-07-10 21:41:39 -04:00
org.eclipse.cdt.core.tests Prepare repo for CDT 11.3.0 development 2023-07-10 21:41:39 -04:00
org.eclipse.cdt.core.win32 Prepare repo for CDT 11.3.0 development 2023-07-10 21:41:39 -04:00
org.eclipse.cdt.core.win32.x86_64 Prepare repo for CDT 11.3.0 development 2023-07-10 21:41:39 -04:00
org.eclipse.cdt.ui [#484] Add extension point for custom icons of C/C++ source files (#485) 2023-08-03 17:42:23 +02:00
org.eclipse.cdt.ui.tests Prepare repo for CDT 11.3.0 development 2023-07-10 21:41:39 -04:00
pom.xml Prepare repo for CDT 11.3.0 development 2023-07-10 21:41:39 -04:00