summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qprocess.h
Commit message (Expand)AuthorAgeFilesLines
* QtCore: replace qSwap with std::swap/member-swap where possibleMarc Mutz2022-01-201-1/+1
* QProcess: Distinguish between null and empty QProcessEnvironmentIevgenii Meshcheriakov2021-11-071-0/+4
* QProcess/Win: avoid double buffering on writeAlex Trotsenko2021-06-181-0/+2
* QProcess: remove outdated references to QProcessManagerAlex Trotsenko2020-12-091-1/+0
* QProcess: simplify the logic around _q_processDied()Alex Trotsenko2020-12-061-1/+1
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-031-1/+1
* Remove typedef Q_PIDFriedemann Kleint2020-10-021-11/+7
* Remove deprecated QProcess::pidVolker Hilsheimer2020-10-011-4/+0
* Properly deprecate QProcess::pidVolker Hilsheimer2020-10-011-1/+3
* Introduce QProcess::startCommand(QString, OpenMode)Joerg Bornemann2020-09-101-0/+1
* QProcess/Unix: introduce setChildProcessModifier()Thiago Macieira2020-09-081-2/+13
* Move a comment from a header to relevant docsEdward Welbourne2020-07-271-1/+1
* Remove deprecated QProcess methodsVolker Hilsheimer2020-05-271-34/+3
* Remove trivial overrides from QProcessJoerg Bornemann2020-03-061-3/+0
* Merge QProcess::startDetached(QString, QStringList, ...) overloadsJoerg Bornemann2020-03-061-8/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-031-1/+1
|\
| * Make QProcess::splitCommand accept QStringView, as per header reviewVolker Hilsheimer2020-02-281-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-261-1/+18
|\|
| * Obsolete command-string parsing QProcess::start/execute overloadsVolker Hilsheimer2020-02-131-1/+18
* | QProcess: remove deprecated signature of finished signalVitaly Fanaskov2020-01-281-5/+1
|/
* QProcess: explicitly mark QProcess::error() as deprecatedChristian Ehrlicher2019-11-041-1/+2
* Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-04-081-2/+0
* Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-2/+2
* Fix qdoc errors in QProcess headerFriedemann Kleint2019-03-151-9/+11
* QProcess: mark obsolete functions as deprecatedChristian Ehrlicher2019-01-231-0/+7
* doc: Fix all clang parse errors in QtBase during PCH buildMartin Smith2018-11-051-1/+1
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-2/+2
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-11/+11
* Add non-static QProcess::startDetachedJoerg Bornemann2017-03-311-0/+1
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-131-5/+3
|\
| * Properly use the "process" featureUlf Hermann2017-02-271-5/+2
* | Introduce a configure option for QProcessEnvironmentJake Petroules2016-12-161-2/+6
* | doc: make Q_OS_WIN code available to qdocMartin Smith2016-12-041-3/+3
|/
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-1/+1
|\
| * Remove QT_MOC_COMPAT from deprecated QProcess::error signalKai Koehne2016-03-041-1/+1
* | Integrate QProcess into QIODevice's multistreaming infrastructureAlex Trotsenko2016-01-291-3/+3
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | add a way to modify CreateProcess parametersJoerg Bornemann2015-12-101-1/+21
|/
* Add a macro to disable use of potentially dangerous QProcess APIs.Jake Petroules2015-07-171-0/+2
* Core: Replace QProcess::error signal with QProcess::errorOccurredKai Koehne2015-07-101-1/+4
* QtCore: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-011-2/+2
* QtCore: make all Q_DECLARE_SHARED types nothrow move-assignableMarc Mutz2015-06-301-1/+4
* make the enums of QProcess known to the meta object systemJoerg Bornemann2015-06-081-0/+11
* qdoc: Remove #ifdef Q_QDOC for uses of QPrivateSignalMartin Smith2015-04-201-20/+4
* remove the "wonderful Windows notifier" from QProcessJoerg Bornemann2015-04-131-1/+0
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-10/+10
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* fix and de-duplicate qprocess apidocsOswald Buddenhagen2014-05-231-5/+11
* Add function to get the actual PID from QProcessChristian Strømme2014-02-141-0/+1