Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-09-01Bug 553674: Make Binary parsers and related classes AutocloseableJonah Graham1-6/+11
And prepare to make it an error in CDT to not have properly handled an Autocloseable which means a number of fixes to make sure handles are closed. Change-Id: I36cd46017bbce6ece1703d688d7754e523eca68f
2018-11-22Bug 540373: Cleanup: Remove redundant type argumentsJonah Graham1-2/+2
This was done by selecting all projects in Eclipse then Source -> Clean Up... -> choosing: - Remove redundant type arguments and completing the wizard Change-Id: Iaecc7010f097b4b1fabd29ccaa34ccb23a716fbf
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham1-29/+22
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-21Bug 492200 - Replace StringBuffer with StringBuilderAlex Blewitt1-2/+2
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: I2634593603eef88dd68e127de9319377f43e7436 Signed-off-by: Alex Blewitt <alex.blewitt@gmail.com>
2010-06-03Bug 315439 Fix up copyrightVivian Kong1-1/+1
2008-04-29Fix warnings.Markus Schorn1-17/+17
2008-04-09Team shared warning levels for core-plugin, fixed warnings.Markus Schorn1-0/+2
2005-06-23CPL to EPL transistion - license header update for QNXDavid Inglis1-5/+5
2005-03-022005-03-02 Alain MagloireAlain Magloire1-1/+1
Fix for PR 85043: NPE when calling Ar.isARHeader(null); * utils/org/eclipse/cdt/utils/elf/AR.java * utils/org/eclipse/cdt/utils/macho/AR.java * utils/org/elcipse/cdt/utils/som/AR.java * utils/org/eclipse/cdt/utils/xcoff/AR.java
2004-09-21major binary parser cleanup see change logDavid Inglis1-0/+2
2004-06-25update copyrightDavid Inglis1-4/+10
2004-06-03 The Elf class should not depend of GNUAlain Magloire1-4/+0
binutils tools like Addr2line or CPPFilt It is an Elf Parser and the needs of those tools are now part of IBinaryParser class * utils/org/eclipse/cdt/uitls/elf/AR.java * utils/org/eclipse/cdt/uitls/elf/Elf.java * utils/org/eclipse/cdt/uitls/elf/ElfHelperjava * utils/org/eclipse/cdt/uitls/elf/parser/ElfBinaryObject.java
2004-03-01bug 53123 externalize stringsAndrew Niefer1-1/+3
2004-02-26Bug 53213: Externalize StringsAndrew Niefer1-6/+6
2003-11-18Attempt to address performance problem in the IBinaryParserAlain Magloire1-0/+13
To many open()s a new method was create isBinary(byte[] ..) So the file could be open only one time.
2003-02-26faster IArchiveDavid Inglis1-322/+297
2002-11-25new method finalize().Alain Magloire1-1/+16
2002-10-09cleanup warningsDavid Inglis1-3/+3
2002-06-26Initial commit of CDT code from QNXSebastien Marineau1-0/+331

    Back to the top