summaryrefslogtreecommitdiff
path: root/src/plugins/cmakeprojectmanager
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-07-121-1/+1
|\
| * CMake: Fix building on current executable targetTobias Hunger2018-07-121-1/+1
* | CMakeTool: Move introspection data into separate classTobias Hunger2018-07-122-58/+80
* | Fix: member initializer for 'm_fooBar' is redundantAlessandro Portale2018-07-122-3/+2
* | CMakeTool: Fix reading from SDKtool fileTobias Hunger2018-07-111-4/+2
* | CMakeTool: Split parsing out of data retrievel methodsTobias Hunger2018-07-112-4/+19
* | CMake: CMakeTool de-QObject-ificationTobias Hunger2018-07-111-3/+2
* | ProjectExplorer: Use unique_ptr to store KitInformationTobias Hunger2018-07-111-3/+3
* | CMake: Use SettingsAccessor to read/write CMakeTools fileTobias Hunger2018-07-105-203/+336
* | CMake: Use unique_ptr to store CMakeTools in CMakeToolManagerTobias Hunger2018-07-103-72/+68
* | CMake: Make handling of default CMakeTool more consistentTobias Hunger2018-07-032-27/+25
* | CMake: Simplify CMakeTool registration in CMakeToolManagerTobias Hunger2018-07-021-10/+9
* | CMake: Remove CMakeTool::addCMakeTool methodTobias Hunger2018-07-022-16/+9
* | CMake: Fix header-related issues in CMakeToolManagerTobias Hunger2018-06-291-4/+4
* | CMake: Remove handling of legacy settings for CMakeTobias Hunger2018-06-291-31/+0
* | CMake: Move CMakeTool merging into separate functionTobias Hunger2018-06-291-36/+44
* | CMake: Simplify restoration of CMakeTools a bitTobias Hunger2018-06-291-13/+15
* | CMake: Move code around a bitTobias Hunger2018-06-291-5/+17
* | CMake: Small simplificationTobias Hunger2018-06-291-2/+2
* | CMake: Remove cmake autodetectionhelpersTobias Hunger2018-06-272-13/+0
* | CMake: Fix SOFT-ASSERT on cmake tool removalTobias Hunger2018-06-041-0/+3
* | CMake: Simplify codeTobias Hunger2018-06-012-13/+14
* | Tie SimpleTargetRunner desktop usages to individual RunConfigurationshjk2018-05-311-0/+2
* | ProjectExplorer: Simplify BuildStepFactoryhjk2018-05-312-3/+1
* | Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-05-288-47/+78
|\ \ | |/
| * Remove some lambdas from Utils::transform callsEike Ziller2018-05-283-5/+5
| * CMake: Fix cmake version detectionJosé Tomás Tocino2018-05-231-1/+1
| * Finish merging Runnable and StandardRunnablehjk2018-05-231-1/+1
| * server-mode: Always try to read CMakeCache, even after errorTobias Hunger2018-05-224-40/+71
* | CMake: Do not crash when deleting cmake toolsTobias Hunger2018-05-288-28/+45
* | CMake: Use std::make_uniqueTobias Hunger2018-05-241-1/+1
* | Centralize retrieving the "parent" build configurationEike Ziller2018-05-222-12/+0
|/
* CMake: Report an error when project can not get parsedTobias Hunger2018-05-181-0/+6
* ServerModeReader: Fix crash when filtering out known headersTobias Hunger2018-05-181-2/+1
* ProjectExplorer: Pass id directly to BuildConfigurationshjk2018-05-083-7/+5
* CMake: Do not sort nodesTobias Hunger2018-05-041-2/+0
* CMake: Use FolderNode::addNestedNodes for unique_ptr in server-modeTobias Hunger2018-05-042-52/+63
* ProjectExplorer: Add FolderNode::addNestedNodes taking unique_ptrsTobias Hunger2018-05-044-36/+39
* ProjectExplorer: Remove FolderNode::addNode taking a raw pointerTobias Hunger2018-05-021-17/+19
* ProjectExplorer: Add and use addNestedNode(...) that takes unique_ptrTobias Hunger2018-05-021-2/+2
* CmakePM: Fix compile for gcc4.9Christian Stenger2018-05-021-1/+1
* ProjectExplorer: Make FolderNodeFactory return an unique_ptrTobias Hunger2018-05-021-8/+6
* ProjectExplorer: Use unique_ptr for Project::setRootProjectNodeTobias Hunger2018-05-022-4/+5
* ProjectExplorer: Use unique_ptr to hold ProjectNodesTobias Hunger2018-05-021-1/+1
* CMake: Do not store the "title" in the run configurationhjk2018-04-262-23/+1
* Pass id to RunConfiguration constructorhjk2018-04-252-5/+4
* ProjectExplorer: Factor out some common code in runconfigurationshjk2018-04-242-38/+0
* Clean up options page category display name and icon set upEike Ziller2018-04-231-3/+0
* ProjectExplorer: Report project-specific kit errors/warningsTobias Hunger2018-04-192-8/+10
* ProjectExplorer: Streamline OutputFormatter creation a bithjk2018-04-132-9/+3