Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-07Incremented CDT feature version to 8.6.0.Sergey Prigogin1-1/+1
2014-12-23Revert "Bug 451929 - Leverage p2 ability to express native packages"Doug Schaefer1-2/+0
2014-12-16Bug 451929 - Leverage p2 ability to express native packagesPascal Rapicault1-0/+2
2014-07-22Inremented branding plugin version to 8.5Sergey Prigogin1-1/+1
2014-05-21Bug 430966 - Prevent StackOverflowError in Makefile editorMarc-Andre Laperle1-5/+25
2014-04-09Remove unused API filtersMarc Khouzam1-19/+0
2014-01-24Enabled JDK 1.7.Sergey Prigogin4-8/+8
2014-01-21Bumped up CDT version to 8.4.Sergey Prigogin1-1/+1
2013-10-02Bug 416471: Support for extra ILanguageSettingsProviders in new projectsAndrew Eidsness2-0/+111
2013-08-27Fixed parent pom version to referenceAndrew Gvozdev1-1/+1
2013-07-11Bug 411498: bumped org.eclipse.cdt.make.core to 7.3.0 in pom.xmlAndrew Gvozdev1-1/+1
2013-07-11Bug 411498: Content assist in Makefile Editor for builtin functionsAndrew Gvozdev10-4/+234
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-06-21bug 411417: Export of preferences of Makefile EditorAndrew Gvozdev2-2/+21
2013-05-13Bug 407591 - UnsupportedOperationException thrown inChris Recoskie1-4/+9
2013-05-05CosmeticsAndrew Gvozdev4-169/+141
2013-05-03bug 407169: Highlight of automatic variables in Makefile EditorAndrew Gvozdev1-1/+1
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

Back to the top