aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Correct license for tools filesLucie Gérard2024-04-042-2/+2
* Enable CMake autotestsJoerg Bornemann2024-01-252-4/+7
* Update tests and docker scripts to reflect the provisioning updatesIvan Solovev2023-07-252-5/+6
* CMake: Make qtcoap tests standalone projectsAlexandru Croitor2023-07-129-0/+54
* Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-1011-36/+1
* Fix the broken test after the retirement of qt_parse_all_argumentsAmir Masoud Abdol2023-01-212-2/+2
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-091-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-061-1/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-066-41/+41
* 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-279-9/+9
* Add license headers to cmake filesLucie Gérard2022-07-0712-0/+36
* Use SPDX license identifiersLucie Gérard2022-06-1512-348/+34
* Fix various signed/unsigned comparison warningsEdward Welbourne2021-10-041-8/+8
* CMake: Bump almost all cmake_minimum_required calls to 3.16Alexandru Croitor2021-09-221-1/+1
* Replace uses of deprecated QWARN macro with qWarningTor Arne Vestbø2021-08-031-2/+2
* Remove the trailing token from empty acknowledgment packetsSona Kurazyan2021-06-301-0/+31
* CMake: Disable usage of CMake API compatibility wrappersJoerg Bornemann2021-05-259-11/+11
* Remove left-over .pri filesJoerg Bornemann2021-05-051-5/+0
* Remove qmake project filesJoerg Bornemann2021-04-3016-148/+0
* Enable docker-based testserver in QtCoap testsSona Kurazyan2021-01-112-0/+6
* Fix QCoapOption's copy assignment operator to work on moved-from thisSona Kurazyan2020-12-111-0/+39
* Fix the build with the latest dev and update dependenciesSona Kurazyan2020-08-052-2/+2
* Use QList instead of QVector in qtcoapSona Kurazyan2020-06-244-26/+26
* CMake: Regenerate projects to be up-to-dateAlexandru Croitor2020-06-1213-48/+16
* Merge remote-tracking branch 'origin/wip/cmake' into devAlexandru Croitor2020-06-1215-0/+282
|\
| * Regenerate projectswip/cmakeAlexandru Croitor2019-11-1511-27/+17
| * Add initial support for CMakeSona Kurazyan2019-09-1915-0/+292
* | Fix a failing test and do some cleanupsSona Kurazyan2020-06-101-14/+14
* | Do not overwrite the payload of a QCoapRequestSona Kurazyan2020-06-021-5/+10
* | Fix deprecation warningsv5.15.0-beta4v5.15.0-beta3v5.15.0-beta2Sona Kurazyan2020-03-091-2/+4
* | Update tags for docker images to use "latest" tagSona Kurazyan2020-01-061-9/+19
* | Fix flaky test casesv5.14.0-beta2Sona Kurazyan2019-10-111-3/+2
* | Remove unnecessary core-private lib includesv5.14.0-beta1v5.14.0-alpha1Sona Kurazyan2019-09-179-9/+9
|/
* Improve the security testsSona Kurazyan2019-07-192-12/+28
* Add security testsSona Kurazyan2019-07-176-97/+374
* Remove the blacklists for CoAP testsSona Kurazyan2019-07-092-6/+0
* Use docker-based CoAP test servers for testsSona Kurazyan2019-07-0912-23/+245
* Remove deprecated QLatin1LiteralSona Kurazyan2019-06-141-3/+3
* Fix warningsSona Kurazyan2019-06-141-9/+9
* Add block option testsSona Kurazyan2019-05-211-0/+138
* Fix a typo: setMinumumTokenSize -> setMinimumTokenSizeSona Kurazyan2019-05-241-1/+1
* Add a method for setting the minimum token sizeSona Kurazyan2019-05-221-0/+45
* Remove QCoapClien's constructor for specifying a custom connectionSona Kurazyan2019-05-231-6/+10
* Conditionally enable subprojects for the private class testsSona Kurazyan2019-05-145-73/+8
* Use maximum/minimum instead of max/minSona Kurazyan2019-05-141-7/+7
* Improve the API of QCoapOptionSona Kurazyan2019-05-144-42/+34
* Forbid creation of QCoapReply and QCoapResourceDiscoveryReply objectsSona Kurazyan2019-05-142-84/+35
* Improve the API of QCoapRequestSona Kurazyan2019-05-144-28/+28
* Improve the API of QCoapMessageSona Kurazyan2019-05-145-60/+59