aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/ios/iosdsymbuildstep.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* Utils: Temporarily introdce Key Id::toKey()hjk2023-08-291-13/+8
* Plugins: And more Store and Keyhjk2023-08-251-8/+10
* 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
* QtSupport: Rename qtkitinformation.{h,cpp} -> qtkitaspect.{h,cpp}hjk2023-08-151-1/+1
* ProjectExplorer: Rename kitinformation.{h,cpp} to kitaspects.{h,cpp}hjk2023-08-151-1/+1
* Various Plugins: Simplify return QStringList statementsJarek Kobus2023-08-021-4/+4
* ProjectExplorer: Replace the fromMap error return valuehjk2023-07-241-3/+3
* ProjectExplorer: Change ProjectConfiguration::toMap signaturehjk2023-07-211-4/+3
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-5/+6
* Utils: More explicit host os use to make it stand outhjk2023-03-071-1/+2
* iOS: Tr::trhjk2023-01-161-14/+37
* Utils: Rename most FilePath::{from,to}Variant uses to {from,to}Settingshjk2023-01-101-2/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: Move process arguments class out of QtcProcesshjk2021-05-111-3/+3
* ProjectExplorer: Remove BuildStepConfigWidgethjk2020-10-061-2/+2
* ProjectExplorer: Move BuildStepWidget::summary etc to BuildStephjk2020-10-051-2/+2
* ProjectExplorer: Simplify use of AbstractProcessStep::init()hjk2020-09-161-8/+0
* ProjectExplorer: Introduce a ProjectConfiguration::kit() functionhjk2020-09-091-1/+1
* iOS: Inline IosDsymBuildStepWidgethjk2020-09-011-67/+61
* Ios: Use new AbstractProcessStep convenience functionshjk2020-08-171-11/+4
* Merge output formatters and output parsersChristian Kandeler2020-04-231-3/+7
* Output parsers: Replace the chaining approachChristian Kandeler2020-04-091-3/+2
* Output parsers: Generalize the search directory conceptChristian Kandeler2020-04-071-1/+1
* ProjectExplorer: Introduce some BuildStep convenience accessorshjk2020-02-191-10/+6
* ProjectExplorer: Pass Id to BuildStep constructorhjk2020-01-091-2/+2
* Drop connections to active target and build config changeshjk2019-08-131-10/+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
* ProjectExplorer: Prefer ProcessParameters::setCommandLinehjk2019-06-241-16/+15
* Utils: Rename FileName to FilePathhjk2019-05-281-3/+3
* iOS: More FileName::appendPath -> pathAppended changeshjk2019-05-171-2/+2
* ProjectExplorer: Use Utils::FileName in ProcessParametershjk2019-05-151-4/+4
* ProjectExplorer: Rework the build step run interfaceChristian Kandeler2019-01-311-2/+2
* ProjectExplorer: Simplify BuildStep::init() signaturehjk2019-01-181-2/+2
* ProjectExplorer: Pimpl AbstractProcessStepOrgad Shaneh2018-11-191-0/+1
* iOS: ModernizeAlessandro Portale2018-11-131-2/+1
* ProjectExplorer: Make BuildStep::immutable use a data memberhjk2018-10-231-5/+0
* ProjectExplorer: Change BuildStepConfigWidget::summaryWidget()hjk2018-10-171-6/+1
* ProjectExplorer: Make BuildStepConfigWidget::displayName a valuehjk2018-10-151-5/+0
* ProjectExplorer: Merge SimpleBuildStepWidget into BuildStepWidgethjk2018-10-121-1/+1
* Centralize retrieving the "parent" build configurationEike Ziller2018-05-221-4/+0
* BuildStep: Make build steps more widely availableTobias Hunger2018-04-111-3/+0
* Ios: Use device types as restrictions on project configurationshjk2017-12-191-1/+0
* ProjectExplorer/all: Re-organize BuildSteps/{Deploy,Build}Config setuphjk2017-12-081-147/+65
* BuildSteps: Fix a number of crashesTobias Hunger2017-09-081-1/+1
* ProjectExplorer: Add subscribeSignal method to targets and projectsTobias Hunger2017-08-021-1/+9