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
/
iosprobe.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use more std::chrono and std::chrono_literals namespaces
Jarek Kobus
2024-01-23
1
-1
/
+2
*
Process: Get rid of setTimeoutS()
Jarek Kobus
2024-01-22
1
-2
/
+1
*
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
-1
/
+1
*
iOS: Tr::tr
hjk
2023-01-16
1
-2
/
+0
*
Remove GPL-3.0+ from license identifiers
Kai Köhne
2023-01-06
1
-1
/
+1
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-07
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-08-26
1
-24
/
+2
*
Utils: Collapse most of porting,h
hjk
2022-07-13
1
-2
/
+2
*
Utils: use cleaned stdout all over the place again
David Schulz
2022-06-17
1
-1
/
+1
*
QtcProcess: Limit the inclusion of qtcprocess.h
Jarek Kobus
2022-03-02
1
-1
/
+1
*
Remove unneeded includes of QProcess from cpp files
Jarek Kobus
2021-11-01
1
-1
/
+0
*
Fix qHash-related size compatibility warnings by MSVC
Orgad Shaneh
2021-10-20
1
-2
/
+2
*
All: Replace most SynchronousProcess by QtcProcess
hjk
2021-06-23
1
-1
/
+1
*
Merge remote-tracking branch 'origin/4.15'
Eike Ziller
2021-06-07
1
-1
/
+0
|
\
|
*
iOS: Don't run event loop while executing xcode-select
Eike Ziller
2021-06-04
1
-1
/
+1
*
|
Utils: Rename QtcProcess::Result::Finished to FinishedWithSuccess
hjk
2021-06-02
1
-1
/
+1
*
|
Utils: Join SynchronousProcess::run and runBlocking implementations
hjk
2021-05-25
1
-1
/
+2
*
|
Utils: Remove CommandLine argument from QtcProcess::run{,Blocking}
hjk
2021-05-19
1
-2
/
+2
*
|
Utils: Make process results accessible through QtcProcess object
hjk
2021-05-14
1
-3
/
+3
*
|
Utils: Merge {synchronous,qtc}process.{h,cpp} file pairs
hjk
2021-05-10
1
-1
/
+1
|
/
*
Use qAsConst with non-const Qt containers in range-loops
Alessandro Portale
2021-02-17
1
-1
/
+1
*
Utils: Add CommandLine convenience constructors
hjk
2019-07-23
1
-1
/
+1
*
Merge remote-tracking branch 'origin/4.10'
Tim Jenssen
2019-07-04
1
-1
/
+2
|
\
|
*
More Utils::toSet/toList
hjk
2019-07-04
1
-1
/
+2
*
|
Use Utils::FilePath in SynchronousProcess
hjk
2019-06-11
1
-2
/
+4
|
/
*
Utils: Rename FileName to FilePath
hjk
2019-05-28
1
-4
/
+4
*
Utils: Replace FileName::FileName(QFileInfo) by a named constructor
hjk
2019-05-13
1
-2
/
+2
*
Remove hard-coded disabling of debug logs
Orgad Shaneh
2018-10-13
1
-1
/
+1
*
Refactor iOS toolchain handling
Jake Petroules
2017-06-07
1
-245
/
+76
*
iOS: Add C toolchain
Vikas Pachdha
2016-11-25
1
-50
/
+82
*
SynchronousProcess: Store raw bytes from stdout/stderr of the process
Tobias Hunger
2016-07-15
1
-1
/
+1
*
Fix up QProcess::waitForFinished()
Tobias Hunger
2016-05-11
1
-4
/
+8
*
iOS: Make "skipping platform" debug message instead of warning.
Eike Ziller
2016-04-04
1
-1
/
+1
*
Update License according to agreement with Free Qt Foundation
Tobias Hunger
2016-01-19
1
-17
/
+12
*
iOS: Refactor iOS tool chain and kit auto detection
Eike Ziller
2015-10-19
1
-0
/
+20
*
iOS: Fix kit creation with Xcode 7
Eike Ziller
2015-08-04
1
-3
/
+10
*
iOS: Do not drag unused QSettings objects around.
Eike Ziller
2015-08-04
1
-21
/
+12
*
Update License
Eike Ziller
2015-01-16
1
-6
/
+6
*
Merge remote-tracking branch 'origin/3.2'
Eike Ziller
2014-10-14
1
-7
/
+8
|
\
|
*
License update
Eike Ziller
2014-10-09
1
-7
/
+8
*
|
Merge remote-tracking branch 'origin/3.2'
Eike Ziller
2014-09-03
1
-1
/
+1
|
\
|
|
*
iOS: Fix determination of SDK with maximum version
Eike Ziller
2014-08-25
1
-1
/
+1
*
|
Remove logging wrapper code for Qt 4 compatibility
hjk
2014-08-27
1
-7
/
+5
|
/
*
Ios: Fix version comparison
Fawzi Mohamed
2014-08-11
1
-3
/
+3
*
ios: convert to new logging infrastructure
Fawzi Mohamed
2014-07-07
1
-24
/
+20
*
Ios: Remove unused local variables
Orgad Shaneh
2014-05-06
1
-3
/
+0
*
Use double quotes instead of single quotes as per our guidelines.
Christian Kandeler
2014-04-22
1
-1
/
+1
*
ios: fix Xcode path detection
Fawzi Mohamed
2014-03-26
1
-0
/
+1
*
Incremented year in copyright info
Robert Loehning
2014-01-08
1
-1
/
+1
[next]