aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager
Commit message (Expand)AuthorAgeFilesLines
* CMakeProjectManager: ModernizeAlessandro Portale2018-11-2521-41/+41
* ProjectExplorer: Pimpl AbstractProcessStepOrgad Shaneh2018-11-191-0/+1
* CMake: Suppress header-only targets from code modelTobias Hunger2018-11-191-0/+13
* Move evaluation of QtCreatorDeploymentData.txt to ProjectExplorerChristian Kandeler2018-11-141-28/+12
* Merge remote-tracking branch 'origin/4.8'Eike Ziller2018-11-091-2/+4
|\
| * Utils: Adjust column numbers affected by convertPosition changeIvan Donchevskii2018-11-091-2/+4
* | CMake: Do not generate build directories with spacesCristian Adam2018-10-291-0/+1
* | Merge remote-tracking branch 'origin/4.8'Eike Ziller2018-10-242-4/+4
|\|
| * Fix frequent typoRobert Loehning2018-10-232-4/+4
* | ProjectExplorer: Make BuildStep::immutable use a data memberhjk2018-10-232-6/+0
* | ProjectExplorer: Change BuildStepConfigWidget::summaryWidget()hjk2018-10-172-11/+2
* | Merge remote-tracking branch 'origin/4.8'Eike Ziller2018-10-163-3/+3
|\|
| * Remove hard-coded disabling of debug logsOrgad Shaneh2018-10-133-3/+3
* | ProjectExplorer: Make BuildStepConfigWidget::displayName a valuehjk2018-10-152-6/+2
* | ProjectExplorer: Merge SimpleBuildStepWidget into BuildStepWidgethjk2018-10-121-0/+1
* | Merge remote-tracking branch 'origin/4.8'Eike Ziller2018-10-111-4/+2
|\|
| * CMakeSpecificSettingWidget: Remove unused variableChristian Kandeler2018-10-101-2/+0
| * Toolchains: Detect unspecified language versionNikolai Kosjar2018-10-081-4/+2
* | Move "builddirectory" template from Core to ProjectExplorerTobias Hunger2018-10-101-2/+1
* | CMake: Remove unused variableTobias Hunger2018-10-051-2/+0
|/
* ProjectExplorer: Rename 'extraAspect' to 'aspect'hjk2018-10-021-4/+4
* ProjectExplorer: Remove versionControls argument from scanForFilesOrgad Shaneh2018-10-022-12/+5
* ProjectExplorer: Rename compiler includes from System to BuiltInIvan Donchevskii2018-09-171-1/+1
* ProjectExplorer: Remove IRunConfigurationAspect::runConfigurationhjk2018-09-131-1/+1
* ProjectExplorer: Make WorkingDirectoryAspect less dependent on runconfighjk2018-09-101-2/+3
* Add system include path to HeaderPath and merge ProjectPartHeaderPathMarco Bubke2018-09-101-1/+1
* ProjectExplorer: Simplify LocalEnvspect's BaseEnvironmentModifierhjk2018-09-061-3/+3
* CMake: Do not try to use icecream for cmake configuration runsTobias Hunger2018-09-051-0/+7
* ProjectExplorer: Compactify runconfiguration aspect creationhjk2018-09-041-5/+5
* ProjectExplorer: Remove RunConfiguration::fillConfigurationLayouthjk2018-09-041-1/+1
* Unify key names for various fields in stored RunConfigurationshjk2018-08-211-3/+3
* 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