summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qprocess.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-211-1/+1
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-151-2/+1
* QProcess/docs: add more information about environment variablesThiago Macieira2022-08-221-7/+44
* QProcess: Extend the setStandardOutputFile docLaszlo Papp2022-07-231-0/+3
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* Ensure that readAllStandardError() doesn't crash on assertJarek Kobus2022-04-091-4/+10
* Apply Q_CONSTINIT across the codebaseMarc Mutz2022-03-291-1/+1
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-251-3/+3
* QProcess/Doc: update the information on how the program is foundThiago Macieira2022-03-101-13/+65
* Make QProcessEnvironment(Initialization) noexceptIevgenii Meshcheriakov2022-02-111-3/+15
* QProcess: Distinguish between null and empty QProcessEnvironmentIevgenii Meshcheriakov2021-11-071-14/+45
* Revert "QProcess: do not emit aboutToClose() twice"Alex Trotsenko2021-09-241-0/+1
* QProcess: do not emit aboutToClose() twiceAlex Trotsenko2021-09-191-1/+0
* QProcess/Win: avoid double buffering on writeAlex Trotsenko2021-06-181-3/+5
* QProcess: untangle platform-specific detailsAlex Trotsenko2021-06-041-117/+0
* QProcess: refine 'Channel' structureAlex Trotsenko2021-06-031-0/+2
* Introduce QProcessPrivate::closeChannels()Alex Trotsenko2021-05-311-3/+11
* Consolidate debug string generationAlex Trotsenko2021-05-311-41/+4
* QProcess/Win: implement async closing of write channelAlex Trotsenko2021-03-111-6/+8
* QProcess::startDetached: set the error condition on failure to startThiago Macieira2021-02-211-5/+6
* QProcess/Unix: remove dead functionAlex Trotsenko2021-01-291-5/+2
* QProcess/Unix: simplify notifiers deactivationAlex Trotsenko2021-01-271-18/+1
* QProcess/Win: move pipe draining into QWindowsPipeReaderAlex Trotsenko2021-01-221-1/+2
* QProcess/Win: clean up death notifier teardownAlex Trotsenko2021-01-091-12/+8
* Split QProcessPrivate::_q_processDied()Alex Trotsenko2021-01-091-31/+36
* QProcess/Unix: consolidate process state tracking socket notifiersAlex Trotsenko2021-01-081-15/+3
* Remove superfluous call in QProcessPrivate::_q_startupNotificationAlex Trotsenko2021-01-051-2/+0
* QProcess: allow pipelining for detached processesAlex Trotsenko2020-12-311-6/+12
* QProcess: allow merged channels forwarding for detached processesAlex Trotsenko2020-12-311-3/+6
* QProcess: consolidate channel managementAlex Trotsenko2020-12-311-0/+72
* QProcess: remove unused memberAlex Trotsenko2020-12-151-1/+0
* QProcess: remove outdated references to QProcessManagerAlex Trotsenko2020-12-091-2/+0
* QProcess/Unix: unify waiting in 'Starting' stateAlex Trotsenko2020-12-091-1/+9
* QProcess: migrate to QDeadlineTimerAlex Trotsenko2020-12-091-13/+11
* QProcess: simplify the logic around _q_processDied()Alex Trotsenko2020-12-061-6/+4
* Fix some bad uses of QSharedPointerData::operator T*Allan Sandfeld Jensen2020-10-161-4/+4
* Remove typedef Q_PIDFriedemann Kleint2020-10-021-11/+0
* QProcessPrivate: Use member initializationFriedemann Kleint2020-10-021-21/+0
* Remove deprecated QProcess::pidVolker Hilsheimer2020-10-011-20/+1
* Properly deprecate QProcess::pidVolker Hilsheimer2020-10-011-1/+2
* Fix qdoc warnings from references to removed APIsVolker Hilsheimer2020-09-261-1/+0
* Introduce QProcess::startCommand(QString, OpenMode)Joerg Bornemann2020-09-101-0/+41
* QProcess/Unix: introduce setChildProcessModifier()Thiago Macieira2020-09-081-16/+60
* QIODevice: implement a "zero-copy" strategy for buffered writesAlex Trotsenko2020-08-201-1/+1
* Move a comment from a header to relevant docsEdward Welbourne2020-07-271-1/+1
* Fix a number of qdoc warnings related to deprecationFriedemann Kleint2020-07-241-7/+0
* Replace use of deprecated Q_OS_MACX in favor of Q_OS_MACOSTor Arne Vestbø2020-07-081-1/+1
* QProcess/Win: Avoid reentering the code in _q_processDied()Alex Trotsenko2020-06-191-1/+1
* Remove winrtOliver Wolff2020-06-061-2/+1
* QProcess/Win: Fix build in debug modeAlex Trotsenko2020-06-051-2/+2