aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotoolsprojectmanager
Commit message (Expand)AuthorAgeFilesLines
* CppTools: Move RawProjectPart to ProjectExplorerEike Ziller2019-09-111-1/+1
* Autotools: Introduce AutotoolsBuildSystemTobias Hunger2019-08-2914-170/+110
* Project: Rename Project::activeBuildEnvironment to Project::activeParseEnviro...Tobias Hunger2019-08-281-1/+1
* ProjectExplorer: Set up hack to funnel information to buildstep ctorshjk2019-08-222-10/+3
* AutotoolsProject: Simplify using Project::projectFileIsDirty signalTobias Hunger2019-08-162-33/+10
* ProjectExplorer: De-virtualize some more virtual methodsTobias Hunger2019-08-132-2/+2
* Autotools: Remove dead codeTobias Hunger2019-08-132-10/+0
* ProjectExplorer: Use RAII pattern for parsing start/stop signallingTobias Hunger2019-08-093-9/+13
* ProjectExplorer: Add convenience Project::addTargetFor{Default,}Kithjk2019-08-011-4/+2
* ProjectExplorer: Use some setters for GenericMakeStephjk2019-07-261-1/+2
* Avoid warning on empty expressionshjk2019-07-231-1/+1
* Make the project managers tell the code model about include pathsChristian Kandeler2019-07-121-1/+1
* ProjectExplorer: Merge BuildConfigurationFactory::availableBuildshjk2019-06-272-25/+10
* ProjectExplorer: Align signatures of BuildConfigurationhjk2019-06-272-3/+4
* ProjectExplorer etc: More FilePath usagehjk2019-06-262-3/+3
* AutoTools: Prefer build step ids for setting up the build configurationhjk2019-06-266-38/+30
* Autotools: Use new step widget update logic more intensivelyhjk2019-06-254-59/+36
* ProjectExplorer: Start centralizing BuildStepWidget update logichjk2019-06-253-45/+19
* ProjectExplorer: Prefer ProcessParameters::setCommandLinehjk2019-06-243-15/+19
* Utils: Rename FileName to FilePathhjk2019-05-287-14/+14
* Qt Creator CMake portCristian Adam2019-05-171-0/+15
* ProjectExplorer: Use Utils::FileName in ProcessParametershjk2019-05-153-16/+12
* AutoTools: Inline AutoTools::defaultBuildDirectory()hjk2019-05-033-8/+2
* ProjectExplorer: Consolidate setup of build dir aspecthjk2019-04-291-8/+1
* AutoTools: Use the base BuildConfiguration config widgethjk2019-04-296-161/+15
* RemoteLinux: Retrieve deployment info from local install rootChristian Kandeler2019-04-231-0/+2
* ProjectExplorer: Flip default for ProjectNode::showInSimpleTreehjk2019-03-015-107/+3
* Plugins: Code cosmeticshjk2019-02-272-6/+4
* AutoTools: Use the FileSystemWatcher::removeFiles() bulk functionshjk2019-02-251-2/+1
* ProjectExplorer: Remove FileNode's isGenerated constructor boolhjk2019-02-251-2/+2
* Merge remote-tracking branch 'origin/4.8' into 4.9Eike Ziller2019-02-081-4/+19
|\
| * Fix include paths with subfolderRaoul Hecky2019-02-071-4/+19
* | ProjectExplorer: Rework the build step run interfaceChristian Kandeler2019-01-316-14/+16
* | ProjectExplorer: Collapse BuildInfo hierarchyhjk2019-01-302-21/+18
* | ProjectExplorer: Rename IBuildConfigurationFactoryhjk2019-01-291-2/+2
* | ProjectExplorer: Simplify BuildStep::init() signaturehjk2019-01-186-9/+9
* | Autotools: Fix duplicates in project tree after reparseChristian Kandeler2019-01-161-0/+1
* | CppTools: Simplify ProjectUpdateInfoNikolai Kosjar2019-01-101-2/+1
* | CppTools: De-duplicate code for CppProjectUpdaterNikolai Kosjar2019-01-101-24/+8
* | Remove unneeded invocations of CppProjectUpdater::cancel()Bernhard Beschow2019-01-061-2/+0
* | CppProjectUpdater: Remove unread attributeBernhard Beschow2019-01-061-1/+1
* | ProjectExplorer: Pimpl AbstractProcessStepOrgad Shaneh2018-11-193-0/+3
* | AutotoolsProjectManager: ModernizeAlessandro Portale2018-11-048-18/+18
* | ProjectExplorer: Make BuildStep::immutable use a data memberhjk2018-10-236-18/+0
* | Autotools: Simplify make step setuphjk2018-10-233-20/+12
* | Autotools: Use BuildStepList::appendStep instead of insertStephjk2018-10-221-5/+5
* | AutoTools: Use aspects in build stepshjk2018-10-227-348/+95
* | ProjectExplorer: Change BuildStepConfigWidget::summaryWidget()hjk2018-10-176-30/+6
* | ProjectExplorer: Make BuildStepConfigWidget::displayName a valuehjk2018-10-156-18/+0
* | ProjectExplorer: Merge SimpleBuildStepWidget into BuildStepWidgethjk2018-10-123-0/+3
|/