aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/synchronousprocess.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Utils: Make SynchronousProcess use second based timeoutsOrgad Shaneh2015-04-151-11/+11
* Utils: Modernize connectionsOrgad Shaneh2015-03-061-7/+10
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | SynchronousProcess: WS-only changeTobias Hunger2015-01-261-1/+1
|/
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Remove Qt version checks.Christian Kandeler2014-09-081-8/+1
|/
* Use double quotes instead of single quotes as per our guidelines.Christian Kandeler2014-04-221-6/+6
* Vcs: Leave lone CRs alone when normalizing line endingsTobias Hunger2014-03-181-15/+4
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Introduce ExitCodeInterpreter, useful when exit code != 0 is validjkobus2013-09-261-1/+24
* QDoc: Fix QDoc warningsTobias Hunger2013-09-261-1/+1
* Remove unneded breakjkobus2013-09-241-1/+0
* VCS: Enable terminating a commandOrgad Shaneh2013-09-021-0/+5
* VCS: Enable calling runVcs from non-GUI threadsOrgad Shaneh2013-08-201-2/+12
* Utils: Introduce new class OsSpecificAspects.Christian Kandeler2013-08-161-5/+5
* SynchronousProcess: Replace last QByteArrays with QStringsOrgad Shaneh2013-08-081-28/+32
* Introduce Utils::SynchronousProcess::normalizeNewlinesOrgad Shaneh2013-08-061-2/+21
* SynchronousProcess: Use the same codec for stdout and stderrOrgad Shaneh2013-07-021-18/+13
* Doc: use standard wording in \brief commandsLeena Miettinen2013-06-201-2/+2