index
:
delta/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
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
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
baserock/3.3.0
baserock/morph/2.7
baserock/v3.6.1
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
drafts/for/4.3
drafts/for/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/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
refsfor/3.0
wip/at-squish
wip/boostbuildprojectmanager
wip/clang
wip/clang-oop
wip/clang-query
wip/qbs
wip/vcproj
wip/winrt
code.qt.io: qt-creator/qt-creator.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
android
/
androidrunnerworker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}
Jarek Kobus
2023-05-04
1
-1
/
+1
*
Utils: Rename QtcProcess -> Process
Jarek Kobus
2023-05-04
1
-2
/
+2
*
Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}
Jarek Kobus
2023-05-03
1
-1
/
+1
*
Merge remote-tracking branch 'origin/10.0'
Eike Ziller
2023-04-18
1
-73
/
+124
|
\
|
*
Android: Fix compile with Qt6.2
Christian Stenger
2023-04-18
1
-1
/
+1
|
*
Android: Automotive debugging capability
Zoltan Gera
2023-04-14
1
-71
/
+117
*
|
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
-3
/
+3
*
|
Merge remote-tracking branch 'origin/10.0'
Eike Ziller
2023-03-13
1
-18
/
+23
|
\
\
|
|
/
|
*
Android: add "threads" command for jdb settelment
Cristian Adam
2023-03-10
1
-18
/
+23
*
|
Android: Use QtConcurrent invocation for async run
Jarek Kobus
2023-03-10
1
-6
/
+7
|
/
*
Utils: Replace Environment.isValid() with .hasChanges()
hjk
2023-01-27
1
-1
/
+1
*
Utils: Use an enum indication the possible abort of an dir iteration
hjk
2023-01-26
1
-2
/
+2
*
Android: Remove unused function lldbServerArch
hjk
2023-01-09
1
-8
/
+0
*
Android: Remove lldb package handling via sdk_definitions.json
Alessandro Portale
2023-01-09
1
-13
/
+0
*
Remove GPL-3.0+ from license identifiers
Kai Köhne
2023-01-06
1
-1
/
+1
*
Android: Don't call mutable expressions inside QTC_ASSERT
Jarek Kobus
2022-12-14
1
-3
/
+5
*
Android: FilePath-ify RunnerWorker
Alessandro Portale
2022-12-06
1
-13
/
+14
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-07
1
-3
/
+3
*
Android: Convert to using Tr::tr
Alessandro Portale
2022-10-07
1
-18
/
+18
*
Android: Fix compilation with clang-cl and Qt 6.4.0
Cristian Adam
2022-10-06
1
-1
/
+1
*
Replace QtSupport::QtVersionNumber with QVersionNumber
Alessandro Portale
2022-09-19
1
-1
/
+1
*
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
-2
/
+2
*
Android: Don't quote log lines with path names
Alessandro Portale
2022-07-17
1
-12
/
+13
*
Utils: Replace Environment::size() check by some isValid() function
hjk
2022-06-03
1
-1
/
+1
*
ProjectExplorer: Dissolve a few uses of Runnable
hjk
2022-05-30
1
-3
/
+2
*
ProjectExplorer: Remove RunControl::buildType()
hjk
2022-05-30
1
-1
/
+1
*
Android: Remove foreach / Q_FOREACH usage
Artem Sokolovskii
2022-05-05
1
-1
/
+1
*
Merge remote-tracking branch 'origin/7.0'
Eike Ziller
2022-04-20
1
-4
/
+4
|
\
|
*
Android: fix typo in previous refactoring for AndroidRunnerWorker
Assam Boudjelthia
2022-04-11
1
-4
/
+4
*
|
ProjectExplorer: Copy more RunConfiguration data to RunControl
hjk
2022-04-12
1
-9
/
+9
|
/
*
Android: fix logcat retrieval on pre Android Nougat
Assam Boudjelthia
2022-03-22
1
-11
/
+8
*
Rename QtSupport::BaseQtVersion to QtVersion
hjk
2022-01-24
1
-2
/
+2
*
Android: Enable locating NDK's lldb-server on Windows hosts
Alessandro Portale
2021-11-05
1
-1
/
+3
*
Android: report am start errors in case process returns success
Assam Boudjelthia
2021-10-29
1
-2
/
+11
*
Android: put "am start" extra args at the end of the arguments list
Assam Boudjelthia
2021-10-12
1
-1
/
+1
*
Android: Clean up for extraData constants
Assam Boudjelthia
2021-10-06
1
-1
/
+1
*
Replace some uses of HostOsInfo::withExecutableSuffix with FilePath
hjk
2021-08-17
1
-2
/
+2
*
Utils: Introduce a FilePath constructor from char arrays
hjk
2021-08-17
1
-2
/
+2
*
ProjectExplorer: Use Utils::CommandLine in ProjectExplorer::Runnable
hjk
2021-08-13
1
-1
/
+1
*
All: Replace most SynchronousProcess by QtcProcess
hjk
2021-06-23
1
-1
/
+1
*
Android: Fix multiple clang clazy warnings
Assam Boudjelthia
2021-06-01
1
-21
/
+26
*
Utils: Remove CommandLine argument from QtcProcess::run{,Blocking}
hjk
2021-05-19
1
-1
/
+2
*
Utils: Make process results accessible through QtcProcess object
hjk
2021-05-14
1
-1
/
+3
*
Utils: Move process arguments class out of QtcProcess
hjk
2021-05-11
1
-2
/
+2
*
Utils: Merge {synchronous,qtc}process.{h,cpp} file pairs
hjk
2021-05-10
1
-1
/
+0
*
Android: Robustify aspect access by id
hjk
2021-03-26
1
-5
/
+6
*
Android: Simplify pre-/post-run adb command input
Alessandro Portale
2021-03-26
1
-2
/
+6
*
Android: Use qAsConst with non-const Qt containers in range-loops
Alessandro Portale
2021-02-23
1
-2
/
+2
[next]