summaryrefslogtreecommitdiff
path: root/src/plugins/cmakeprojectmanager/cmakeproject.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMakePM: Add action to reload CMake PresetsCristian Adam2023-05-151-1/+12
* CMakePM: Display presets as part of the project outlineCristian Adam2023-05-121-0/+8
* Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-05-051-1/+3
|\
| * CMakePM: Fix presets transitive inheritanceCristian Adam2023-04-271-1/+3
* | Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-04-181-1/+3
|\ \ | |/
| * CMakePM: expand macros for all configure cacheVariablesCristian Adam2023-04-171-1/+3
* | CMake: Disable the default "install into temporary host" deploy stephjk2023-04-061-1/+5
* | Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-03-161-0/+39
|\ \ | |/
| * CMakePM: Add include presets supportCristian Adam2023-03-141-0/+39
* | ProjectExplorer: Add infrastructure for source -> binary mappingChristian Kandeler2023-03-161-1/+15
|/
* CMakePM: fix presets sort assert with MSVC in debug modeCristian Adam2023-02-021-4/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* CMakePM: Allow presets inherits for deeper hierarchiesCristian Adam2022-12-021-3/+13
* CMakePM: Do not crash with invalid build presetsCristian Adam2022-11-191-1/+1
* CMake: Move to Tr::trhjk2022-09-301-7/+7
* CMakePM: Add support for build CMake presetsCristian Adam2022-09-281-35/+75
* CMakePM: Add support for configure CMake presetsCristian Adam2022-09-141-1/+98
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* CMakePM: remove unused headers, enforce sorting of headersCristian Adam2022-07-111-3/+1
* ProjectExplorer: Move makeInstallCommand()hjk2022-06-131-36/+0
* ProjectExplorer: Use FilePath in installRoot machineryhjk2022-06-101-8/+8
* ProjectExplorer: Use CommandLine in MakeInstallCommandhjk2022-06-101-3/+6
* CMake: Shift remaining data to buildsystemhjk2022-05-051-5/+3
* CMake: Shift multiconfig storage from build config to build systemhjk2022-05-041-1/+1
* 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