Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-11-11Implement Qt build tab for the launch config dialog.Doug Schaefer9-273/+142
2016-11-09Add Local Debug for Core Build launches. Qt Path var for Windows.Doug Schaefer1-4/+28
2016-10-21Make launchMode a core thing and add Debug for CMake configs.Doug Schaefer1-11/+15
2016-10-20Fix include paths to make them relative to the project file for Qt.Doug Schaefer1-5/+2
2016-10-12Updates for Core Build.Doug Schaefer14-355/+67
2016-09-16Bug 490475. Support the evaluation of C++14 constexpr functionsToni Suter4-3/+10
2016-08-25Bug 174176 - Hook up CMake build to LaunchBar to select toolchain filesDoug Schaefer1-2/+2
2016-08-22Bug 500080 - Add listeners for Qt Install removalsDoug Schaefer7-9/+199
2016-08-17CMake updates. Clean, error parsers, add to category.xml.Doug Schaefer1-27/+28
2016-08-17Update version to 9.1.0Marc Khouzam1-1/+1
2016-06-15Bug 496187 Clean up the add Qt Install UI.Doug Schaefer1-1/+1
2016-06-14Cherry picking changes from the CDT 9 branch for Qt and Arduino.Doug Schaefer13-119/+213
2016-05-17[Qt] Remove unused extension. Make QML Analyzer loading a system job.Doug Schaefer4-33/+12
2016-05-16Fix a few things for the QML editor.Doug Schaefer1-11/+11
2016-05-12Add MSYS2 support for managed build. A few Qt cleanups on Windows.Doug Schaefer3-6/+20
2016-05-10Add binary parsers to new build system. Clean up some toolchain stuff.Doug Schaefer4-8/+7
2016-04-28Modernize Arduino plug-ins. Adjust APIs to suite.Doug Schaefer6-20/+29
2016-04-24Major change to new build arch to give configs more power.Doug Schaefer6-280/+155
2016-04-22Bug 492200 - Replace StringBuffer with StringBuilderAlex Blewitt1-2/+2
2016-04-16Bug 491825 - Remove primitive wrapper creationAlex Blewitt1-2/+2
2016-04-14Tighter integration of new build system with cdt.core.Doug Schaefer26-585/+949
2016-03-22Revert "Bug 489563 - API change for Language Settings Providers."Doug Schaefer2-111/+94
2016-03-21Bug 489563 - API change for Language Settings Providers.Doug Schaefer2-94/+111
2016-03-17Bug 488909: Unify services factory classes to extend more easilyMarc Khouzam1-1/+1
2016-03-17Bug 472765: Use gdb's "set substitute-path from to"Jonah Graham1-2/+2
2016-02-28Qt - remove hardcoding of app name in build config.Doug Schaefer1-3/+4
2016-02-23New Qt templates using new templates framework. Arduino fixes.Doug Schaefer8-49/+62
2016-02-18qt core: prevent exceptions when deleting closed projectAlena Laskavaia1-1/+1
2016-02-11Update copyright datesMarc Khouzam1-1/+1
2016-02-09Support project scanner info in new build system for new class wiz.Doug Schaefer1-2/+12
2016-02-08Qt - cleanup build cases. Add method to GDBLaunch.Doug Schaefer2-11/+11
2016-02-01Missing copyright header.Marc Khouzam3-0/+21
2016-01-29Qt fixes for scanner info and launching.Doug Schaefer3-0/+28
2016-01-28Qt - more missing things from the build.properties file.Doug Schaefer1-2/+6
2016-01-28Qt - fix up build.properties files to pick things up properly.Doug Schaefer2-3/+6
2016-01-28Bug 486509 - Add support for debugging local Qt apps.Doug Schaefer6-75/+209
2016-01-27Qt - better handling when a Qt install hasn't been added.Doug Schaefer5-14/+40
2016-01-27Qt - Include tern deps in build. Clean up some old files.Doug Schaefer13-61/+9029
2016-01-20Make a couple of more things common. Clean up scanner info.Doug Schaefer1-32/+1
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 Khouzam62-62/+62
2015-12-24Rename ICPPEvaluation.getTypeOrFunctionSet() to getType().Nathan Ridge1-1/+1
2015-12-22Bug 481126 - Walk QML Types ASTMatthew Bastien21-95/+1254
2015-12-16Bug 481126 - Convert Acorn AST into JavaMatthew Bastien14-39/+559
2015-12-14Bug 480238 - QML AST in JavaMatthew Bastien78-487/+3188
2015-12-09Bug 480238 - Acorn-QML Parse QML Types FileMatthew Bastien6-50/+155
2015-12-09Bug 481126 - QML Directory File ParsingMatthew Bastien38-1/+1839
2015-12-08Bug 481126 - Add hyperlink support to open decl in QML editor.Doug Schaefer1-4/+45
2015-12-07Bug 481126 - QML Parse Query TypeMatthew Bastien5-13/+151
2015-12-06Bug 481126 - QML Imports Working in EditorMatthew Bastien3-8/+68

Back to the top