summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qprocess.h
Commit message (Expand)AuthorAgeFilesLines
* QProcessEnvironment: Use new comparison helper macrosRym Bouabid2024-02-221-1/+7
* QProcess/Unix: add a simple way to reset the UID and GID for the childThiago Macieira2023-07-081-0/+1
* QProcess/Unix: add a few, basic session & terminal management flagsThiago Macieira2023-07-081-0/+2
* QProcess: make UnixProcessFlag an enum classAhmad Samir2023-07-081-1/+1
* QProcess/Unix: add failChildProcessModifier()Thiago Macieira2023-06-091-0/+1
* QProcess/Unix: update the close-file-descriptors feature with a minimumThiago Macieira2023-06-091-2/+3
* QProcess/Linux: add a flag to re-enable the vfork()-like semanticsThiago Macieira2023-05-221-0/+1
* QProcess/Unix: add setUnixProcessParameters()Thiago Macieira2023-05-221-0/+22
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-211-4/+4
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-38/+2
* Make QProcessEnvironment(Initialization) noexceptIevgenii Meshcheriakov2022-02-111-1/+1
* 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