Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-07-28Bug 562001 - Remove dependency to com.ibm.icu from CDT LaunchMat Booth3-10/+7
2021-04-11Bug 572759: Allow debugging binaries with project relative pathTorbjörn Svensson3-12/+45
2020-10-18Bug 567966 - CDT code clean up: type safety warningsAlexander Fedorov1-6/+6
2020-10-18Bug 567966 - CDT code clean up: type safety warningsAlexander Fedorov1-16/+21
2020-09-01Bug 553674: Make Binary parsers and related classes AutocloseableJonah Graham1-2/+1
2020-08-31Bug 566530: Remove deprecated launch tabs from CDI daysJonah Graham3-676/+0
2020-08-31Bug 517813: Remove long since deprecated Multi LaunchJonah Graham5-1600/+1
2020-08-28Cleanup of PTY classTorbjörn Svensson2-2/+2
2020-03-02Revert "Bug 560614 - Drop dependency on ICU4J"Jonah Graham3-4/+7
2020-03-02Bug 560614 - Drop dependency on ICU4JAlexander Kurtakov3-7/+4
2020-02-04Move away of the deprecated AbstractUIPlugin.getWorkbenchAlexander Kurtakov3-4/+7
2020-01-09Bug 551817: Write Kichwa Coders consistently in Copyright lineJonah Graham2-2/+2
2019-10-10Generify ArrayList.Alexander Kurtakov2-46/+16
2019-08-12Convert new Runnable to lambda.Alexander Kurtakov3-52/+30
2019-08-10Remove redundant superinterfaces. Alexander Kurtakov3-7/+3
2019-07-25Fix up some problems found against the latest API baseline.Doug Schaefer3-2/+8
2019-07-10Bug 542488: Remove duplicated codeJonah Graham5-199/+379
2018-11-29Bug 541709 Fix up exceptions when we can't find toolchains.Doug Schaefer1-3/+2
2018-11-23Bug 540373: Cleanup: Remove trailing whitespace in properties filesJonah Graham1-5/+5
2018-11-23Bug 540373: Cleanup: Remove trailing whitespace in Java filesJonah Graham1-1/+1
2018-11-22Bug 540373: Remove '(non-Javadoc)' commentsJonah Graham8-166/+0
2018-11-22Bug 540373: Cleanup: Remove redundant semicolonsJonah Graham2-2/+2
2018-11-22Bug 540373: Cleanup: Remove redundant type argumentsJonah Graham7-13/+13
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham33-1073/+1096
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham38-114/+228
2018-11-20Bug 540373: Normalize newlines with .gitattributesJonah Graham4-801/+801
2018-04-17Bug 533499 - Check all problem markers for errorsSamuel Hultgren1-2/+3
2017-11-15Fix up leftover toolchain provider id usage.Doug Schaefer1-1/+1
2017-11-13Serial Flash Target and Launch. Clean up Generic Launch.Doug Schaefer4-0/+801
2017-10-16Fix Default toolchain name in common build tab.Doug Schaefer1-1/+1
2017-10-12Allow for changing manually setting toolchains for build configs.Doug Schaefer3-9/+190
2017-09-07Core Build - add support for Generic targetDoug Schaefer4-1/+33
2017-06-05Bug 517722: Mark as deprecated code related to Launch GroupJonah Graham3-0/+6
2017-05-29Bug 508948: Use environment from Launch configuration when running Jonah Graham1-45/+40
2017-01-12Bug 510394: set environment when doing project-less runJonah Graham1-3/+2
2016-11-11Implement Qt build tab for the launch config dialog.Doug Schaefer5-2/+76
2016-11-02Bug 506843: Reset buildFailed flag on buildForLaunchPhilip Langer2-1/+6
2016-10-12Updates for Core Build.Doug Schaefer3-0/+249
2016-06-14Cherry picking changes from the CDT 9 branch for Qt and Arduino.Doug Schaefer1-49/+189
2016-04-25Bug 492304 - Fix NLS warningsAlex Blewitt1-2/+2
2016-04-25Bug 492230 - Replace buffer.append(a+b) callsAlex Blewitt2-2/+2
2016-04-22Bug 492200 - Replace StringBuffer with StringBuilderAlex Blewitt5-11/+11
2016-04-21Bug 492200 - Replace StringBuffer with StringBuilder where appropriateSergey Prigogin1-2/+2
2016-04-19Bug 491984 - Replace .equals("") with .isEmpty()Alex Blewitt3-7/+7
2016-04-18Bug 491945 - Remove new String()Alex Blewitt1-3/+3
2016-04-16Bug 491825 - Remove primitive wrapper creationAlex Blewitt3-6/+6
2016-03-22Cleanup check for file presence.Marc Khouzam1-6/+3
2016-03-18Bug 484900: Replace LocalCDILaunchDelegate with LocalRunLaunchDelegateMarc Khouzam1-70/+0
2016-03-18Bug 484900: Remove CDI launch delegate for post-mortem and attachMarc Khouzam3-1/+3
2016-03-14Fixed warnings: do not call MessageFormat#format(...) with String[].Jesper Eskilson1-2/+2

Back to the top