aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/ios/iosdsymbuildstep.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mobile platforms: Do not use QLatin1String in BuildStepsTobias Hunger2017-06-131-14/+14
* Remove spaces in initializer listsTim Jenssen2017-02-221-3/+3
* Replace some more occurrences of QStringList() << patternChristian Stenger2017-02-081-10/+3
* ProjectExplorer: De-duplicate code in IBuildStepFactory derived classeshjk2016-06-101-43/+7
* Ios: Convert some classes to Qt5-style connectsTobias Hunger2016-05-251-13/+12
* Set LC_MESSAGES instead of LC_ALL for parsing the error outputJarek Kobus2016-04-111-3/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+13
* BuildManager: Provide context of earlier build steps to initTobias Hunger2015-11-161-2/+2
* Remove unnecessary destructorsTobias Hunger2015-11-161-4/+0
* Remove some duplicate includesTobias Hunger2015-03-201-1/+0
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | IOS: Remove unneeded qualificationsOrgad Shaneh2015-02-051-2/+2
|/
* Introduce and use FileName::exists()hjk2014-11-031-1/+1
* VariableChooser: Reworkhjk2014-10-151-1/+0
* License updateEike Ziller2014-10-091-7/+8
* iosrunconfiguration: use more descriptive method/variables namesFawzi Mohamed2014-05-081-3/+3
* ios: adding dsymutil build stepFawzi Mohamed2014-03-271-0/+470