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
/
libs
/
utils
/
synchronousprocess.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Utils: Merge {synchronous,qtc}process.{h,cpp} file pairs
hjk
2021-05-10
1
-591
/
+0
*
Utils: Merge TerminalControllingProcess into QtcProcess
hjk
2021-05-10
1
-47
/
+1
*
Utils: Re-do Replace SynchronousCommand::flags by a named bool
hjk
2021-05-07
1
-11
/
+5
*
Utils: Move SynchronousProcess::locateBinary to QtcProcess
hjk
2021-05-07
1
-85
/
+0
*
Utils: Remove unused SyncronousProcess::createProcess
hjk
2021-05-07
1
-7
/
+0
*
Utils: Remove SynchronousProcess::readDataFromProcess helper
hjk
2021-05-07
1
-44
/
+0
*
Revert "Utils: Replace SynchronousCommand::flags by a named bool"
hjk
2021-05-07
1
-5
/
+11
*
Utils: Replace SynchronousCommand::flags by a named bool
hjk
2021-05-07
1
-11
/
+5
*
Utils: Remove SynchronousProcess::stopProcess
hjk
2021-05-07
1
-13
/
+2
*
Utils: Remove SynchronousProcess::{setP,p}rocessEnvironment
hjk
2021-05-05
1
-10
/
+0
*
Utils: Make SynchronousProcess use Utils::Environment for environments
hjk
2021-05-05
1
-3
/
+3
*
Utils: Move SynchronousProcess::normalizeNewlines to QtcProcess
hjk
2021-05-04
1
-14
/
+3
*
Utils: Base TerminalControllingProcess on QtcProcess
hjk
2021-05-04
1
-7
/
+10
*
remove pointless process state checking
Oswald Buddenhagen
2021-02-08
1
-11
/
+8
*
Utils: Only write data to process if there is any
Christian Stenger
2021-01-11
1
-4
/
+6
*
process synchrounus process output in every case
Oswald Buddenhagen
2020-12-11
1
-4
/
+2
*
simplify feeding synchronous processes
Oswald Buddenhagen
2020-12-11
1
-10
/
+1
*
fix waiting in SynchronousProcess::runBlocking()
Oswald Buddenhagen
2020-12-11
1
-2
/
+2
*
fixup comments in SynchronousProcess::run*()
Oswald Buddenhagen
2020-12-11
1
-6
/
+3
*
Utils: Filter adjacent carriage returns in OutputFormatter
Christian Kandeler
2020-11-30
1
-1
/
+6
*
Qt6: Adapt to removal of QProcess::setupChildProcess
Eike Ziller
2020-10-02
1
-1
/
+19
*
Revert "Port to Qt 6's absence of QProcess::setupChildProcess"
hjk
2020-06-11
1
-11
/
+3
*
Port to Qt 6's absence of QProcess::setupChildProcess
Thiago Macieira
2020-04-30
1
-3
/
+11
*
Make various Q_LOGGING_CATEGORY's static
Alessandro Portale
2020-01-15
1
-1
/
+1
*
Merge remote-tracking branch 'origin/4.10'
Tim Jenssen
2019-07-04
1
-8
/
+17
|
\
|
*
Utils: Add logging category to SynchronousProcess
Nikolai Kosjar
2019-07-04
1
-7
/
+19
*
|
Use Utils::FilePath in SynchronousProcess
hjk
2019-06-11
1
-17
/
+0
*
|
Utils: Add a CommandLine::splitArguments() convenience function
hjk
2019-06-06
1
-11
/
+28
|
/
*
Replace static_casts by QOverload where possible
hjk
2019-02-26
1
-2
/
+1
*
Android: Fix uploading file on Windows
Christian Stenger
2018-11-21
1
-1
/
+7
*
Fix debugging on Android arm64/x86_64
BogDan Vatra
2018-10-04
1
-3
/
+16
*
Utils: Modernize further
Alessandro Portale
2018-07-24
1
-2
/
+2
*
Utils: Modernize
Alessandro Portale
2018-07-20
1
-5
/
+5
*
SynchronousProcess: Make runBlocking more robust
Tobias Hunger
2018-07-05
1
-1
/
+2
*
Use C++11’s override and remove virtual where applicable
Alessandro Portale
2018-06-27
1
-1
/
+1
*
Remove spaces in initializer lists
Tim Jenssen
2017-02-22
1
-1
/
+1
*
SynchronousProcess: Turn assertion into regular check
Christian Kandeler
2016-10-07
1
-1
/
+3
*
Remove uses of deprecated QProcess::error signal
Orgad Shaneh
2016-08-09
1
-2
/
+1
*
SynchronousProcess: Small cleanups
Tobias Hunger
2016-07-21
1
-14
/
+3
*
Utils: Minor cleanup in SynchronousProcess
Orgad Shaneh
2016-07-20
1
-10
/
+9
*
Make git clone output nicer
Tobias Hunger
2016-07-18
1
-1
/
+1
*
SynchronousProcess: Store raw bytes from stdout/stderr of the process
Tobias Hunger
2016-07-15
1
-67
/
+84
*
Utils: Fix runBlocking
Orgad Shaneh
2016-06-27
1
-3
/
+3
*
Utils: Add fully blocking way to run a binary to SynchronousProcess
Tobias Hunger
2016-05-26
1
-0
/
+42
*
Fix up QProcess::waitForFinished()
Tobias Hunger
2016-05-11
1
-6
/
+16
*
SynchronousProcess: Change exit code interpreter to function object
Eike Ziller
2016-04-27
1
-9
/
+6
*
Utils: Unify stdout and stderr handling in SyncProcess
Orgad Shaneh
2016-04-01
1
-34
/
+38
*
Utils: Modernize ShellCommand and SynchronousProcess
Orgad Shaneh
2016-04-01
1
-26
/
+12
*
Update License according to agreement with Free Qt Foundation
Tobias Hunger
2016-01-19
1
-17
/
+12
*
Utils: Consider timeout of 0 for SynchronousProcess as infinite
Orgad Shaneh
2015-05-28
1
-2
/
+3
[next]