Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-11-24Bug 540373: Post code-cleanup for DSF examplesJonah Graham1-10/+6
The DSF Examples contains some commented out source that is enabled via a script so this commit cleans that up for new formatting rules. Change-Id: I82c5e195cc3746415c659b2c0fc72b8118cdc56c
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham1-88/+90
This was done by selecting all projects in Eclipse then Source -> Clean Up... -> choosing: - Format source code - Remove trailing white spaces on all lines and completing the wizard Change-Id: I63685372c6bcc67719bcf145123bcb72e5b00394
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham1-3/+6
Change-Id: Ifbb1d5af2a00bd5634dea200320e8c4303ffca6c
2016-04-22Bug 492200 - Replace StringBuffer with StringBuilderAlex Blewitt1-3/+3
There are many opportunities for replacing `StringBuffer` with `StringBuilder` provided that the type isn't visible from the public API and is used only in internal methods. Replace these where appropriate. Change-Id: Ic2f50c5b6f3c3a4eae301bb3b40fb6faed235f79 Signed-off-by: Alex Blewitt <alex.blewitt@gmail.com>
2016-03-29Code cleanup in DSF examples. Jesper Eskilson1-8/+6
- Added @Override where necessary. - Added src_ant to source directories in build.properties - Fixed resource leaks - Added type parameters where missing (e.g. Vector in PreProcessor.java) - Removed unused imports Change-Id: I28c7e295891833f9b561975da0adc92d55f2e048 Signed-off-by: Jesper Eskilson <jesper.eskilson@iar.com>
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam1-1/+1
This commit does not add missing copyrights, just updates the date on the existing ones. Change-Id: I646f5afd533a1fcc539bdf2e0686b22f406ecf65
2010-07-14bug 319777: Missing @Override annotationsAndrew Gvozdev1-0/+1
patch from Petri Tuononen
2009-05-27update copyrightsVivian Kong1-6/+6
2009-01-08Migrated DSF and DSF-GDB to the CDT project.Pawel Piech1-0/+292

    Back to the top