Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-04-10Bug 546288 - Docker images for CDT Launchbar builds cannot have a slashJeff Johnston1-0/+1
2018-12-02Remove a couple of StreamMonitor classes (unused)Marc-Andre Laperle1-30/+0
2018-11-29Bug 541709 Figure out toolchain for Makefile projects.Doug Schaefer1-0/+33
2018-11-23Bug 540373: Format some Java files that were missedJonah Graham3-6/+3
2018-11-23Bug 540373: Cleanup: Remove trailing whitespace in properties filesJonah Graham2-12/+12
2018-11-22Bug 540373: Remove '(non-Javadoc)' commentsJonah Graham3-32/+0
2018-11-22Bug 540373: Cleanup: Remove redundant type argumentsJonah Graham42-193/+193
2018-11-22Bug 540373: Cleanup: Organize ImportsJonah Graham3-4/+6
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham150-5470/+5486
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham196-588/+1176
2018-11-20Bug 540373: Normalize newlines with .gitattributesJonah Graham3-256/+256
2018-04-16Bug 533222 - Add Container Build support to Std Make Core BuildJeff Johnston1-7/+13
2018-02-08Remove useless imports.Alexander Kurtakov1-2/+1
2018-01-10Bug 529121 - NPE fix for projects created with CMakeDoug Schaefer1-1/+3
2017-11-10Add settings to Makefile build configs to build at project root.Doug Schaefer1-2/+4
2017-11-08Add Makefile Projects to collection of core build project types.Doug Schaefer3-0/+166
2017-10-22Bug 513589 - Add support to build CDT projects in a Docker ContainerJeff Johnston2-4/+4
2017-04-18Bug 497670 - Support compiler provided "fix-it" hintsJeff Johnston2-0/+6
2016-09-25Cosmetics.Sergey Prigogin1-1/+1
2016-08-16Bug 323848 - Add Build (was Make) Targets to the Project NavigatorDoug Schaefer1-15/+5
2016-05-11fixed NPE when loading c descriptorsAlena Laskavaia1-3/+7
2016-04-25Bug 492304 - Fix NLS warningsAlex Blewitt4-7/+7
2016-04-25Bug 492230 - Replace buffer.append(a+b) callsAlex Blewitt1-2/+6
2016-04-21Bug 492200 - Replace StringBuffer with StringBuilderAlex Blewitt26-61/+61
2016-04-19Bug 491984 - Replace .equals("") with .isEmpty()Alex Blewitt2-3/+3
2016-04-18Bug 491945 - Remove new String()Alex Blewitt4-10/+10
2016-04-16Bug 491825 - Remove primitive wrapper creationAlex Blewitt5-8/+8
2016-04-15Bug 491825 - Remove uses of new Boolean and friendsSergey Prigogin2-14/+14
2016-04-14Tighter integration of new build system with cdt.core.Doug Schaefer1-1/+1
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam58-58/+58
2015-11-13Generify getAdapter methods.Alexander Kurtakov1-4/+4
2015-05-08Replace SubProgressMonitor with SubMonitorStefan Xenos1-4/+4
2015-03-25Remove warnings caused by change to getAdaptable()Marc Khouzam1-1/+1
2014-05-21Bug 430966 - Prevent StackOverflowError in Makefile editorMarc-Andre Laperle1-5/+25
2013-10-02Bug 416471: Support for extra ILanguageSettingsProviders in new projectsAndrew Eidsness1-0/+99
2013-07-11Bug 411498: Content assist in Makefile Editor for builtin functionsAndrew Gvozdev9-3/+233
2013-07-05Bug 412346: Makefile Editor: F3 navigation to user defined functions from $(c...Andrew Gvozdev1-21/+23
2013-07-04Bug 412250: Makefile Editor won't open include with F3Andrew Gvozdev1-1/+1
2013-07-03Bug 412247: Makefile Editor: F3 navigation does not work inside conditional d...Andrew Gvozdev3-26/+34
2013-06-21bug 411417: Export of preferences of Makefile EditorAndrew Gvozdev1-2/+2
2013-05-13Bug 407591 - UnsupportedOperationException thrown inChris Recoskie1-4/+9
2013-05-05CosmeticsAndrew Gvozdev4-169/+141
2013-05-03bug 407169: Add 2 more automatic variables in content assist for Makefile EditorAndrew Gvozdev2-21/+17
2013-04-23bug 401961: Regression: pathEntryContainers entries are no longer honored whe...Andrew Gvozdev1-68/+66
2013-04-23Cosmetics/JavaDoc.Andrew Gvozdev1-26/+22
2013-04-17Bug 228434 - Concurrent Modification Exception soon after loadingChris Recoskie3-13/+13
2013-03-07Introduce automatic variables in the Makefile editor.Sebastian Bauer3-1/+48
2013-02-01bug 357442: Added $CYGWIN_HOME to cygwin toolchain detection algorithmAndrew Gvozdev1-111/+127
2013-01-06Bug 397469 - Fix problem with scanner discovery on relative source paths.Andrew Gvozdev1-2/+3
2013-01-05Bug 397469 - Fix problem with scanner discovery on relative sourceDoug Schaefer1-1/+1

Back to the top