aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotoolsprojectmanager/autotoolsbuildsystem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-2/+2
* Use qAsConst with non-const Qt containers in range-loopsAlessandro Portale2021-02-171-1/+1
* CppTools: Take "-include" files into accountNikolai Kosjar2020-11-051-2/+4
* ProjectExplorer: Pass extra project files as QSethjk2020-03-031-3/+3
* AutoTools: Avoid an unneeded use of Project::activeTarget()hjk2019-11-211-2/+1
* ProjectExplorer: Introduce and use a Target::buildSystemUpdated signalhjk2019-11-211-0/+2
* ProjectExplorer: Introduce per-buildsystem setRootProjectNodehjk2019-11-211-1/+1
* ProjectExplorer: Make more use of available convenience functionshjk2019-11-211-3/+1
* ProjectExplorer: Use a Kit to initialize KitInfohjk2019-11-201-1/+1
* ProjectExplorer: Move BuildSystem owership to BuildConfigurationhjk2019-11-191-9/+8
* CppTools: Move RawProjectPart to ProjectExplorerEike Ziller2019-09-111-1/+1
* Autotools: Introduce AutotoolsBuildSystemTobias Hunger2019-08-291-0/+209