aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotoolsprojectmanager/autotoolsbuildsystem.cpp
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Some more ToolChain->Toolchain renamingshjk2023-12-121-2/+2
* ProjectExplorer: Promote CppProjectUpdaterInterfacehjk2023-11-061-2/+4
* ProjectExplorer: Proliferate FilePath a bithjk2023-03-151-1/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* AutoTools: Move to Tr::trhjk2022-09-301-8/+5
* Use SPDX license identifiersLucie Gérard2022-08-261-26/+2
* AutotoolsBuildSystem: Avoid using sender()Jarek Kobus2022-07-261-34/+11
* macros: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-06-031-3/+3
* 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