summaryrefslogtreecommitdiff
path: root/src/plugins/cmakeprojectmanager
Commit message (Expand)AuthorAgeFilesLines
* Kit Preferences: Avoid possibly huge horizontal detail widget sizeEike Ziller2018-12-181-0/+1
* CMake: Suppress header-only targets from code modelTobias Hunger2018-11-281-0/+13
* Utils: Adjust column numbers affected by convertPosition changeIvan Donchevskii2018-11-091-2/+4
* Fix frequent typoRobert Loehning2018-10-232-4/+4
* Remove hard-coded disabling of debug logsOrgad Shaneh2018-10-133-3/+3
* CMakeSpecificSettingWidget: Remove unused variableChristian Kandeler2018-10-101-2/+0
* Toolchains: Detect unspecified language versionNikolai Kosjar2018-10-081-4/+2
* 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
* | 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
|/