aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotoolsprojectmanager
Commit message (Expand)AuthorAgeFilesLines
* AutoTools: Remove unused AutoToolsOpenProjectWizardhjk2021-09-275-173/+0
* ProjectExplorer: Give build systems a nameChristian Kandeler2021-09-091-0/+1
* Merge CppTools into CppEditorChristian Kandeler2021-09-015-7/+7
* Utils: Introduce a FilePath constructor from char arrayshjk2021-08-173-5/+3
* AutoTools: Some more FilePath usehjk2021-08-101-3/+3
* Utils: Move process arguments class out of QtcProcesshjk2021-05-111-1/+1
* Use atomic_bool and drop QMutex lockingJarek Kobus2021-02-192-7/+3
* Use qAsConst with non-const Qt containers in range-loopsAlessandro Portale2021-02-171-1/+1
* Merge remote-tracking branch 'origin/4.14'Eike Ziller2021-01-061-2/+2
|\
| * ProjectExplorer: Introduce and use a new MultiSelectionAspecthjk2021-01-041-2/+2
* | CppTools: Take "-include" files into accountNikolai Kosjar2020-11-051-2/+4
|/
* Autotools: Also read _HEADERS variablehjk2020-10-081-2/+2
* AutoTools: Build step code cosmeticshjk2020-10-053-48/+43
* Consolidate build/deploystep default display name handlinghjk2020-10-023-6/+0
* Utils/ProjectExplorer: Move re-usabled bits of aspects to Utilshjk2020-09-233-7/+14
* ProjectExplorer: Simplify use of AbstractProcessStep::init()hjk2020-09-163-25/+0
* ProjectExplorer: Remove redundant MakeStep::{is,set}Clean()hjk2020-08-261-1/+1
* AutoTools: Use new AbstractProcessStep convenience functionshjk2020-08-173-42/+29
* Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-08-171-1/+1
|\
| * Autotools: Fix initial build configuration setuphjk2020-08-141-1/+1
| * Core/Utils: Migrate further to Utils::Idhjk2020-07-065-9/+9
* | ProjectExplorer: Rename Base*Aspect to *Aspecthjk2020-08-143-9/+9
* | Utils: Drop Utils::SkipEmptyParts againhjk2020-07-211-1/+1
* | Core/Utils: Migrate further to Utils::Idhjk2020-07-065-9/+9
|/
* All: Use Utils::SkipEmptyPartshjk2020-06-171-1/+2
* Utils: Replace FileChooser::path() by filePath().toString()hjk2020-04-091-1/+1
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-03-041-3/+3
|\
| * ProjectExplorer: Pass extra project files as QSethjk2020-03-031-3/+3
* | ProjectExplorer: Introduce some BuildStep convenience accessorshjk2020-02-193-36/+22
|/
* Add final specifies to classesIgor Sidorov2020-02-051-1/+1
* ProjectExplorer: Move some of the BuildInfo setup code to central placeshjk2020-01-141-3/+2
* Autotools: De-Q_OBJECT-ify build related classeshjk2020-01-1312-209/+197
* ProjectExplorer: De-QObject-ify BuildConfigurationFactorieshjk2020-01-102-5/+3
* ProjectExplorer: Replace BuildConfigurationFactory::availableBuildshjk2020-01-092-18/+12
* ProjectExplorer: Pass Id to BuildStep constructorhjk2020-01-098-11/+11
* ProjectExplorer: Register some initial build steps by idhjk2020-01-072-22/+13
* Utils: Use FilePath for PathChooser::m_baseDirectoryhjk2019-12-191-1/+1
* ProjectExplorer: Pass parameters to BuildConfiguration initializationhjk2019-12-101-1/+1
* ProjectExplorer: Use function object for special build config inithjk2019-12-092-21/+18
* ProjectExplorer: Settle on fixed set of build step listshjk2019-12-061-10/+5
* 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-195-24/+20
* ProjectExplorer: Use a functor for BuildSystem creationhjk2019-10-251-1/+1
* 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