aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/compilationdatabaseprojectmanager/compilationdatabaseproject.cpp
Commit message (Expand)AuthorAgeFilesLines
* CompilationDBPM: Prefer kit toolchainChristian Kandeler6 days1-3/+8
* ProjectExplorer: prepare for parallelization of recursive file scanDavid Schulz7 days1-1/+5
* CompilationDatabaseBuildSystem: Remove unused QFutureWatcherJarek Kobus2024-02-261-5/+1
* CompilationDatabasePM: Use setup function for plugin itemshjk2024-02-011-34/+50
* ProjectExplorer: Some more ToolChain->Toolchain renamingshjk2023-12-121-12/+12
* ProjectExplorer: Rename ToolchainManager signals and membershjk2023-11-271-2/+2
* ProjectExplorer: Rename ToolChainManager to ToolchainManagerhjk2023-11-271-2/+2
* ProjectExplorer: Rename Tool{C,c}hainKitAspecthjk2023-11-271-2/+2
* ProjectExplorer: Rename ToolChain to Toolchainhjk2023-11-241-5/+5
* ProjectExplorer: Promote CppProjectUpdaterInterfacehjk2023-11-061-3/+5
* Replace QFile::exists by QFileInfo::existshjk2023-09-011-1/+1
* ProjectExplorer: Rename kitinformation.{h,cpp} to kitaspects.{h,cpp}hjk2023-08-151-1/+1
* 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