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-29Bug 541709 Figure out toolchain for Makefile projects.Doug Schaefer1-0/+33
2018-11-24Bug 540373: Update the compiler warnings/ignoresJonah Graham1-1/+1
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 540373: Standard .settings auto appliedJonah Graham5-20/+308
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham199-614/+1220
2018-11-20Bug 540373: Normalize newlines with .gitattributesJonah Graham5-390/+390
2018-10-30Bug 540610 - Add Automatic-Module-Name headerKarsten Thoms1-0/+1
2018-10-23Bug 540367 - Increment version numbersWilliam Riley1-1/+1
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-22Hook up the old Include Paths and Symbols page to Makefile projs.Doug Schaefer1-0/+4
2017-11-20Set CC and CXX variables to toolchain compileCommands in std build.Doug Schaefer1-1/+5
2017-11-17Forgot to add the makefile templates to the build.Doug Schaefer1-1/+2
2017-11-10Add settings to Makefile build configs to build at project root.Doug Schaefer3-5/+12
2017-11-08Add Makefile Projects to collection of core build project types.Doug Schaefer8-2/+201
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
2017-02-14releng: Make use of Tycho POM-less functionalityMarc-Andre Laperle1-17/+0
2016-11-16Update version to 9.3.0Marc Khouzam1-1/+1
2016-11-15Update version to 9.2.0Marc Khouzam1-1/+1
2016-09-25Cosmetics.Sergey Prigogin1-1/+1
2016-08-17Update version to 9.1.0Marc Khouzam1-1/+1
2016-08-16Bug 323848 - Add Build (was Make) Targets to the Project NavigatorDoug Schaefer1-15/+5
2016-06-30Remove old .cvsignore filesMarc Khouzam1-1/+0
2016-06-22Move the rest of the CDT plugins to java 8Marc Khouzam3-5/+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-02-17Incremented version of org.eclipse.cdt.core to 6.0.Sergey Prigogin1-2/+2
2016-01-18Incremented CDT features version to 9.0.0Marc Khouzam1-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-09-29Remove reference to java environment in build.propertiesMarc Khouzam1-4/+1
2015-06-10Incremented CDT feature version to 8.8.0Marc Khouzam1-1/+1
2015-05-08Replace SubProgressMonitor with SubMonitorStefan Xenos1-4/+4
2015-05-05Incremented CDT feature version to 8.7.0Marc Khouzam1-1/+1
2015-03-25Remove warnings caused by change to getAdaptable()Marc Khouzam1-1/+1

Back to the top