Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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 Johnston2-3/+7
2016-04-25Bug 492210 - Remove ChangeLog files from projectAlex Blewitt1-520/+0
2016-04-25Bug 492304 - Fix NLS warningsAlex Blewitt20-67/+67
2016-04-25Bug 492230 - Replace buffer.append(a+b) callsAlex Blewitt7-140/+145
2016-04-21Bug 492200 - Replace StringBuffer with StringBuilderAlex Blewitt29-87/+85
2016-04-20Bug 491984 - Optimise toString().isEmpty() checksAlex Blewitt1-3/+3
2016-04-19Bug 491984 - Replace .equals("") with .isEmpty()Alex Blewitt14-27/+27
2016-04-18Bug 491945 - Refactor ToolReference::getToolCommand()Alex Blewitt1-3/+4
2016-04-18Bug 491945 - Remove new String() from expressionsAlex Blewitt3-13/+11
2016-04-18Bug 491945 - Remove new String() literalsAlex Blewitt2-7/+7
2016-04-18Bug 491945 - Remove new String()Alex Blewitt22-85/+83
2016-04-16Bug 491825 - Remove primitive wrapper creationAlex Blewitt25-230/+229
2016-04-15Bug 491825 - Remove uses of new Boolean and friendsSergey Prigogin16-155/+148
2016-03-22Revert "Bug 489563 - API change for Language Settings Providers."Doug Schaefer6-555/+590
2016-03-21Bug 489563 - API change for Language Settings Providers.Doug Schaefer6-590/+555
2016-03-18minor fix, replace == for .equalsAlvaro Sanchez-Leon2-2/+2
2016-02-17Incremented version of org.eclipse.cdt.core to 6.0.Sergey Prigogin1-1/+1
2016-02-11Update copyright datesMarc Khouzam2-2/+2
2016-02-01Bug 461545 Add support of attribute isDisplayable to the Build PropertyGuy Bonneau6-8/+90
2016-01-28added description control on Build Variables pageAlena Laskavaia1-8/+8
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 Laperle2-1/+15
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam174-174/+174
2015-12-14Bug 366039: Internal Builder reduced build step input resource countJohn Dallaway1-4/+35
2015-11-26Bug 481971 - Detect cc compiler in the build output parserMarc-Andre Laperle1-1/+1
2015-10-22Add missing buildModel tracing optionMarc-Andre Laperle1-0/+3
2015-10-22Use *Scope INSTANCE fields.Alexander Kurtakov1-1/+1
2015-09-29Remove reference to java environment in build.propertiesMarc Khouzam1-4/+1
2015-08-14Bug 470538 - Build selected File(s) should create error/warning markerAndrew Gvozdev1-0/+1
2015-06-25Bug 468417 ocagdas1-1/+1
2015-06-10Incremented CDT feature version to 8.8.0Marc Khouzam1-1/+1
2015-05-15Bug 421884 - Fixed invalid checking condition. Must be == rather than !=Guy1-1/+1
2015-05-05Incremented CDT feature version to 8.7.0Marc Khouzam1-1/+1
2015-03-30Bug 461628 Some tools within a toolchain can potentially generate anGuy Bonneau1-2/+10
2015-03-19Bug 458370: NPE trying to build an existing projectAndrew Gvozdev2-32/+38
2015-03-11Bug 433171 - Handle line continuations when parsing build outputNathan Ridge1-0/+44
2015-02-22Bug 355609 - Add -no-indexer argument to headless buildChristian Walther3-3/+33
2015-01-12Bug 423342 - MinGW builds fail with custom EFSPiotr Aniola1-3/+5
2015-01-07Incremented CDT feature version to 8.6.0.Sergey Prigogin1-1/+1
2014-12-18Bug 389536 - NPE in AdditionalInput for projects containing files withSebastian Bauer1-1/+2
2014-08-05Bug 436147. Changed the way of handling "Restore Defaults" to reset themazab1-14/+33
2014-08-04Cleanup of Messages.properties and Messages.java files.Sergey Prigogin3-2/+37
2014-07-31Slightly reduced clutter in the project's context menu.Sergey Prigogin3-6/+4
2014-07-30Proper enablement/disablement of Clean/Build Selected Files commands.Sergey Prigogin2-8/+7
2014-07-22Inremented branding plugin version to 8.5Sergey Prigogin1-1/+1
2014-05-02Relaxed type constraints.Sergey Prigogin3-3/+3
2014-04-15Bugfix : Bug 424919 - The toolchain name was wrong when create a new make fil...brad1-1/+1
2014-04-09Missing NON-NLS stringsMarc Khouzam1-1/+1

Back to the top