aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/ios/iosbuildstep.cpp
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Introduce & make use of BuildConfiguration::kitChangedChristian Kandeler2025-03-111-2/+1
* ProjectExplorer: Replace various direct calls to Target::kit()Christian Kandeler2025-02-071-4/+3
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-2/+2
* ProjectExplorer: Dissolve kitaspects.{h,cpp}Christian Kandeler2024-11-201-1/+2
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* Various plugins: Fix some more C++20 warnings about [=] capturesJarek Kobus2024-02-061-3/+6
* ProjectExplorer: Some more ToolChain->Toolchain renamingshjk2023-12-121-2/+2
* ProjectExplorer: Rename GccToolChain to GccToolchainhjk2023-12-041-1/+1
* ProjectExplorer: Rename Tool{C,c}hainKitAspecthjk2023-11-271-2/+2
* ProjectExplorer: Rename ToolChain to Toolchainhjk2023-11-241-2/+2
* Utils: Rename the new Storage to Storehjk2023-08-241-4/+4
* Use Utils::Storage instead of QVariantMap in a few placeshjk2023-08-231-4/+4
* ProjectExplorer: Rename kitinformation.{h,cpp} to kitaspects.{h,cpp}hjk2023-08-151-1/+1
* ProjectExplorer: Replace the fromMap error return valuehjk2023-07-241-3/+3
* ProjectExplorer: Change ProjectConfiguration::toMap signaturehjk2023-07-211-5/+3
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: More explicit host os use to make it stand outhjk2023-03-071-2/+4
* iOS: Tr::trhjk2023-01-161-13/+11
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Ios: Pass context object to lambda connectionsJarek Kobus2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Remove reimplementation of AbstractProcessStep::doRun()Jarek Kobus2022-06-271-6/+0
* Utils: Introduce a FilePath constructor from char arrayshjk2021-08-171-1/+1
* Utils: Move process arguments class out of QtcProcesshjk2021-05-111-5/+5
* Add missing "final" to unexported/unshared classesAlessandro Portale2020-11-181-1/+1
* ProjectExplorer: Remove BuildStepConfigWidgethjk2020-10-061-3/+3
* iOS: Remove unnecessary check in IosBuildStep::init()hjk2020-10-051-5/+1
* ProjectExplorer: Move BuildStepWidget::summary etc to BuildStephjk2020-10-051-2/+2
* Consolidate build/deploystep default display name handlinghjk2020-10-021-2/+0
* ProjectExplorer: Simplify use of AbstractProcessStep::init()hjk2020-09-161-5/+4
* ProjectExplorer: Introduce a ProjectConfiguration::kit() functionhjk2020-09-091-2/+2
* iOS: Remove redundant IosBuildStep::m_cleanhjk2020-09-021-13/+12
* iOS: Inline IosBuildStepConfigWidgethjk2020-09-021-92/+56
* Ios: Use new AbstractProcessStep convenience functionshjk2020-08-171-10/+5
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+1
* Merge output formatters and output parsersChristian Kandeler2020-04-231-4/+9
* Output parsers: Replace the chaining approachChristian Kandeler2020-04-091-3/+1
* Output parsers: Generalize the search directory conceptChristian Kandeler2020-04-071-1/+1
* iOS: De-Q_OBJECT-ify IosBuildStephjk2020-02-211-8/+31
* ProjectExplorer: Remove Task::buildConfigurationMissingTask()hjk2020-02-211-2/+0
* ProjectExplorer: Introduce some BuildStep convenience accessorshjk2020-02-191-8/+5
* ProjectExplorer: Introduce ToolChainKitAspect::{c,cxx}ToolChainhjk2020-02-191-2/+2
* ProjectExplorer: Pass Id to BuildStep constructorhjk2020-01-091-2/+2
* Fix lupdate issuesEike Ziller2019-11-041-4/+4
* Drop connections to active target and build config changeshjk2019-08-131-9/+0
* ProjectExplorer: Replace Project::projectConfigurationChangedhjk2019-08-021-5/+3
* Update build step widgets only on changes to the owning build confighjk2019-08-021-4/+3
* ProjectExplorer: Remove ProjectConfiguration base from Targethjk2019-07-311-0/+4
* iOS: Inline IosBuildStepConfigWidgethjk2019-06-261-84/+109
* ProjectExplorer: Prefer ProcessParameters::setCommandLinehjk2019-06-241-7/+8