Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/build
AgeCommit message (Expand)AuthorFilesLines
2016-04-28Modernize Arduino plug-ins. Adjust APIs to suite.Doug Schaefer6-217/+118
2016-04-25Bug 492210 - Remove ChangeLog files from projectAlex Blewitt9-7082/+0
2016-04-25Bug 492304 - Fix NLS warningsAlex Blewitt57-266/+266
2016-04-25Bug 492230 - Replace buffer.append(a+b) callsAlex Blewitt21-188/+200
2016-04-24Major change to new build arch to give configs more power.Doug Schaefer9-222/+144
2016-04-21Bug 492200 - Replace StringBuffer with StringBuilder where appropriateSergey Prigogin1-11/+12
2016-04-21Bug 492200 - Replace StringBuffer with StringBuilderAlex Blewitt120-302/+300
2016-04-20Bug 491984 - Optimise toString().isEmpty() checksAlex Blewitt2-4/+4
2016-04-19Bug 491984 - Replace .equals("") with .isEmpty()Alex Blewitt33-74/+74
2016-04-18Bug 491945 - Refactor ToolReference::getToolCommand()Alex Blewitt1-3/+4
2016-04-18Bug 491945 - Remove new String() from expressionsAlex Blewitt7-31/+25
2016-04-18Bug 491945 - Remove new String() literalsAlex Blewitt14-63/+63
2016-04-18Bug 491945 - Remove new String()Alex Blewitt36-124/+122
2016-04-16Bug 491825 - Remove primitive wrapper creationAlex Blewitt36-251/+250
2016-04-15autotools: Adapt to generified ListenerList.Alexander Kurtakov4-18/+16
2016-04-15Bug 491825 - Remove uses of new Boolean and friendsSergey Prigogin20-189/+184
2016-04-15autotools; Use try-with-resources.Alexander Kurtakov1-18/+6
2016-04-14Remove build.core from cmake.ui.Doug Schaefer1-1/+0
2016-04-14Remove build.core from cmake.core. How did this pass verification?Doug Schaefer1-2/+1
2016-04-14Tighter integration of new build system with cdt.core.Doug Schaefer58-2420/+263
2016-04-05Bug 490995 - [tests] autotools.tests and debug.app.tests bundles have missing...Mat Booth1-0/+1
2016-03-22Revert "Bug 489563 - API change for Language Settings Providers."Doug Schaefer13-1300/+1285
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 Schaefer12-1244/+1259
2016-03-18minor fix, replace == for .equalsAlvaro Sanchez-Leon3-3/+3
2016-03-15Missing @since tagMarc Khouzam1-0/+3
2016-03-14Bug 467771 - add basis to support autotools option as NAME=VALUEWainer dos Santos Moschetta10-2/+344
2016-03-14Added property page for CMake projectsJesper Eskilson4-0/+101
2016-02-17Incremented version of org.eclipse.cdt.core to 6.0.Sergey Prigogin5-6/+6
2016-02-11Update copyright datesMarc Khouzam12-12/+12
2016-02-09Support project scanner info in new build system for new class wiz.Doug Schaefer1-14/+17
2016-02-08Qt - cleanup build cases. Add method to GDBLaunch.Doug Schaefer1-1/+3
2016-02-05releng: Fix missing about.htmlMarc-Andre Laperle3-2/+5
2016-02-01Missing copyright header.Marc Khouzam12-4/+85
2016-02-01Bug 461545 Add support of attribute isDisplayable to the Build PropertyGuy Bonneau7-11/+95
2016-01-29Qt fixes for scanner info and launching.Doug Schaefer1-1/+1
2016-01-28Bug 486509 - Add support for debugging local Qt apps.Doug Schaefer1-1/+9
2016-01-28Missing OSGI-INF in build.ui build.properties file.Doug Schaefer1-1/+2
2016-01-28added description control on Build Variables pageAlena Laskavaia4-12/+15
2016-01-20Fix Autotools to remove use of Wizard classes that are being removedJeff Johnston1-1/+2
2016-01-20Make a couple of more things common. Clean up scanner info.Doug Schaefer2-42/+47
2016-01-18Incremented CDT features version to 9.0.0Marc Khouzam30-33/+33
2016-01-17Fix up launch bar setting for cmake.Doug Schaefer1-1/+1
2016-01-06project specific error settings for cdt.build.coreAlena Laskavaia2-1/+90
2016-01-05Bug 485028: Toggle Comments for Makefile EditorAndrew Gvozdev7-36/+385
2016-01-04Bug 463723 - GCC output parser cannot parse macro with a combination ofMarc-Andre Laperle3-1/+17
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam702-702/+702
2015-12-31Fixed some warningsAndrew Gvozdev5-24/+7
2015-12-31Bug 484994 - Migrate Mars Arduino support to Neon.Doug Schaefer4-6/+126

Back to the top