summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qprocess.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove deprecated QProcess methodsVolker Hilsheimer2020-05-271-153/+0
* Get rid of some QTextCodec leftoversLars Knoll2020-05-141-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-111-5/+4
|\
| * 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
* | Remove trivial overrides from QProcessJoerg Bornemann2020-03-061-28/+0
* | Merge QProcess::startDetached(QString, QStringList, ...) overloadsJoerg Bornemann2020-03-061-12/+0
* | 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-10/+23
|\|
| * Obsolete command-string parsing QProcess::start/execute overloadsVolker Hilsheimer2020-02-131-10/+23
* | QProcess: remove deprecated signature of finished signalVitaly Fanaskov2020-01-281-16/+0
|/
* 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