summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QSPP::startAsyncRead(): set a correct type for variableAlex Trotsenko2017-05-041-1/+1
* Fix possible UB in ReadFile()v5.9.0-beta4Alex Trotsenko2017-04-251-1/+1
* Fix possible UB in read() under UnixAlex Trotsenko2017-04-221-1/+1
* Fix bytesToWrite()Alex Trotsenko2017-04-221-2/+5
* Doc: Remove unnecessary \fn tag for the swap() functionDenis Shienkov2017-03-181-2/+1
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-101-0/+4
|\
| * Doc: Describe limitations to use of QSP::setRequestToSend()5.8Denis Shienkov2017-03-061-0/+4
* | Fix build with API >= 21BogDan Vatra2017-02-231-1/+7
|/
* Improve documentation a bitDenis Shienkov2017-01-042-49/+49
* qserialport.cpp: Silence deprecation warningFriedemann Kleint2016-12-081-0/+5
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-262-5/+13
|\
| * Do not reset RTS after changing other properties on WindowsDenis Shienkov2016-09-231-2/+11
| * Fix crash after closing of ejected device on LinuxDenis Shienkov2016-09-211-3/+2
* | Replace QCFString::to(CF/NS/Q)String usage with QString methodsv5.8.0-beta1Liang Qi2016-10-101-1/+1
* | Darwin: Fix deprecation warning on usage of QString(const char *)Erik Verbruggen2016-10-061-9/+9
* | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-191-1/+15
|\ \ | |/
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-171-1/+15
| |\
| | * Add mention of QSP::waitForX() functions in documentationDenis Shienkov2016-08-051-1/+15
* | | Adjust to qtConfig() changes in qtbasev5.8.0-alpha1Lars Knoll2016-08-191-1/+1
* | | Replace QSP::error signal with QSP::errorOccurredDenis Shienkov2016-08-092-2/+18
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-026-231/+265
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-013-22/+11
| |\ \ | | |/
| | * Detach buffer's segment for asynchronous write operationDenis Shienkov2016-07-203-22/+11
| * | Remove mention of Windows CE supportDenis Shienkov2016-07-151-6/+2
| * | QSerialPortInfo: Extract Method anyOfPortAnton Kudryavtsev2016-07-151-22/+11
| * | Start the write timer only when it is inactiveDenis Shienkov2016-07-131-1/+2
| * | QSerialPortInfo: use delegate ctor to de-duplicate codeAnton Kudryavtsev2016-07-111-7/+1
| * | Use append() instead of memcpy() where possibleDenis Shienkov2016-07-072-6/+4
| * | Minimize number of system calls at openingDenis Shienkov2016-07-073-169/+233
* | | Add missng default parameters to waitFor() methodsDenis Shienkov2016-07-282-5/+14
* | | Reuse QIODevice's write bufferAlex Trotsenko2016-07-192-7/+2
|/ /
* | Replace 'Q_NULLPTR' and 'NULL' with 'nullptr'Denis Shienkov2016-06-177-32/+32
* | Replace local 'static const' integers with 'enum'Denis Shienkov2016-06-101-4/+4
* | Simplify the isVirtualNullModemDevice() functionDenis Shienkov2016-06-061-4/+1
* | Remove unused static variableDenis Shienkov2016-06-061-1/+0
* | Add some missed 'const' and 'Q_NULLPTR' keywordsDenis Shienkov2016-06-031-3/+3
* | Merge 5.7 into 5.7.0Oswald Buddenhagen2016-05-208-41/+55
|\ \
| * \ Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-195-20/+27
| |\ \ | | |/
| | * Doc: Remove repository name from examplesinstallpathTopi Reinio2016-05-121-1/+1
| | * Remove superfluous check during removal of the pointerDenis Shienkov2016-05-042-16/+8
| | * Avoid allocating a string by using a QStringRefFrank Meerkoetter2016-05-011-1/+1
| | * Fix reading of data remainder with CDC USB device on WindowsDenis Shienkov2016-04-272-2/+17
| * | Replace 'Q_FOREACH' with the range-based 'for'Denis Shienkov2016-05-135-21/+28
* | | Replace 'forever' with 'for(;;)'Denis Shienkov2016-05-206-10/+10
|/ /
* | Drop the Win CE supportDenis Shienkov2016-05-026-966/+4
* | Merge remote-tracking branch 'origin/5.6' into 5.7v5.7.0-beta1Liang Qi2016-04-086-0/+12
|\ \ | |/
| * Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-03-216-0/+12
| |\
| | * Deprecate QSPI::isBusy() methodv5.6.0-rc1v5.6.05.6.0Denis Shienkov2016-02-186-0/+12
* | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-0712-36/+27
|\ \ \ | |/ /
| * | Purge sRGB chunks from PNGs in documentation.Edward Welbourne2016-03-014-0/+0