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-1/+1
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-39/+426
The releng/scripts/apply_jdt_prefs_to_all_projects.sh was run to copy standard settings to all other projects. Change-Id: I4436c947d7f0142f56b709e661379c3eb54f666b
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>
2010-11-16Fix JRE Runtime and compliance settingsAnton Leherbauer1-1/+11
2010-09-02Turned on detection of potential null pointer usage. Also, some plug-ins I ↵John Cortell1-8/+2
protected against future warnings a while back lacked protection on all three levels (compiler, PDE, API)
2010-05-06Make memory browser plugins warning-intolerantJohn Cortell1-1/+66
2009-03-13[268031] Memory Browser - initial commitTed Williams1-0/+8

    Back to the top