aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakeproject.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Drop use of FilePath::mapToDevicePath()hjk2021-10-271-1/+1
* Docker: Map build directory to device in cmake callsDavid Schulz2021-10-261-3/+4
* CMakePM: Add issue icon and tooltip description on project failureCristian Adam2021-09-231-1/+13
* Project: Remove knowsAllBuildExecutables featureCristian Adam2021-07-011-1/+0
* CMakePM: Remove wishlist commentCristian Adam2021-06-281-5/+0
* CMakePM: Keep always created run configurations up to dateCristian Adam2021-06-281-1/+1
* CMakeProjectManager: Use buildDirectory instead of "."Cristian Adam2021-01-261-1/+5
* CMakeProjectManager: Support for multi-config generatorsCristian Adam2021-01-211-1/+17
* CMake: Fix includes all over the CMake pluginTobias Hunger2020-04-201-29/+10
* CMake: Rename some constantsTobias Hunger2020-04-171-2/+2
* ProjectExplorer: Settle on fixed set of build step listshjk2019-12-061-2/+1
* ProjectExplorer: Move BuildSystem owership to BuildConfigurationhjk2019-11-191-93/+0
* ProjectExplorer: Use a functor for BuildSystem creationhjk2019-10-251-1/+1
* CMake: Do not delay on manual request to run cmakeTobias Hunger2019-10-101-4/+4
* CppTools: Move RawProjectPart to ProjectExplorerEike Ziller2019-09-111-3/+2
* ProjectExplorer: Add BuildSystem classTobias Hunger2019-08-291-2/+2
* CMake: Move code from CMakeProject into CMakeBuildSystemTobias Hunger2019-08-131-370/+5
* ProjectExplorer: De-virtualize some more virtual methodsTobias Hunger2019-08-131-0/+1
* CMake: Remove CMakeProject::buildTargetTitlesTobias Hunger2019-08-121-6/+0
* CMake: Fix race/crash on project openTobias Hunger2019-08-091-0/+4
* ProjectExplorer: Use RAII pattern for parsing start/stop signallingTobias Hunger2019-08-091-3/+5
* CMake: Simplify setting up a new readerTobias Hunger2019-08-091-6/+0
* ProjectExplorer: De-virtualize knowsAllBuildExectuables method on ProjectTobias Hunger2019-08-091-5/+1
* CMake: Remove useless codeTobias Hunger2019-08-091-13/+0
* CMake: Move code from CMakeProject into CMakeBuildConfigurationTobias Hunger2019-08-051-70/+16
* CMake: Move builddirmanager into CMakeBuildConfigurationTobias Hunger2019-08-051-152/+46
* CMake: Handle environment changes in cmake betterTobias Hunger2019-07-301-3/+3
* CMake: Make "Run CMake" menu entry reliably run cmakeTobias Hunger2019-07-231-2/+4
* ProjectExplorer: Update run config list centrallyChristian Kandeler2019-07-221-2/+0
* Make the project managers tell the code model about include pathsChristian Kandeler2019-07-121-1/+1
* Merge remote-tracking branch 'origin/4.10'Tim Jenssen2019-07-041-1/+1
|\
| * More Utils::toSet/toListhjk2019-07-041-1/+1
* | CMake: Fix compile with MSVCChristian Stenger2019-06-211-1/+1
* | CMake: code cosmeticsTobias Hunger2019-06-201-3/+1
* | CMake: Simplify buildkey generationTobias Hunger2019-06-201-1/+1
* | CMake: Get some timings about the data update processTobias Hunger2019-06-201-76/+128
* | CMake: Add logging category for generic cmake stuffTobias Hunger2019-06-201-8/+34
* | CMake: Better display name in project tree when parsing failsTobias Hunger2019-06-201-1/+2
* | CMake: Add initial fileapireader classTobias Hunger2019-06-201-2/+1
* | Project: Avoid copying the entire files(...) listTobias Hunger2019-06-191-3/+6
* | CMake: Unify error reporting for builddirmanager's information retrievalTobias Hunger2019-06-131-6/+30
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-131-2/+1
|\|
| * Merge remote-tracking branch 'gerrit/4.9' into 4.10Eike Ziller2019-06-131-2/+1
| |\
| | * CMake: Do not QTC_ASSERT when Qml support is disabledTobias Hunger2019-06-131-2/+1
* | | CMake: Store pointer to CMakeProject in BuildDirManagerTobias Hunger2019-06-071-10/+10
* | | ProjectExplorer: Add "build for current run config" menu entryChristian Kandeler2019-06-061-0/+1
* | | CMake: Remove needless testsTobias Hunger2019-06-061-6/+0
|/ /
* | CMake: Use Utils::CommandLine for CMakeBuildStephjk2019-06-031-1/+3
* | Utils: Rename FileName to FilePathhjk2019-05-281-13/+13
* | ProjectExplorer: Introduce a alias for QList<Tasks>hjk2019-05-281-2/+2