aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotoolsprojectmanager
Commit message (Expand)AuthorAgeFilesLines
* MakefileParser: Replace foreach with range-based for loopsJarek Kobus2022-11-241-15/+17
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-072-2/+2
* Bookmark: Clean up translationshjk2022-09-301-1/+3
* AutoTools: Move to Tr::trhjk2022-09-3017-130/+93
* Use SPDX license identifiersLucie GĂ©rard2022-08-2620-518/+40
* AutotoolsBuildSystem: Avoid using sender()Jarek Kobus2022-07-264-37/+23
* Add plugintr.h files to all pluginshjk2022-06-271-0/+37
* macros: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-06-031-3/+3
* CMake: Qt Creator Static build supportCristian Adam2022-04-291-0/+1
* Remove qmake build filesEike Ziller2022-01-202-31/+0
* Autotools: setup configure command if it did not existPetar Perisin2022-01-031-5/+18
* Fix SUBDIRS parsing in autotoolsPetar Perisin2021-12-212-4/+8
* 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