Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-08-24Bug 562494: Update BREE to Java 11Jonah Graham1-8/+30
Change-Id: I0c91aafc0cb1b179936acbd4c9df2d961899e3fa
2018-11-24Bug 540373: Update the compiler warnings/ignoresJonah Graham1-13/+13
The previous alignment of all the warnings/ignores led to too many warnings that weren't there before. This commit relaxes them a bit. The core/org.eclipse.cdt.core/.settings/org.eclipse.jdt.core.prefs is still the "master" copy, with releng/scripts/check_code_cleanliness.sh containing the exceptions that apply to test plug-ins. Change-Id: Ibd4e31ade0b42b31e7cbe5a94f06c6fc15183a56
2018-11-22Bug 540373: Standard .settings auto appliedJonah Graham1-51/+434
The releng/scripts/apply_jdt_prefs_to_all_projects.sh was run to copy standard settings to all other projects. Change-Id: I4436c947d7f0142f56b709e661379c3eb54f666b
2018-11-20Bug 540373: Normalize newlines with .gitattributesJonah Graham1-78/+78
There is also a new script to verify completeness of .gitattributes: releng/scripts/verify_gitattributes.sh Change-Id: I2ce270852ab54b66b6c474a6ec94203fe5bba78b
2016-06-22Move the rest of the CDT plugins to java 8Marc Khouzam1-3/+3
This change was generated using the script: releng/scripts/ChangeJavaVersion.sh Change-Id: I2ad96dc682a5acb8529c3edec40de279c331b5a4
2015-03-25Move some leftover plugins from Java 5 to Java 7.Marc Khouzam1-3/+3
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2013-05-08Change some deprecation errors to warnings in llvm pluginsMarc-Andre Laperle1-3/+3
2013-03-04Bug 338553 - import plugins from llvm4eclipse. Just importing everythingDoug Schaefer1-0/+81
they had in svn.

    Back to the top