index
:
qt-creator/qt-creator.git
0.9.1-beta
0.9.2-rc1
1.0.0
1.1
1.2
1.2.90
1.3
1.3.0
1.3.0-beta
1.3.1
10.0
11.0
12.0
13.0
14.0
15.0
16.0
17.0
2.0
2.0.0
2.0.0-beta
2.0.1
2.1
2.1.0
2.2
2.3
2.4
2.5
2.6
2.7
2.8
3.0
3.1
3.2
3.3
3.4
3.5
3.6
3dfirst
4.0
4.1
4.10
4.11
4.12
4.13
4.14
4.15
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
5.0
6.0
7.0
8.0
9.0
at-3.4
at-3.5
at-3.6
at-master
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
master
qds-1.50
qds-1.59
qds-2.3
qds-3.0
qds-3.1
qds-3.2
qds-3.3
qds-3.4
qds-3.5
qds-3.6
qds-3.7
qds/3.8
qds/3.9
qds/4.0
qds/4.1
qds/4.2
qds/4.3
qds/4.3.2
qds/4.3.3
qds/4.4
qds/4.5
qds/4.6
qds/4.7
qds/dev
qmlprojectstorage
qp-2.8
qp-3.0
qp-3.1
qp-3.2
qp-3.3
qp-3.4
qp-3.5
qp-3.6
qp-master
wip/boostbuildprojectmanager
wip/clang-query
wip/vcproj
A cross-platform Qt IDE
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
ios
/
iostoolhandler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ios: Simplify gotServerPorts() and gotInferiorPid() signatures
Jarek Kobus
2025-04-25
1
-12
/
+9
*
Ios: Fix done result of IosToolTask
Jarek Kobus
2025-04-25
1
-1
/
+11
*
Ios: Drop passing IosToolHandler as an argument
Jarek Kobus
2025-04-24
1
-8
/
+8
*
Ios: Simplify IosToolHandler::appOutput()
Jarek Kobus
2025-04-24
1
-4
/
+2
*
Utils: Rename FilePath::toString() into toUrlishString()
hjk
2025-01-10
1
-2
/
+2
*
iOS: Simplify tail process setup to read log files
hjk
2024-12-02
1
-5
/
+5
*
iOS: Use decoding capability of Utils::Process for tail output
hjk
2024-11-29
1
-2
/
+2
*
iOS: Fix unintentional fall-through
Eike Ziller
2024-10-23
1
-0
/
+1
*
iOS: Do not post message on fallback transfer as error
Eike Ziller
2024-10-22
1
-1
/
+7
*
IosToolTaskAdapter: Don't leak the IosToolHandler on destruction
Jarek Kobus
2024-07-12
1
-4
/
+4
*
IosToolHandler: Don't call stop() from the other thread
Jarek Kobus
2024-06-14
1
-16
/
+19
*
Utils: Fix build with MSVC with C++20
Eike Ziller
2024-02-28
1
-1
/
+1
*
Various plugins: Fix some more C++20 warnings about [=] captures
Jarek Kobus
2024-02-06
1
-1
/
+2
*
Use more std::chrono and std::chrono_literals namespaces
Jarek Kobus
2024-01-23
1
-1
/
+2
*
Process: Change signature of setReaperTimeout()
Jarek Kobus
2024-01-22
1
-1
/
+1
*
iOS: Avoid iostool for info gathering if possible
Eike Ziller
2024-01-11
1
-0
/
+22
*
IOS: Unify error handling
Marcus Tillmanns
2023-11-03
1
-27
/
+26
*
Ios: Finish deploy on failure
Marcus Tillmanns
2023-10-30
1
-0
/
+2
*
IosToolHandler: Avoid 3 arg connect
Jarek Kobus
2023-10-06
1
-3
/
+3
*
LogTailFiles: Replace QProcess with Process
Jarek Kobus
2023-07-17
1
-14
/
+7
*
IosDeviceToolHandlerPrivate: Replace QProcess with Process
Jarek Kobus
2023-07-17
1
-106
/
+53
*
iOS: Proliferate FilePath a bit
hjk
2023-06-08
1
-35
/
+33
*
Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}
Jarek Kobus
2023-05-04
1
-1
/
+1
*
Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}
Jarek Kobus
2023-05-03
1
-1
/
+1
*
FutureSynchronizer: Change the default value of cancelOnWait to true
Jarek Kobus
2023-04-26
1
-1
/
+0
*
RunExtensions: Move onResultReady and onFinished into asynctask.h
Jarek Kobus
2023-04-17
1
-1
/
+0
*
onResultReady: Provide a context object for all usages
Jarek Kobus
2023-04-12
1
-15
/
+10
*
Ios: Use QtConcurrent invocation for async run
Jarek Kobus
2023-03-14
1
-11
/
+12
*
iOS: Fix freeze when stopping application
Eike Ziller
2023-03-13
1
-5
/
+3
*
iOS: Tr::tr
hjk
2023-01-16
1
-16
/
+16
*
Remove GPL-3.0+ from license identifiers
Kai Köhne
2023-01-06
1
-1
/
+1
*
Ios: Pass context object to lambda connections
Jarek Kobus
2023-01-06
1
-3
/
+3
*
Use SPDX license identifiers
Lucie Gérard
2022-08-26
1
-24
/
+2
*
Drop Qt5: Android, IOS & WASM: Get rid of QOverload
Jarek Kobus
2022-07-20
1
-1
/
+1
*
iostool: Cleanup and improve debug output
Marcus Tillmanns
2022-06-24
1
-1
/
+1
*
Merge remote-tracking branch 'origin/8.0'
Eike Ziller
2022-06-17
1
-1
/
+6
|
\
|
*
iostool: Improve deployment speed using delta deploy
Marcus Tillmanns
2022-06-17
1
-1
/
+6
*
|
ios: Remove foreach / Q_FOREACH usage
Artem Sokolovskii
2022-06-02
1
-1
/
+2
|
/
*
iOS: Make SimulatorControl static
Eike Ziller
2021-05-25
1
-18
/
+18
*
Use Utils::FutureSynchronizer in IosSimulatorToolHandlerPrivate
Jarek Kobus
2021-05-25
1
-16
/
+13
*
Utils: Merge {synchronous,qtc}process.{h,cpp} file pairs
hjk
2021-05-10
1
-3
/
+5
*
Core: Add a default parameter to various ICore::*path functions
hjk
2021-04-27
1
-1
/
+1
*
ICore: Change some path API to use FilePath
Eike Ziller
2021-04-26
1
-2
/
+1
*
Decorate some classes and methods with final keyword
Jarek Kobus
2020-11-19
1
-1
/
+1
*
Fix a build with Qt 6
Jarek Kobus
2020-11-05
1
-5
/
+5
*
Fix Qt 6 build of ProjectExplorer and targets & build systems
Eike Ziller
2020-09-21
1
-3
/
+3
*
Avoid warning on empty expressions
hjk
2019-07-23
1
-6
/
+6
*
Utils: Rename FileName to FilePath
hjk
2019-05-28
1
-4
/
+4
*
iOS: Remove remaining FileName::appendPath uses
hjk
2019-05-24
1
-12
/
+8
*
Replace static_casts by QOverload where possible
hjk
2019-02-26
1
-1
/
+1
[next]