summaryrefslogtreecommitdiff
path: root/src/plugins/compilationdatabaseprojectmanager/compilationdatabaseproject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid creation of temporary lists of ProjectNodeshjk2023-04-171-7/+4
* ProjectExplorer: Proliferate FilePath a bithjk2023-03-151-6/+8
* Translations: Merge "OpenWith::Editors" into "QtC::Core"Alessandro Portale2023-02-201-1/+2
* Translations: Change translation context prefix from "::" to "QtC::"Alessandro Portale2023-02-101-1/+1
* CompilationDatabaseProjectManager: Tr::tr()Alessandro Portale2023-02-101-1/+1
* ProjectExplorer: Proliferate Utils::FilePath usehjk2023-02-081-2/+1
* Merge remote-tracking branch 'origin/master' into 10.0David Schulz2023-02-011-1/+1
|\
| * CompilationDBPM: Adapt to FilePath changeChristian Stenger2023-01-301-1/+1
* | Remove unneeded includes of utils/runextensions.hJarek Kobus2023-01-271-1/+0
|/
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* CompilationDbProjectManager: Fix tree scanningChristian Kandeler2021-10-221-8/+5
* Use lowercase for Windows header for supporting cross-compilationOrgad Shaneh2021-09-271-1/+1
* Add FileSystemWatcher::clear()Eike Ziller2021-09-151-1/+1
* Merge remote-tracking branch 'origin/5.0'Eike Ziller2021-09-071-1/+6
|\
| * CompilationDatabasePM: Fix crash at loading projectCristian Adam2021-09-011-1/+6
* | Merge CppTools into CppEditorChristian Kandeler2021-09-011-8/+8
|/
* CppTools: Take "-include" files into accountNikolai Kosjar2020-11-051-2/+2
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-5/+5
* Fix plugin unit tests when using projectsChristian Stenger2020-06-171-2/+4
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-05-261-2/+0
|\
| * CompilationDbPM: Do not change the kit's toolchainChristian Kandeler2020-05-201-2/+0
* | BuildSystem: Clean up use of BuildSystem::(kit|target|project)Tobias Hunger2020-03-201-3/+3
* | CompilationDb: Make use of BuildSystem base class parsing infrastructureChristian Kandeler2020-03-121-8/+2
|/
* 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