summaryrefslogtreecommitdiff
path: root/src/libs/utils/synchronousprocess.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Merge {synchronous,qtc}process.{h,cpp} file pairshjk2021-05-101-591/+0
* Utils: Merge TerminalControllingProcess into QtcProcesshjk2021-05-101-47/+1
* Utils: Re-do Replace SynchronousCommand::flags by a named boolhjk2021-05-071-11/+5
* Utils: Move SynchronousProcess::locateBinary to QtcProcesshjk2021-05-071-85/+0
* Utils: Remove unused SyncronousProcess::createProcesshjk2021-05-071-7/+0
* Utils: Remove SynchronousProcess::readDataFromProcess helperhjk2021-05-071-44/+0
* Revert "Utils: Replace SynchronousCommand::flags by a named bool"hjk2021-05-071-5/+11
* Utils: Replace SynchronousCommand::flags by a named boolhjk2021-05-071-11/+5
* Utils: Remove SynchronousProcess::stopProcesshjk2021-05-071-13/+2
* Utils: Remove SynchronousProcess::{setP,p}rocessEnvironmenthjk2021-05-051-10/+0
* Utils: Make SynchronousProcess use Utils::Environment for environmentshjk2021-05-051-3/+3
* Utils: Move SynchronousProcess::normalizeNewlines to QtcProcesshjk2021-05-041-14/+3
* Utils: Base TerminalControllingProcess on QtcProcesshjk2021-05-041-7/+10
* remove pointless process state checkingOswald Buddenhagen2021-02-081-11/+8
* Utils: Only write data to process if there is anyChristian Stenger2021-01-111-4/+6
* process synchrounus process output in every caseOswald Buddenhagen2020-12-111-4/+2
* simplify feeding synchronous processesOswald Buddenhagen2020-12-111-10/+1
* fix waiting in SynchronousProcess::runBlocking()Oswald Buddenhagen2020-12-111-2/+2
* fixup comments in SynchronousProcess::run*()Oswald Buddenhagen2020-12-111-6/+3
* Utils: Filter adjacent carriage returns in OutputFormatterChristian Kandeler2020-11-301-1/+6
* Qt6: Adapt to removal of QProcess::setupChildProcessEike Ziller2020-10-021-1/+19
* Revert "Port to Qt 6's absence of QProcess::setupChildProcess"hjk2020-06-111-11/+3
* Port to Qt 6's absence of QProcess::setupChildProcessThiago Macieira2020-04-301-3/+11
* Make various Q_LOGGING_CATEGORY's staticAlessandro Portale2020-01-151-1/+1
* Merge remote-tracking branch 'origin/4.10'Tim Jenssen2019-07-041-8/+17
|\
| * Utils: Add logging category to SynchronousProcessNikolai Kosjar2019-07-041-7/+19
* | Use Utils::FilePath in SynchronousProcesshjk2019-06-111-17/+0
* | Utils: Add a CommandLine::splitArguments() convenience functionhjk2019-06-061-11/+28
|/
* Replace static_casts by QOverload where possiblehjk2019-02-261-2/+1
* Android: Fix uploading file on WindowsChristian Stenger2018-11-211-1/+7
* Fix debugging on Android arm64/x86_64BogDan Vatra2018-10-041-3/+16
* Utils: Modernize furtherAlessandro Portale2018-07-241-2/+2
* Utils: ModernizeAlessandro Portale2018-07-201-5/+5
* SynchronousProcess: Make runBlocking more robustTobias Hunger2018-07-051-1/+2
* Use C++11’s override and remove virtual where applicableAlessandro Portale2018-06-271-1/+1
* Remove spaces in initializer listsTim Jenssen2017-02-221-1/+1
* SynchronousProcess: Turn assertion into regular checkChristian Kandeler2016-10-071-1/+3
* Remove uses of deprecated QProcess::error signalOrgad Shaneh2016-08-091-2/+1
* SynchronousProcess: Small cleanupsTobias Hunger2016-07-211-14/+3
* Utils: Minor cleanup in SynchronousProcessOrgad Shaneh2016-07-201-10/+9
* Make git clone output nicerTobias Hunger2016-07-181-1/+1
* SynchronousProcess: Store raw bytes from stdout/stderr of the processTobias Hunger2016-07-151-67/+84
* Utils: Fix runBlockingOrgad Shaneh2016-06-271-3/+3
* Utils: Add fully blocking way to run a binary to SynchronousProcessTobias Hunger2016-05-261-0/+42
* Fix up QProcess::waitForFinished()Tobias Hunger2016-05-111-6/+16
* SynchronousProcess: Change exit code interpreter to function objectEike Ziller2016-04-271-9/+6
* Utils: Unify stdout and stderr handling in SyncProcessOrgad Shaneh2016-04-011-34/+38
* Utils: Modernize ShellCommand and SynchronousProcessOrgad Shaneh2016-04-011-26/+12
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Utils: Consider timeout of 0 for SynchronousProcess as infiniteOrgad Shaneh2015-05-281-2/+3