summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qprocess.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix UB in QProcess deprecation warning fixesJoerg Bornemann2020-03-061-1/+2
* Fix deprecation warning in QProcess::execute(QString)Joerg Bornemann2020-03-051-5/+3
* Make QProcess::splitCommand accept QStringView, as per header reviewVolker Hilsheimer2020-02-281-1/+1
* Obsolete command-string parsing QProcess::start/execute overloadsVolker Hilsheimer2020-02-131-10/+23
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-151-1/+3
|\
| * Doc: Correct non-link related qdoc compilation errorsNico Vertriest2020-01-141-1/+3
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-101-1/+1
|\|
| * Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-101-1/+1
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-13/+13
|/
* QProcessEnvironment: simplify lockingMarc Mutz2019-07-161-6/+1
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-071-0/+5
|\
| * QtCore: compile with QT_DISABLE_DEPRECATED_BEFORE=0x050d00Christian Ehrlicher2019-05-031-0/+5
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-291-0/+1
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-281-0/+1
| |\
| | * qdoc: Fix warnings about missing \inmodule commandKai Koehne2019-04-261-0/+1
* | | Use QScopedValueRollback more as a reentrancy guardAllan Sandfeld Jensen2019-03-261-2/+2
|/ /
* | Add deprecation exclusion around deprecated calls in deprecated codeFriedemann Kleint2019-02-061-0/+3
* | QProcess: mark obsolete functions as deprecatedChristian Ehrlicher2019-01-231-2/+8
|/
* Doc: Fix various documentation warningsTopi Reinio2018-11-061-4/+4
* QProcess::startDetached: Fix behavior change on WindowsJoerg Bornemann2018-08-031-0/+4
* Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-0/+6
|\
| * Replace a few hardcoded paths with defaults from paths.hThiago Macieira2017-12-241-0/+6
* | QProcess/Unix: do not toggle a state of the write notifier twiceAlex Trotsenko2017-12-021-5/+4
|/
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-311-4/+6
|\
| * Fix compilation on 64-bit CPUs when QPROCESS_DEBUG is enabledDavid Faure2017-08-201-4/+6
* | QProcess: add docs that the PID from startDetached() may be recycledThiago Macieira2017-08-291-2/+6
* | QProcessPrivate::tryReadFromChannel(): remove dead codeAlex Trotsenko2017-08-171-4/+1
* | Doc: Document the setters QProcess::startDetached supportsJoerg Bornemann2017-06-201-0/+14
* | Fix some qdoc warnings for 5.10Friedemann Kleint2017-06-201-5/+0
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-191-18/+18
|\|
| * Rename QProcessEnvironmentPrivate::hash to varsThomas Sondergaard2017-06-131-18/+18
* | Add non-static QProcess::startDetachedJoerg Bornemann2017-03-311-15/+56
|/
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-131-7/+2
|\
| * Properly use the "process" featureUlf Hermann2017-02-271-5/+0
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-251-0/+3
|\|
| * Doc: add note about unsupported platforms for QProcessAleksey Lysenko2017-01-041-0/+3
* | Introduce a configure option for QProcessEnvironmentJake Petroules2016-12-161-1/+5
* | doc: make Q_OS_WIN code available to qdocMartin Smith2016-12-041-1/+1
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-291-14/+1
|\
| * Doc: Remove references to Windows CE in Qt CoreVenugopal Shivashankar2016-08-231-14/+1
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-4/+4
|\|
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-4/+4
| |\
| | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-4/+4
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-8/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-8/+2
| |\|
| | * Fix emission of QProcess:errorOccurredJoerg Bornemann2016-05-301-8/+2
* | | Add support for Apple tvOSMike Krus2016-05-171-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-121-24/+7
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-21/+2
| |\|
| | * QWindowsPipeWriter: ensure validity of the write bufferAlex Trotsenko2016-04-301-21/+2