summaryrefslogtreecommitdiff
path: root/src/plugins/compilationdatabaseprojectmanager/compilationdatabaseproject.h
Commit message (Expand)AuthorAgeFilesLines
* CompilationDb: Make use of BuildSystem base class parsing infrastructureChristian Kandeler2020-03-121-5/+0
* CompilationDatabaseProjectManager: Fix autotestChristian Kandeler2020-03-041-0/+3
* CompilationDbManager: Do not create an extra targetChristian Kandeler2020-03-031-7/+0
* De-Q_OBJECT-ify various IEditorFactory derived classeshjk2020-02-131-2/+0
* ProjectExplorer: De-QObject-ify BuildConfigurationFactorieshjk2020-01-101-3/+1
* ProjectExplorer: Replace BuildConfigurationFactory::availableBuildshjk2020-01-091-4/+0
* Revert "CompilationDatabase: Simplify rootPathFromSettings function call"hjk2020-01-071-0/+1
* CompilationDatabase: Simplify rootPathFromSettings function callhjk2020-01-071-1/+0
* CompilationDatabase: Remove unnneded ::fromMap() reimplementaionhjk2019-12-111-1/+0
* ProjectExplorer: Use function object for special build config inithjk2019-12-091-8/+0
* ProjectExplorer: Settle on fixed set of build step listshjk2019-12-061-0/+1
* ProjectExplorer: Move BuildSystem owership to BuildConfigurationhjk2019-11-191-3/+17
* CompilationDbProjectManager: Set deployment data, if availableChristian Kandeler2019-10-291-11/+5
* CompilationDB: Reparse only on actual project file changeChristian Kandeler2019-10-221-0/+1
* ProjectExplorer: Set up hack to funnel information to buildstep ctorshjk2019-08-221-2/+1
* CompilationDatabase: Simplify based on Project::projectFileIsDirty signalTobias Hunger2019-08-191-1/+0
* ProjectExplorer: De-virtualize some more virtual methodsTobias Hunger2019-08-131-1/+0
* CompilationDataBasePM: Do not delay creating targetshjk2019-08-011-1/+0
* ProjectExplorer: Merge BuildConfigurationFactory::availableBuildshjk2019-06-271-4/+3
* ProjectExplorer: Align signatures of BuildConfigurationhjk2019-06-271-1/+1
* ProjectExplorer etc: More FilePath usagehjk2019-06-261-2/+2
* Utils: Rename FileName to FilePathhjk2019-05-281-2/+2
* CompilationDbProjectManager: Sanitize project parsingChristian Kandeler2019-05-231-4/+11
* CompilationDatabase: Allow to set custom build step and run commandIvan Donchevskii2019-04-291-1/+27
* CompilationDatabase: Fix few bugs and plugin testsIvan Donchevskii2019-04-261-0/+1
* RemoteLinux: Retrieve deployment info from local install rootChristian Kandeler2019-04-231-0/+1
* CompilationDatabase: Ask for the root path and scan for headersIvan Donchevskii2019-04-051-2/+8
* CompilationDatabase: Refresh the tree on the JSON file updateIvan Donchevskii2019-03-151-1/+4
* CompilationDatabase: Support both code modelsIvan Donchevskii2018-11-011-0/+7
* Plugins: Add compilation database pluginIvan Donchevskii2018-09-191-0/+63