summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Exclude clang-cl from enum value deprecationFriedemann Kleint2018-04-171-2/+2
* Start overlapped I/O notifier before any asynchronous operationv5.11.0-beta4Denis Shienkov2018-04-091-3/+6
* Don't poll for POLLIN event if device is open in WriteOnly on Linuxv5.11.0-beta3v5.11.0-beta2Denis Shienkov2018-03-051-1/+2
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-161-13/+19
|\
| * Fix license headersJani Heikkinen2018-01-151-13/+19
* | Doc: Resolve 'Cannot tie this documentation to anything' warningTopi Reinio2018-01-121-3/+3
* | Doc: Move extra comments into the QDoc comment blockTopi Reinio2018-01-121-3/+6
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-207-121/+79
|\|
| * Update include instructions in documentation overview pagesv5.10.0-beta4Andre Hartmann2017-11-032-4/+17
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-301-2/+2
| |\
| | * Update waitFor{ReadyRead|BytesWritten} documentation for timeoutsAndre Hartmann2017-09-291-2/+2
| * | Fix order for some includesv5.10.0-beta3Denis Shienkov2017-10-251-9/+9
| * | Allow more paths for lookup of lock-file directoriesDenis Shienkov2017-10-251-8/+1
| * | Make some more d-pointers constDenis Shienkov2017-10-241-2/+2
| * | Add missed 'explicit' keywordsDenis Shienkov2017-10-241-2/+2
| * | Use C++11 member class initializationDenis Shienkov2017-10-124-94/+46
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-212-14/+14
|/ /
* | Port QWinOverlappedIoNotifier to QDeadlineTimerThiago Macieira2017-08-154-28/+24
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-074-7/+13
|\|
| * 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
* | | Use local copy of QWinOverlappedIoNotifierDenis Shienkov2017-05-174-2/+524
* | | Improve read performance when the buffer size is limitedAlex Trotsenko2017-04-264-25/+14
* | | Increase buffer chunk sizesDenis Shienkov2017-04-264-11/+13
* | | Simplify QSPP::standardBaudRates() methodDenis Shienkov2017-04-091-72/+8
* | | Create notifier only in end of successful initializationDenis Shienkov2017-04-091-3/+3
* | | Get rid of originalEventMask memberDenis Shienkov2017-04-093-12/+8
* | | Move settingFromBaudRate() function into common Q_OS_UNIX guardDenis Shienkov2017-04-091-4/+2
* | | Remove unused QThread forward declarationDenis Shienkov2017-04-091-1/+0
|/ /
* / 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