summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Doc: Use the \examplecategory macro to tag examplesTopi Reinio2023-04-113-3/+3
* Remove creaderasync and cwriterasync examplesIvan Solovev2023-02-2014-465/+0
* More improvements on Blocking Sender and Receiver examplesIvan Solovev2023-02-103-10/+14
* Improve Terminal exampleIvan Solovev2023-02-106-24/+87
* Move Senred and Receiver examples to manual testsIvan Solovev2023-02-1012-459/+2
* SerialPort examples: update CMakeLists.txtIvan Solovev2023-02-106-13/+12
* Remove duplicated examplesIvan Solovev2023-02-0218-510/+2
* Polish the terminal exampleFriedemann Kleint2022-09-192-28/+31
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2313-13/+13
* Add license headers to cmake filesLucie Gérard2022-07-0713-0/+39
* Use SPDX license identifiersLucie Gérard2022-06-1042-1869/+102
* Improve examples CMakeLists.txtKai Köhne2022-02-2111-89/+44
* Switch examples to build as isolated sub-builds part 2Alexandru Croitor2022-02-051-1/+1
* Switch examples to build as isolated sub-buildsAlexandru Croitor2021-12-151-11/+11
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-09-2011-11/+11
* Qt SerialPort: dump 'master' and 'slave' terminologyKarsten Heimrich2021-02-1029-152/+152
* Qt SerialPort: remove not used source filesKarsten Heimrich2021-02-092-228/+0
* Qt SerialPort: use QStringView in enumeration exampleKarsten Heimrich2021-02-091-9/+7
* Qt6: Port module to cmake build systemKarsten Heimrich2021-01-1513-0/+457
* Qt6: Remove Qt4 supportKarsten Heimrich2021-01-152-12/+4
* Add ; to Q_UNUSEDLars Schmertmann2020-06-291-3/+3
* Update dependencies and fix build errorsVolker Hilsheimer2020-04-013-9/+6
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-191-1/+1
|\
| * Doc: Fix documentation warningsTopi Reinio2019-11-111-1/+1
* | Merge remote-tracking branch 'origin/wip/qt6' into devSimon Hausmann2019-09-197-37/+37
|\ \ | |/ |/|
| * Fix Qt6 buildAlexandru Croitor2019-08-017-38/+38
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-08-281-19/+16
|\ \
| * | Doc: Fix links to example codeNico Vertriest2019-08-271-19/+16
| |/
* | Remove usages of deprecated APIsSona Kurazyan2019-08-053-6/+3
|/
* qtlite: Skip building examples when configured with no-feature-itemviewsRainer Keller2018-01-125-0/+5
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-301-0/+5
|\
| * Check if the currentPortName is empty on blockingmaster exampleMika Salmela2017-08-301-0/+5
* | Revamp the Console Enumerator Examplev5.10.0-beta2Denis Shienkov2017-10-121-15/+17
* | Revamp the Blocking Master ExampleDenis Shienkov2017-10-065-121/+117
* | Revamp the Blocking Slave ExampleDenis Shienkov2017-10-065-108/+106
* | Revamp the Console Asynchronous Reader ExampleDenis Shienkov2017-10-053-38/+37
* | Revamp the Console Asynchronous Writer ExampleDenis Shienkov2017-10-053-45/+50
* | Revamp the Console Synchronous Reader ExampleDenis Shienkov2017-10-051-14/+18
* | Revamp the Console Synchronous Writer ExampleDenis Shienkov2017-10-051-18/+28
* | Revamp the Non-Blocking Master ExampleDenis Shienkov2017-10-053-76/+72
* | Revamp the Non-Blocking Slave ExampleDenis Shienkov2017-10-053-79/+73
* | Revamp the Enumerator ExampleDenis Shienkov2017-10-051-5/+3
* | Revamp the Terminal ExampleDenis Shienkov2017-10-057-147/+141
* | Terminal Example: Modernizev5.10.0-beta1Andre Hartmann2017-09-184-22/+12
|/
* Fix connect statement in terminal sampleSamuel Gaist2016-12-061-1/+1
* Replace remaining 0 to nullptr in the examplesDenis Shienkov2016-06-2411-11/+11
* Add remaining 'Q_DECL_OVERRIDE' to the examplesDenis Shienkov2016-06-233-6/+6
* Add 'explicit' keyword where possible to the examplesDenis Shienkov2016-06-208-8/+8
* Use auto in more casesDenis Shienkov2016-06-155-7/+7
* Replace remaining foreach with range-based forDenis Shienkov2016-06-152-2/+4