Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-08-31Bug 575730 - New Make project should handle cleaning of gcov/gprof filesJeff Johnston1-1/+4
2021-07-27Bug 562002 - Remove dependency to com.ibm.icu from CDT Make CoreMat Booth3-9/+6
2020-11-17Do not use deprecated CDataUtil.objectsEqualAlexander Kurtakov2-4/+6
2020-11-17Bug 568888 - Open *.mak files as makefilesAlexander Kurtakov2-2/+2
2020-09-04Bug 566658 - [build] Core Make project does not support profilingJeff Johnston1-2/+5
2020-08-31Bug 566511: [releng] Add missing UTF-8 encoding for all CDT projectsJonah Graham1-0/+2
2020-08-24Bug 562494: Update BREE to Java 11Jonah Graham3-12/+34
2020-08-18Bug 564123 Treat environment and build variable case sensitivelyjantje2-15/+0
2020-06-13Bug 564272: Increment major version of org.eclipse.cdt.core to 7.0.0Jonah Graham1-2/+2
2020-03-02Fixup versions on Revert "Bug 560614 - Drop dependency on ICU4J"Jonah Graham1-1/+1
2020-03-02Revert "Bug 560614 - Drop dependency on ICU4J"Jonah Graham3-5/+17
2020-03-02Bug 560614 - Drop dependency on ICU4JAlexander Kurtakov3-17/+5
2019-05-31[releng] bump version numbers according to version number guidelinesJonah Graham1-1/+1
2019-05-17Bug 547104 - Adding new Docker Connection causes two build dirsJeff Johnston1-5/+9
2019-04-10Bug 546288 - Docker images for CDT Launchbar builds cannot have a slashJeff Johnston2-1/+2
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

Back to the top