Skip to main content
summaryrefslogtreecommitdiffstats
path: root/build
AgeCommit message (Expand)AuthorFilesLines
2016-07-15Update features for 9.0.1Doug Schaefer10-8/+10
2016-06-03Fix up mixing of MSYS2 and Qt MinGW and 64/32-bit toolchains.Doug Schaefer3-7/+50
2016-05-26Create a dummy file in the user doc index when skipDoc.Doug Schaefer1-0/+29
2016-05-17Add MSYS2 32-bit support to MinGW GCC toolchain.Doug Schaefer1-7/+46
2016-05-16Make sure CMake project property page only shows on CMake projects.Doug Schaefer1-3/+9
2016-05-16Fix a few things for the QML editor.Doug Schaefer1-0/+6
2016-05-16Add a Debug configuration for Autotools projectsJeff Johnston5-12/+151
2016-05-13Bug 491619 - Choosing a C++ dialect should reindexJeff Johnston4-15/+87
2016-05-12Add MSYS2 support for managed build. A few Qt cleanups on Windows.Doug Schaefer4-48/+32
2016-05-11fixed NPE when loading c descriptorsAlena Laskavaia1-3/+7
2016-05-10Add binary parsers to new build system. Clean up some toolchain stuff.Doug Schaefer4-57/+74
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

Back to the top