summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qprocess.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * QProcess: Ensure that the stdin buffer is cleared on start()Thiago Macieira2015-08-151-1/+2
| * Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Oswald Buddenhagen2015-08-121-4/+4
| |\
| | * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-171-4/+4
| | |\
| | | * Update QProcess doc to use non-deprecated setProcessEnvironmentSamuel Gaist2015-05-301-4/+4
| * | | QProcessEnvironment documentation typo fixSamuel Gaist2015-08-061-6/+6
* | | | QProcess: discard unwanted output from the child processAlex Trotsenko2015-08-161-0/+10
* | | | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-1/+11
|\| | |
| * | | consistently handle empty program string in QProcess::start overloadsJoerg Bornemann2015-07-301-1/+11
| |/ /
* | | Doc: fix \sa for QT_NO_PROCESS_COMBINED_ARGUMENT_STARTJoerg Bornemann2015-08-041-1/+1
* | | Add a macro to disable use of potentially dangerous QProcess APIs.Jake Petroules2015-07-171-0/+27
* | | Core: Replace QProcess::error signal with QProcess::errorOccurredKai Koehne2015-07-101-5/+14
* | | QProcessEnvironment: fix op==Marc Mutz2015-07-071-4/+9
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-1/+1
|\| |
| * | Doc: Remove link to deprecated QProcess::pid()Kai Koehne2015-06-171-1/+1
* | | Core: Fix QProcess::errorString() outputKai Koehne2015-06-221-0/+1
* | | Core: Consolidate QProcess error reportingKai Koehne2015-06-201-19/+50
* | | doc: Remove uses of \mainclassMartin Smith2015-06-051-1/+0
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-7/+27
|\| |
| * | remove the "wonderful Windows notifier" from QProcessJoerg Bornemann2015-04-131-7/+27
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-061-4/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-4/+2
| |\|
| | * Introduce qt_subtract_from_timeout to reduce code duplication.Daniel Teske2015-03-091-4/+2
* | | Make QRingBuffer a 64-bit safeAlex Trotsenko2015-03-121-3/+3
|/ /
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-1/+1
|\|
| * Doc: corrected link/autolink issues in corelibNico Vertriest2015-02-241-1/+1
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-1/+1
|\|