aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/ios/iosrunner.cpp
Commit message (Expand)AuthorAgeFilesLines
* Ios: Simplify onPoolDoneJarek Kobus2025-07-251-4/+2
* Utils: Introduce TemporaryFile::filePath()hjk2025-07-091-2/+2
* RunControl: Get rid of runStorage() and RunInterfaceJarek Kobus2025-07-041-9/+7
* RunInterface: Get rid of started() signalJarek Kobus2025-07-041-3/+3
* Ios: Merge 2 workers into one recipeJarek Kobus2025-07-021-7/+6
* TaskTree: Rename barrier related classesJarek Kobus2025-07-011-11/+11
* ProjectExplorer: Add convenience overload to TaskHubChristian Kandeler2025-06-251-9/+10
* Ios: Replace producers with recipe producersJarek Kobus2025-06-201-9/+7
* Ios: Hide ios factories and use new setup patternJarek Kobus2025-06-201-36/+55
* ProjectExplorer: Set id for all run worker factoriesJarek Kobus2025-06-111-0/+3
* iOS: Share some runrecipe code and revive commentEike Ziller2025-05-231-6/+20
* Ios: Glue debug workers into one recipeJarek Kobus2025-04-281-34/+64
* Ios: Add deviceCtlKicker()Jarek Kobus2025-04-281-6/+17
* Merge remote-tracking branch 'origin/16.0' into 17.0Eike Ziller2025-04-281-1/+1
|\
| * iOS: Fix QML Profiling on Simulator and iOS < 17 devicesEike Ziller2025-04-281-0/+1
* | RunWorker: Merge RecipeRunner with RunWorkerJarek Kobus2025-04-281-6/+6
* | Ios: Add iosToolKicker()Jarek Kobus2025-04-281-12/+23
* | Ios: Transform IosRunner into RecipeRunnerJarek Kobus2025-04-281-139/+136
* | Ios: Simplify gotServerPorts() and gotInferiorPid() signaturesJarek Kobus2025-04-251-23/+4
* | Ios: Get rid of IosRunner::isAppRunning() getterJarek Kobus2025-04-251-9/+2
* | Ios: Get rid of gdbServerPort() getterJarek Kobus2025-04-251-23/+16
* | Ios: Replace QTC_CHECK with QTC_ASSERTJarek Kobus2025-04-241-10/+10
* | Ios: Make createWorker() a bit more readableJarek Kobus2025-04-241-27/+22
* | Ios: Drop passing IosToolHandler as an argumentJarek Kobus2025-04-241-28/+19
* | Ios: Simplify IosToolHandler::appOutput()Jarek Kobus2025-04-241-9/+1
* | Ios: Introduce DebugInfo and pass it to IosRunner's c'torJarek Kobus2025-04-231-27/+19
* | Ios: Transform DeviceCtlPollingRunner into recipeJarek Kobus2025-04-231-215/+144
* | Ios: Transform DeviceCtlRunner into recipeJarek Kobus2025-04-231-95/+95
* | Debugger: Get rid of DebuggerRunToolJarek Kobus2025-04-171-2/+2
* | Debugger: Introduce createDebuggerWorker and reuse itJarek Kobus2025-04-171-17/+12
* | Replace most expected_str by Utils::Resulthjk2025-04-111-7/+7
* | Ios: Add more data into AppInfo structJarek Kobus2025-04-071-32/+47
* | Ios: Get rid of m_arguments fieldJarek Kobus2025-04-071-25/+24
* | Ios: Fix retrieving the right deviceJarek Kobus2025-04-071-1/+1
* | Ios: Move subtask creators out of runner classJarek Kobus2025-04-071-24/+25
* | Ios: Move m_processIdentifier from base class into subclassJarek Kobus2025-04-041-3/+2
* | Ios: Inline private gettersJarek Kobus2025-04-041-40/+8
* | Ios: Get rid of IosRunner::qmlServerPort()Jarek Kobus2025-04-041-13/+5
* | Ios: Cleanup startDebugger() implementationJarek Kobus2025-04-041-13/+6
* | Debugger: Use QUrl for DebuggerRunParameters::m_remoteChannelhjk2025-04-041-1/+5
* | Ios: Move part of debugger init code into construction phaseJarek Kobus2025-03-311-30/+28
* | Ios: Get rid of public pid() methodJarek Kobus2025-03-281-9/+1
* | Ios: Dismantle IosQmlProfilerSupportJarek Kobus2025-03-281-39/+8
* | Ios: Get rid of DeviceCtlRunnerBase::processIdentifier()Jarek Kobus2025-03-271-9/+6
* | Merge remote-tracking branch 'origin/16.0'Eike Ziller2025-03-241-1/+1
|\|
| * iOS: Fix running on device with Xcode 15.4Eike Ziller2025-03-191-1/+1
* | RunControl: Make attachPid a global property of runControlJarek Kobus2025-03-141-2/+2
* | Android: Remove the usage of QmlOutputParserJarek Kobus2025-03-051-2/+0
* | Ios: Reuse rpJarek Kobus2025-02-271-1/+1
* | Ios: Inline IosDebugSupportJarek Kobus2025-02-251-107/+99