summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Add tests for websocket support for mqttEven Oscar Andersen2025-01-2917-26/+132
* Use VersionClient macro everywhereEven Oscar Andersen2025-01-296-57/+49
* Change license for test filesLucie Gérard2024-03-208-8/+8
* Enable CMake autotestsJoerg Bornemann2024-01-242-6/+5
* Fix topic wildcard checksMaurice Kalinowski2023-11-301-0/+1
* Fix handling of multiple wildcardsMaurice Kalinowski2023-11-302-0/+38
* Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-1011-24/+0
* Fix the broken test after the retirement of qt_parse_all_argumentsAmir Masoud Abdol2023-01-2010-10/+10
* Monthly re-run of clang-tidy qt-* checks (11/2022)Marc Mutz2022-11-021-2/+2
* Fix potential race condition for receiving messagesMaurice Kalinowski2022-10-191-0/+52
* Port from container::count() and length() to size()Marc Mutz2022-10-104-30/+30
* Fix wildcard filter matchingMaurice Kalinowski2022-09-291-0/+3
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2312-12/+12
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-2810-10/+0
* Add license headers to cmake filesLucie Gérard2022-07-0712-0/+36
* Use SPDX license identifiersLucie Gérard2022-06-1610-272/+20
* Add support for nolocal subscriptionsMaurice Kalinowski2022-05-032-0/+50
* CMake: Bump almost all cmake_minimum_required calls to 3.16Alexandru Croitor2021-09-221-1/+1
* CMake: Disable usage of CMake API compatibility wrappersJoerg Bornemann2021-05-2610-10/+10
* Remove qmake project filesJoerg Bornemann2021-05-0313-185/+0
* Use QList instead of QVector in qtmqttSona Kurazyan2020-06-252-8/+8
* Prefer utf8 instead of local8BitMaurice Kalinowski2020-06-031-3/+3
* CMake: Regenerate projectsAlexandru Croitor2020-05-261-0/+15
* Merge remote-tracking branch 'origin/wip/cmake' into devAlexandru Croitor2020-05-2611-0/+206
|\
| * Regenerate projectswip/cmakeMaurice Kalinowski2020-05-261-1/+4
| * Regenerate projectsAlexandru Croitor2019-11-1510-20/+10
| * Add initial support for cmakeMaurice Kalinowski2019-09-0211-0/+213
* | Tst_QMqttClient: fix the FakeServer's response regarding payload sizeKonstantin Ritt2020-05-061-1/+3
* | Add runtime check for different test serverMaurice Kalinowski2020-05-061-1/+4
* | Increase waiting timeMaurice Kalinowski2020-05-061-1/+1
|/
* Add autoKeepAlive to QMqttClientMaurice Kalinowski2019-08-201-0/+82
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-111-2/+13
|\
| * Allow empty will messagesMaurice Kalinowski2019-07-021-2/+13
* | Avoid deprecated use of QTimehjk2019-07-011-4/+4
|/
* Fix server test codeMaurice Kalinowski2019-04-181-0/+5
* Rename shared subscription functionsMaurice Kalinowski2018-09-121-8/+8
* Add test for subscription overlapMaurice Kalinowski2018-08-201-0/+86
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-181-1/+1
|\
| * Fix CMake unit testsKevin Funk2018-08-161-1/+1
* | Add support for message status updatesMaurice Kalinowski2018-08-141-0/+100
* | Fix tests for brokers with no server connection propertiesMaurice Kalinowski2018-08-101-2/+1
* | Rename QMqttPublishProperties::subscriptionIdentifiersMaurice Kalinowski2018-08-091-4/+7
* | MQTT5: Rename QMqttServerConnectionProperties::reasonStringMaurice Kalinowski2018-08-091-1/+1
* | MQTT5: Introduce support for topic aliasesMaurice Kalinowski2018-08-081-2/+135
* | MQTT5: Introduce AUTH supportMaurice Kalinowski2018-08-021-0/+30
* | Disallow property changes while connectedMaurice Kalinowski2018-08-021-0/+44
* | MQTT5: Add support for shared subscriptionsMaurice Kalinowski2018-07-302-0/+157
* | MQTT5: Introduce QMqttUnsubscriptionPropertiesMaurice Kalinowski2018-07-261-3/+0
* | Move qWarning to categorized loggingMaurice Kalinowski2018-07-262-2/+2
* | Enable server client id testMaurice Kalinowski2018-07-241-2/+1