Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-11-24Bug 540373: Update the compiler warnings/ignoresJonah Graham2-14/+14
2018-11-23Bug 540373: Format some Java files that were missedJonah Graham1-2/+1
2018-11-23Bug 540373: Cleanup: Remove trailing whitespace in properties filesJonah Graham1-1/+1
2018-11-22Bug 540373: Remove '(non-Javadoc)' commentsJonah Graham1-9/+0
2018-11-22Bug 540373: Cleanup: Remove redundant type argumentsJonah Graham25-98/+98
2018-11-22Bug 540373: Cleanup: Organize ImportsJonah Graham33-118/+116
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham66-5180/+5249
2018-11-22Bug 540373: Standard .settings auto appliedJonah Graham5-21/+468
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham80-257/+506
2018-11-20Bug 540373: Normalize newlines with .gitattributesJonah Graham2-295/+295
2018-10-30Bug 540610 - Add Automatic-Module-Name headerKarsten Thoms1-0/+1
2018-05-18[534454] Fixed GCC build parser for simple definesEric Woestman1-3/+3
2018-02-13Bug 531106 - Modify MBS option serialize to handle empty string listsWilliam Riley2-0/+193
2017-06-07Bug 517908: Don't convert #undef into #include <#undef> anymoreJonah Graham1-0/+5
2017-05-17Bug 516813: don't mark all targets as secondaryJonah Graham32-33/+1
2017-04-24Bug 515560: Avoid indexer race condition by joining the indexerJonah Graham17-14/+103
2017-04-19Bug 515374: Stop using user.home as a temporary directory in testsJonah Graham3-91/+126
2017-02-14releng: Make use of Tycho POM-less functionalityMarc-Andre Laperle5-68/+6
2017-01-03[Bug 340300] Fix parallel make when using pre-build stepsMorten Kristiansen1-1/+3
2016-11-16Update version to 9.3.0Marc Khouzam1-1/+1
2016-11-15Update version to 9.2.0Marc Khouzam1-1/+1
2016-10-14Bug 505868: Split clean command when cleaning lots of filesJonah Graham4-9/+125
2016-09-12Add empty tab group and icon for core build local launches.Doug Schaefer1-9/+10
2016-08-17Update version to 9.1.0Marc Khouzam1-1/+1
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-13Bug 491619 - Choosing a C++ dialect should reindexJeff Johnston1-7/+7
2016-04-25Bug 492210 - Remove ChangeLog files from projectAlex Blewitt1-0/+0
2016-04-25Bug 492304 - Fix NLS warningsAlex Blewitt5-7/+7
2016-04-25Bug 492230 - Replace buffer.append(a+b) callsAlex Blewitt5-13/+17
2016-04-21Bug 492200 - Replace StringBuffer with StringBuilderAlex Blewitt5-13/+13
2016-04-19Bug 491984 - Replace .equals("") with .isEmpty()Alex Blewitt2-6/+6
2016-04-18Bug 491945 - Remove new String() from expressionsAlex Blewitt2-8/+8
2016-04-18Bug 491945 - Remove new String() literalsAlex Blewitt3-11/+11
2016-04-18Bug 491945 - Remove new String()Alex Blewitt5-12/+12
2016-03-22Revert "Bug 489563 - API change for Language Settings Providers."Doug Schaefer6-738/+692
2016-03-22Cosmetics.Sergey Prigogin2-18/+17
2016-03-22Bug 489563 - API change for Language Settings Providers.Sergey Prigogin3-35/+36
2016-03-21Bug 489563 - API change for Language Settings Providers.Doug Schaefer5-651/+697
2016-02-11Update copyright datesMarc Khouzam1-1/+1
2016-01-18Incremented CDT features version to 9.0.0Marc Khouzam1-1/+1
2016-01-04Bug 463723 - GCC output parser cannot parse macro with a combination ofMarc-Andre Laperle1-0/+2
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam38-38/+38
2015-11-26Bug 481971 - Detect cc compiler in the build output parserMarc-Andre Laperle1-0/+6
2015-06-25Bug 468417 ocagdas25-27/+27
2015-06-10Incremented CDT feature version to 8.8.0Marc Khouzam1-1/+1
2015-05-08Change output to fix failing tests.Marc Khouzam13-32/+32
2015-05-05Incremented CDT feature version to 8.7.0Marc Khouzam1-1/+1
2015-03-11Bug 433171 - Handle line continuations when parsing build outputNathan Ridge1-0/+45
2015-02-06Extract test VM args to common property base.test.vmargsMarc-Andre Laperle1-1/+1

Back to the top