1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 14:12:10 +02:00
cdt/llvm/org.eclipse.cdt.managedbuilder.llvm.ui/patches
Torbjörn Svensson e632011f2c Bug 568728: Drop execute permission on files
Add enforecment script that verifies that only specified file types are
allowed to be mared as executable.

Change-Id: I4b40e3a46b03bfc78a9dcd52e8bf29cb079b7f3b
Signed-off-by: Torbjörn Svensson <azoff@svenskalinuxforeningen.se>
2020-11-18 17:38:22 +01:00
..
CDT_Bug_318581.patch Bug 338553 - import plugins from llvm4eclipse. Just importing everything 2013-03-03 22:50:09 -05:00
CDT_Bug_321040.patch Bug 568728: Drop execute permission on files 2020-11-18 17:38:22 +01:00
MinGW_export_fix.patch Bug 568728: Drop execute permission on files 2020-11-18 17:38:22 +01:00
readme.txt Bug 568728: Drop execute permission on files 2020-11-18 17:38:22 +01:00
stack_overflow_fix_bug_317004.patch Bug 568728: Drop execute permission on files 2020-11-18 17:38:22 +01:00

MinGW export fix patch is needed to get mingw path from MingwEnvironmentVariableSupplier in LlvmEnvironmentSupplier class.
 
Bug 321040 patch adds getLibraryPaths method to IOption and Option CDT classes and is used in LlvmPathUtil class.

Bug 318581 patch adds support for older CDT versions <~7.1.0

Stack overflow bug patch prevents a typical CDT 7.0.0 error message. This has been fixed in the CDT 7.0.1 version.