summaryrefslogtreecommitdiff
path: root/src/plugins/cmakeprojectmanager/cmakeproject.h
Commit message (Expand)AuthorAgeFilesLines
* CMakePM: Add action to reload CMake PresetsCristian Adam2023-05-151-0/+4
* ProjectExplorer: Add infrastructure for source -> binary mappingChristian Kandeler2023-03-161-0/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* CMakePM: Add support for build CMake presetsCristian Adam2022-09-281-0/+1
* CMakePM: Add support for configure CMake presetsCristian Adam2022-09-141-0/+7
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* ProjectExplorer: Move makeInstallCommand()hjk2022-06-131-2/+0
* ProjectExplorer: Use FilePath in installRoot machineryhjk2022-06-101-1/+1
* CMake: Remove unused friend declarationhjk2022-05-051-6/+1
* CMakePM: Add issue icon and tooltip description on project failureCristian Adam2021-09-231-0/+6
* CMakeProjectManager: Support for multi-config generatorsCristian Adam2021-01-211-1/+2
* CMake: Fix includes all over the CMake pluginTobias Hunger2020-04-201-9/+5
* Add final specifies to classesIgor Sidorov2020-02-051-1/+1
* ProjectExplorer: Move BuildSystem owership to BuildConfigurationhjk2019-11-191-12/+0
* ProjectExlorer: Streamline creation of NamedWidgetshjk2019-11-011-15/+0
* ProjectExplorer: Add BuildSystem classTobias Hunger2019-08-291-12/+1
* CMake: Move code from CMakeProject into CMakeBuildSystemTobias Hunger2019-08-131-32/+10
* ProjectExplorer: De-virtualize some more virtual methodsTobias Hunger2019-08-131-1/+0
* CMake: Remove CMakeProject::buildTargetTitlesTobias Hunger2019-08-121-2/+0
* ProjectExplorer: Use RAII pattern for parsing start/stop signallingTobias Hunger2019-08-091-0/+2
* ProjectExplorer: De-virtualize knowsAllBuildExectuables method on ProjectTobias Hunger2019-08-091-2/+0
* CMake: Remove useless codeTobias Hunger2019-08-091-3/+0
* CMake: Move code from CMakeProject into CMakeBuildConfigurationTobias Hunger2019-08-051-4/+1
* CMake: Move builddirmanager into CMakeBuildConfigurationTobias Hunger2019-08-051-1/+2
* CMake: Remove unused member variable of CMakeProjectTobias Hunger2019-07-241-2/+0
* CMake: Unify error reporting for builddirmanager's information retrievalTobias Hunger2019-06-131-0/+3
* Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* ProjectExplorer: Introduce a alias for QList<Tasks>hjk2019-05-281-1/+1
* RemoteLinux: Retrieve deployment info from local install rootChristian Kandeler2019-04-231-0/+5
* CompilationDatabase: Ask for the root path and scan for headersIvan Donchevskii2019-04-051-3/+3
* CMakeProject: Update attribute in update methodBernhard Beschow2019-01-281-1/+1
* Cmake: Move some code from project to build configurationhjk2019-01-091-3/+0
* ProjectExplorer: Use unique_ptr for Project::setRootProjectNodeTobias Hunger2018-05-021-1/+1
* ProjectExplorer: Report project-specific kit errors/warningsTobias Hunger2018-04-191-1/+1
* CMake: Use new ExecutableAspecthjk2018-03-291-1/+0
* Partially decouple local CMakeRunConfiguration from CMakeProjecthjk2018-03-131-4/+1
* Project: Improve default implementation of Project::needsConfigurationTobias Hunger2018-03-091-1/+0
* Project: Remove unused Project::requiresTargetPanel(...)Tobias Hunger2018-02-191-1/+0
* Project: Make setRequiredKitPredicate privateTobias Hunger2018-02-191-1/+1
* CMake: Enable switching between different temporary CMake configurationsTobias Hunger2017-10-241-1/+1
* CMake: Fix project parsing notificationTobias Hunger2017-10-061-31/+17
* CMakeProjectManager: Clean forward declarationLaurent Montel2017-09-271-4/+0
* CMake: Quieten soft-assert on small project loadsTobias Hunger2017-09-261-6/+17
* CMake: Set CMakeRunConfiguration executable and working directoryClaus Steuer2017-09-241-0/+1
* Convert macros from plain QByteArray to a vector of structsMarco Bubke2017-09-141-1/+2
* ProjectExplorer: Introduce base class for enabled/disabled project configurationTobias Hunger2017-07-281-1/+0
* ProjectTree: Show parsing state of projectsTobias Hunger2017-07-281-1/+1
* CMake: Simplify signalingTobias Hunger2017-07-261-1/+1
* Project: Move signalling of parsing state into ProjectTobias Hunger2017-07-261-4/+1
* Project: Unify handling of displayNameTobias Hunger2017-04-071-2/+0