Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-12-02Remove a couple of StreamMonitor classes (unused)Marc-Andre Laperle1-30/+0
2018-11-23Bug 540373: Format some Java files that were missedJonah Graham2-4/+2
2018-11-23Bug 540373: Cleanup: Remove trailing whitespace in properties filesJonah Graham2-12/+12
2018-11-22Bug 540373: Cleanup: Remove redundant type argumentsJonah Graham35-167/+167
2018-11-22Bug 540373: Cleanup: Organize ImportsJonah Graham3-4/+6
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham88-4844/+4783
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham123-369/+738
2018-11-20Bug 540373: Normalize newlines with .gitattributesJonah Graham1-93/+93
2017-11-10Add settings to Makefile build configs to build at project root.Doug Schaefer1-66/+0
2017-11-08Add Makefile Projects to collection of core build project types.Doug Schaefer1-0/+66
2017-10-22Bug 513589 - Add support to build CDT projects in a Docker ContainerJeff Johnston1-2/+2
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 Blewitt3-5/+5
2016-04-25Bug 492230 - Replace buffer.append(a+b) callsAlex Blewitt1-2/+6
2016-04-21Bug 492200 - Replace StringBuffer with StringBuilderAlex Blewitt25-59/+59
2016-04-19Bug 491984 - Replace .equals("") with .isEmpty()Alex Blewitt1-1/+1
2016-04-18Bug 491945 - Remove new String()Alex Blewitt3-7/+7
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 Khouzam46-46/+46
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 Gvozdev6-3/+166
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-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
2012-12-07Fix unit test case failure due to warning in .logAndrew Gvozdev1-18/+20
2012-08-23bug 387729: GCCScannerInfoConsoleParserTests fails consistently for meAndrew Gvozdev1-2/+1
2012-03-27bug 71511: Some house-cleaningAndrew Gvozdev2-6/+10
2012-03-22bug 71511: Fixed scanner discovery for minGWAndrew Gvozdev3-61/+100
2012-03-22bug 71511: [Error Parser] Interleaved stdout and stderr output causesAndrew Gvozdev5-237/+152
2012-03-16bug 261976: CommandLauncher to report about $PATH problems and relatedAndrew Gvozdev2-172/+143
2012-02-12bug 340219: Project metadata files are saved unnecessarily, patch toBaltasar Belyavsky1-6/+26

Back to the top