aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/compilationdatabaseprojectmanager/compilationdatabaseproject.cpp
Commit message (Expand)AuthorAgeFilesLines
* CompilationDbPM: Do not change the kit's toolchainChristian Kandeler2020-05-201-2/+0
* CompilationDatabaseProjectManager: Fix autotestChristian Kandeler2020-03-041-0/+7
* CompilationDbManager: Do not create an extra targetChristian Kandeler2020-03-031-7/+0
* De-Q_OBJECT-ify various IEditorFactory derived classeshjk2020-02-131-1/+1
* ProjectExplorer: Move some of the BuildInfo setup code to central placeshjk2020-01-141-3/+2
* ProjectExplorer: De-QObject-ify BuildConfigurationFactorieshjk2020-01-101-1/+1
* ProjectExplorer: Replace BuildConfigurationFactory::availableBuildshjk2020-01-091-12/+10
* Revert "CompilationDatabase: Simplify rootPathFromSettings function call"hjk2020-01-071-6/+4
* CompilationDatabase: Simplify rootPathFromSettings function callhjk2020-01-071-4/+6
* CompilationDatabase: Remove unnneded ::fromMap() reimplementaionhjk2019-12-111-7/+0
* ProjectExplorer: Use function object for special build config inithjk2019-12-091-4/+8
* CompilationDatabase: Avoid an unneeded casthjk2019-11-211-2/+2
* ProjectExplorer: Introduce and use a Target::buildSystemUpdated signalhjk2019-11-211-0/+2
* ProjectExplorer: Introduce per-buildsystem setRootProjectNodehjk2019-11-211-1/+1
* ProjectExplorer: Use a Kit to initialize KitInfohjk2019-11-201-1/+1
* ProjectExplorer: Move BuildSystem owership to BuildConfigurationhjk2019-11-191-47/+52
* CompilationDbProjectManager: Set deployment data, if availableChristian Kandeler2019-10-291-16/+28
* CompilationDB: Reparse only on actual project file changeChristian Kandeler2019-10-221-6/+9
* CppTools: Move ProjectUpdateInfo to ProjectExplorerEike Ziller2019-09-121-3/+2
* CppTools: Move RawProjectPart to ProjectExplorerEike Ziller2019-09-111-17/+17
* Project: Rename Project::activeBuildEnvironment to Project::activeParseEnviro...Tobias Hunger2019-08-281-1/+1
* CompilationDb: Properly set up build infoChristian Kandeler2019-08-271-1/+2
* ProjectExplorer: Set up hack to funnel information to buildstep ctorshjk2019-08-221-7/+2
* CompilationDatabase: Simplify based on Project::projectFileIsDirty signalTobias Hunger2019-08-191-8/+10
* ProjectExplorer: Use RAII pattern for parsing start/stop signallingTobias Hunger2019-08-091-5/+6
* ProjectExplorer: Add convenience Project::addTargetFor{Default,}Kithjk2019-08-011-1/+1
* CompilationDataBasePM: Do not delay creating targetshjk2019-08-011-6/+1
* Fix compile after FileName dropChristian Stenger2019-07-241-1/+1
* Make the project managers tell the code model about include pathsChristian Kandeler2019-07-121-1/+1
* ProjectExplorer: Merge BuildConfigurationFactory::availableBuildshjk2019-06-271-16/+6
* ProjectExplorer: Align signatures of BuildConfigurationhjk2019-06-271-3/+2
* ProjectExplorer etc: More FilePath usagehjk2019-06-261-2/+1
* Use build step ids for construction in more caseshjk2019-06-261-2/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-18/+18
* CompilationDbProjectmanager: Fix build for older compilersChristian Kandeler2019-05-231-2/+2
* CompilationDbProjectManager: Sanitize project parsingChristian Kandeler2019-05-231-174/+38
* Utils: Make FileName::canonicalPath a memberhjk2019-05-201-4/+2
* More FileName::appendPath() -> .pathAppended()hjk2019-05-171-6/+3
* Some more FileName::appendPath() -> pathAppended() changeshjk2019-05-171-2/+2
* ProjectExplorer: Remove BuildTargetInfoList wrapper classhjk2019-05-141-4/+1
* CompilationDatabase: enable the listing of non-cpp filesThomas Otto2019-05-021-1/+48
* CompilationDatabase: Asjust the sysroot and target handlingIvan Donchevskii2019-04-301-20/+26
* CompilationDatabase: Allow the second root nodeIvan Donchevskii2019-04-291-11/+31
* CompilationDatabase: Allow to set custom build step and run commandIvan Donchevskii2019-04-291-0/+65
* CompilationDatabase: Fix few bugs and plugin testsIvan Donchevskii2019-04-261-15/+35
* CompilationDatabase: Force QString implicit sharingIvan Donchevskii2019-04-161-6/+9
* CompilationDatabase: Ask for the root path and scan for headersIvan Donchevskii2019-04-051-15/+90
* Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-03-211-6/+21
|\
| * CompilationDatabase: Refresh the tree on the JSON file updateIvan Donchevskii2019-03-151-6/+21
* | ProjectExplorer: Un-protect ProjectNode constructorhjk2019-02-261-8/+1