summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qprocess.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-251-3/+5
| |\|
| | * Doc: Fix links to QProcess::start(const QString &, OpenMode)Joerg Bornemann2016-04-201-3/+5
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-031-4/+2
|\| |
| * | Use takeFirst() instead of first() with removeFirst()Anton Kudryavtsev2016-04-131-4/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-051-11/+0
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-231-11/+0
| |\|
| | * Remove QPROCESS_USE_SPAWN and all that it surroundsJames McDonnell2016-03-221-11/+0
* | | QtCore: Remove Windows CE.Friedemann Kleint2016-03-301-13/+1
|/ /
* | QRingBuffer: add append(const char *, qint64) functionAlex Trotsenko2016-02-011-18/+1
* | Integrate QProcess into QIODevice's multistreaming infrastructureAlex Trotsenko2016-01-291-98/+40
* | Update the Intel copyright yearThiago Macieira2016-01-211-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | QIODevice: handle incomplete readsAlex Trotsenko2016-01-121-8/+10
* | QProcessPrivate: fix double init of exitCode in ctorAnton Kudryavtsev2016-01-121-1/+0
* | add a way to modify CreateProcess parametersJoerg Bornemann2015-12-101-0/+74
|/
* doc: add a note about cmd.exe and the QProcess string splitting/joiningThiago Macieira2015-12-021-1/+3
* Do not overwrite detailed error message if process fails to launchKai Koehne2015-11-121-2/+3
* QtCore: use QStringBuilder in more placesMarc Mutz2015-10-121-10/+2
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-261-11/+12
|\