Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-04-25Bug 350499: Ask user to confirm toolchain changeTorbjörn Svensson3-1/+17
2021-04-12Bug 568397: Add separate text boxes for separate build command and argsJonah Graham4-104/+197
2020-12-01Revert "Bug 568397: Hide "Build settings" if using custom command"Jonah Graham1-12/+5
2020-11-30Bug 569300: Allow custom build option editors to save the valueTorbjörn Svensson3-51/+105
2020-11-18Bug 568728: Drop execute permission on filesTorbjörn Svensson1-0/+0
2020-11-09Bug 568397: Hide "Build settings" if using custom commandTorbjörn Svensson1-5/+12
2020-10-29Bug 567966 - CDT code clean up: type safety warningsAlexander Fedorov1-13/+14
2020-10-24Bug 567966 - CDT code clean up: type safety warningsAlexander Fedorov1-35/+36
2020-08-18Bug 564123 Treat environment and build variable case sensitivelyjantje1-1/+1
2020-07-08Bug 564949 - Remove support for CDT 3.X style projects (partial)Marc-Andre Laperle3-16/+60
2020-07-04Fixed NLS and null warningsTorbjörn Svensson2-23/+36
2020-06-04Bug 561993 - Remove dependency to com.ibm.icu from CDT UISergei Kovalchuk2-6/+7
2020-05-10Bug 559186 - Allow using variables for the CDB path in CDB settings providerMarc-Andre Laperle3-26/+42
2020-03-02Revert "Bug 560614 - Drop dependency on ICU4J"Jonah Graham2-7/+8
2020-03-02Bug 560614 - Drop dependency on ICU4JAlexander Kurtakov2-8/+7
2020-02-04Move away of the deprecated AbstractUIPlugin.getWorkbenchAlexander Kurtakov1-2/+3
2020-02-04Remove unnecessary cast to IToolChain.Alexander Kurtakov2-4/+4
2020-01-03Bug 558474 - CleanUp deprecated methods in org.eclipse.cdt.uiSergey Kovalchuk1-14/+12
2019-10-24Bug 548730 - Compilation database (CDB) language settings providerMarc-Andre Laperle3-0/+346
2019-08-09Replace ViewerSorter with ViewerComparator.Alexander Kurtakov1-2/+2
2018-11-23Bug 540373: Cleanup: Remove trailing whitespace in properties filesJonah Graham1-23/+23
2018-11-22Bug 540373: Remove '(non-Javadoc)' commentsJonah Graham2-12/+0
2018-11-22Bug 540373: Cleanup: Remove redundant type argumentsJonah Graham22-88/+88
2018-11-22Bug 540373: Cleanup: Organize ImportsJonah Graham6-7/+7
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham82-3702/+3936
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham86-258/+516
2018-11-20Bug 540373: Normalize newlines with .gitattributesJonah Graham2-156/+156
2018-10-09Bug 539882: Applicability calculator should be called with option categoryTorbjörn Svensson1-1/+1
2018-04-12Bug 533473 - Dynamically hide option categoriesTorbjörn Svensson1-2/+6
2018-02-08Remove useless imports.Alexander Kurtakov2-4/+2
2017-03-27Bug 514244: ability to add custom wizard page prior project creation onecartu38 opendev1-10/+37
2016-10-06Generification and other code cleanup.Sergey Prigogin1-5/+2
2016-05-13Bug 491619 - Choosing a C++ dialect should reindexJeff Johnston1-5/+73
2016-04-25Bug 492304 - Fix NLS warningsAlex Blewitt5-12/+12
2016-04-25Bug 492230 - Replace buffer.append(a+b) callsAlex Blewitt2-6/+6
2016-04-21Bug 492200 - Replace StringBuffer with StringBuilderAlex Blewitt5-8/+8
2016-04-19Bug 491984 - Replace .equals("") with .isEmpty()Alex Blewitt5-12/+12
2016-04-18Bug 491945 - Remove new String() from expressionsAlex Blewitt1-4/+4
2016-04-18Bug 491945 - Remove new String() literalsAlex Blewitt1-6/+6
2016-04-18Bug 491945 - Remove new String()Alex Blewitt5-17/+17
2016-04-16Bug 491825 - Remove primitive wrapper creationAlex Blewitt1-2/+2
2016-04-15Bug 491825 - Remove uses of new Boolean and friendsSergey Prigogin1-17/+19
2016-02-01Bug 461545 Add support of attribute isDisplayable to the Build PropertyGuy Bonneau1-3/+5
2016-01-28added description control on Build Variables pageAlena Laskavaia3-4/+7
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam32-32/+32
2015-12-28Bug 382746 - Adding C/C++ nature for C Project impossibleMarc-Andre Laperle1-23/+21
2015-12-28Remore unused New New WizardMarc-Andre Laperle3-105/+0
2015-04-06Bug 463644 - Remove unused message in org.eclipse.cdt.managedbuilderRoberto Oliveira1-1/+0
2014-09-22Remove a NSL unused message ConvertTargetAction_No_Converter from org.eclipse...Roberto Oliveira1-1/+1
2014-08-01Proper enablement of Build Configurations Build/Clean commands.Sergey Prigogin17-321/+258

Back to the top