aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakeproject.cpp
Commit message (Expand)AuthorAgeFilesLines
* More FileName::appendPath() -> .pathAppended()hjk2019-05-171-1/+2
* ProjectExplorer: Use Utils::FileName in ProcessParametershjk2019-05-151-1/+1
* RemoteLinux: Retrieve deployment info from local install rootChristian Kandeler2019-04-231-0/+24
* Say hello to Android CMake supportBogDan Vatra2019-03-061-2/+45
* ProjectExplorer: Rename KitInformation to KitAspectChristian Kandeler2019-02-111-2/+2
* CMakeProject: Update attribute in update methodBernhard Beschow2019-01-281-6/+7
* CMakeProject: Prefer assignment to out parameterBernhard Beschow2019-01-271-2/+1
* Fix: Emit keyword being used with non-signalAlessandro Portale2019-01-151-1/+1
* CppTools: Simplify ProjectUpdateInfoNikolai Kosjar2019-01-101-2/+1
* CppTools: De-duplicate code for CppProjectUpdaterNikolai Kosjar2019-01-101-20/+11
* Cmake: Move some code from project to build configurationhjk2019-01-091-60/+5
* CppProjectUpdater: Remove unread attributeBernhard Beschow2019-01-061-1/+1
* CMakeProjectManager: ModernizeAlessandro Portale2018-11-251-1/+1
* Move evaluation of QtCreatorDeploymentData.txt to ProjectExplorerChristian Kandeler2018-11-141-28/+12
* Fix frequent typoRobert Loehning2018-10-231-3/+3
* Toolchains: Detect unspecified language versionNikolai Kosjar2018-10-081-4/+2
* Remove some lambdas from Utils::transform callsEike Ziller2018-05-281-2/+2
* server-mode: Always try to read CMakeCache, even after errorTobias Hunger2018-05-221-0/+1
* ProjectExplorer: Use unique_ptr for Project::setRootProjectNodeTobias Hunger2018-05-021-3/+4
* ProjectExplorer: Report project-specific kit errors/warningsTobias Hunger2018-04-191-7/+9
* ProjectExplorer: Consolidate RunConfiguration identificationshjk2018-04-121-1/+0
* Utils: Purge asConstOrgad Shaneh2018-04-091-1/+0
* CMake: Use new ExecutableAspecthjk2018-03-291-31/+1
* Partially decouple local CMakeRunConfiguration from CMakeProjecthjk2018-03-131-25/+11
* Project: Improve default implementation of Project::needsConfigurationTobias Hunger2018-03-091-5/+0
* Project: Remove unused Project::requiresTargetPanel(...)Tobias Hunger2018-02-191-5/+0
* Project: Make setRequiredKitPredicate privateTobias Hunger2018-02-191-1/+1
* Use project id uniformly as project contexthjk2017-12-201-2/+0
* Project: Make Project::file take a std::function to match filesTobias Hunger2017-12-081-1/+3
* Project: Make Project::files return a FileNameListTobias Hunger2017-12-081-5/+4
* CMake: Fix tree scanner not getting run automaticallyTobias Hunger2017-11-211-11/+16
* CMake: Pass C toolchain on to the project modelTobias Hunger2017-11-011-8/+7
* CMake: Enable switching between different temporary CMake configurationsTobias Hunger2017-10-241-2/+2
* CMake: Fix crashes when last target is removed from a projectTobias Hunger2017-10-171-0/+6
* CMake: Fix project parsing notificationTobias Hunger2017-10-061-101/+206
* CMake: Quieten soft-assert on small project loadsTobias Hunger2017-09-261-73/+122
* CMake: Set CMakeRunConfiguration executable and working directoryClaus Steuer2017-09-241-1/+29
* Convert macros from plain QByteArray to a vector of structsMarco Bubke2017-09-141-1/+1
* Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-09-051-2/+4
|\
| * CppTools: set default -std=c++11 for Qt4Ivan Donchevskii2017-09-051-2/+4
* | ProjectExplorer: Introduce base class for enabled/disabled project configurationTobias Hunger2017-07-281-30/+1
* | CMake: Simplify signalingTobias Hunger2017-07-261-2/+2
* | Project: Move signalling of parsing state into ProjectTobias Hunger2017-07-261-2/+13
|/
* CMake: Return an empty project tree if parsing failedTobias Hunger2017-06-231-1/+1
* CMake: Make sure no empty strings end up in deployment dataTobias Hunger2017-06-201-2/+7
* AutoTest: Fix handling of multiple build targetsChristian Stenger2017-06-191-1/+3
* ProjectNodes: add listInProject() to NodeTobias Hunger2017-05-041-2/+2
* Project: Unify handling of displayNameTobias Hunger2017-04-071-7/+4
* Project: Move ProjectDocument setup into Project classTobias Hunger2017-03-291-4/+2
* ProjectExplorer: Provide ProjectDocument and use it in all projectsTobias Hunger2017-03-291-3/+1