Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2022-04-20[releng] Make CDT Clean-up profile match Editor on save actionsJonah Graham1-0/+80
The CDT Cleanup profile had a bunch of extra cleanups applied to it, this prevents running the CDT cleanup profile manually to simulate running the save actions on all Java files Change-Id: Iad491e1258a4ba90d81d1457ea0f6779e3663e38
2020-10-12Bug 567810: Squash over zealous warning from PDEJonah Graham1-0/+11
See also Bug 558477 Change-Id: I0765a2a49dc77e2f24af787b0f9a1e0e1e510a30
2020-08-31Bug 566511: [releng] Add missing UTF-8 encoding for all CDT projectsJonah Graham1-0/+2
Includes updates to code cleanliness script Change-Id: Ic495124285e3e002993f34dc12be5ad7337fe13b
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 Graham5-11/+728
The releng/scripts/apply_jdt_prefs_to_all_projects.sh was run to copy standard settings to all other projects. Change-Id: I4436c947d7f0142f56b709e661379c3eb54f666b
2016-12-21Trigger error in Debug plugins when a package is not exported.Marc Khouzam1-0/+32
Change-Id: I7a76bb65badee7a949e3d0e9abc27ced228e9b7d
2016-02-11Move DSF and DSF-GDB plugins to Java 8Marc Khouzam1-3/+3
Change-Id: I732bddb83d3e4ac33d42713ab92242a63a7fac93
2015-02-11Remove unnecessary .api_filtersMarc Khouzam1-19/+0
Note that memory/org.eclipse.cdt.debug.ui.memory.traditional/.settings/.api_filters needs to be kept because: 1- it removes warnings about implementing provisional APIs 2- that plugin sets warnings as errors, so warnings are not allowed Change-Id: Id4bcc9cd78c4c6678ef749cfe276e5a9945efa1e Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-01-24Enabled JDK 1.7.Sergey Prigogin1-3/+3
Change-Id: Ic2a161ea3c318dc1e8ba01c271c936bf5ed8763d Reviewed-on: https://git.eclipse.org/r/21020 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2011-12-21Bug 366942 - [disassembly] Extension point for contributing ruler columnsAnton Leherbauer1-0/+8
2011-11-04Cleanup of obsolete api filtersAnton Leherbauer1-43/+11
2011-10-18Switched to Java 1.6.Sergey Prigogin1-3/+3
2011-01-11Bug 333946 - [disassembly][api] provisional package should be marked ↵Anton Leherbauer1-9/+41
internal in the manifest
2010-02-15[302772] Refactor DSF Disassembly view to support CDIJohn Cortell1-0/+11
2009-03-02[265882] API cleanup: Remove StepQueueManagerAnton Leherbauer1-11/+0
2009-01-08Migrated DSF and DSF-GDB to the CDT project.Pawel Piech2-0/+81

    Back to the top