aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/ios/iostoolhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-1/+2
* Use more std::chrono and std::chrono_literals namespacesJarek Kobus2024-01-231-1/+2
* Process: Change signature of setReaperTimeout()Jarek Kobus2024-01-221-1/+1
* iOS: Avoid iostool for info gathering if possibleEike Ziller2024-01-111-0/+22
* IOS: Unify error handlingMarcus Tillmanns2023-11-031-27/+26
* Ios: Finish deploy on failureMarcus Tillmanns2023-10-301-0/+2
* IosToolHandler: Avoid 3 arg connectJarek Kobus2023-10-061-3/+3
* LogTailFiles: Replace QProcess with ProcessJarek Kobus2023-07-171-14/+7
* IosDeviceToolHandlerPrivate: Replace QProcess with ProcessJarek Kobus2023-07-171-106/+53
* iOS: Proliferate FilePath a bithjk2023-06-081-35/+33
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}Jarek Kobus2023-05-031-1/+1
* FutureSynchronizer: Change the default value of cancelOnWait to trueJarek Kobus2023-04-261-1/+0
* RunExtensions: Move onResultReady and onFinished into asynctask.hJarek Kobus2023-04-171-1/+0
* onResultReady: Provide a context object for all usagesJarek Kobus2023-04-121-15/+10
* Ios: Use QtConcurrent invocation for async runJarek Kobus2023-03-141-11/+12
* iOS: Fix freeze when stopping applicationEike Ziller2023-03-131-5/+3
* iOS: Tr::trhjk2023-01-161-16/+16
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Ios: Pass context object to lambda connectionsJarek Kobus2023-01-061-3/+3
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Drop Qt5: Android, IOS & WASM: Get rid of QOverloadJarek Kobus2022-07-201-1/+1
* iostool: Cleanup and improve debug outputMarcus Tillmanns2022-06-241-1/+1
* Merge remote-tracking branch 'origin/8.0'Eike Ziller2022-06-171-1/+6
|\
| * iostool: Improve deployment speed using delta deployMarcus Tillmanns2022-06-171-1/+6
* | ios: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-06-021-1/+2
|/
* iOS: Make SimulatorControl staticEike Ziller2021-05-251-18/+18
* Use Utils::FutureSynchronizer in IosSimulatorToolHandlerPrivateJarek Kobus2021-05-251-16/+13
* Utils: Merge {synchronous,qtc}process.{h,cpp} file pairshjk2021-05-101-3/+5
* Core: Add a default parameter to various ICore::*path functionshjk2021-04-271-1/+1
* ICore: Change some path API to use FilePathEike Ziller2021-04-261-2/+1
* Decorate some classes and methods with final keywordJarek Kobus2020-11-191-1/+1
* Fix a build with Qt 6Jarek Kobus2020-11-051-5/+5
* Fix Qt 6 build of ProjectExplorer and targets & build systemsEike Ziller2020-09-211-3/+3
* Avoid warning on empty expressionshjk2019-07-231-6/+6
* Utils: Rename FileName to FilePathhjk2019-05-281-4/+4
* iOS: Remove remaining FileName::appendPath useshjk2019-05-241-12/+8
* Replace static_casts by QOverload where possiblehjk2019-02-261-1/+1
* Fix warning: "Missing emit keyword on signal call"Alessandro Portale2019-01-171-2/+2
* Fix: Emit keyword being used with non-signalAlessandro Portale2019-01-151-1/+1
* Canonicalize some includesChristian Kandeler2019-01-101-2/+2
* iOS: ModernizeAlessandro Portale2018-11-131-5/+3
* Remove hard-coded disabling of debug logsOrgad Shaneh2018-10-131-1/+1
* iOS: Use stdout of smctl commandsVikas Pachdha2018-05-231-2/+2
* Utils: Purge qtcfallthrough.hOrgad Shaneh2018-04-091-1/+0
* ios: Initialize membersRobert Loehning2017-12-131-2/+2
* iOS: Write "error" and "simulator" in lower case in messagesLeena Miettinen2017-07-281-6/+6
* Add Q_FALLTHROUGH for Qt < 5.8Christian Kandeler2017-07-171-3/+4
* Add unnecessary break to switch statements that don't fall throughThiago Macieira2017-06-121-0/+1