summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QTypedJson::Reader: don't parse JS objects as JS arraysHEADdevSami Shalayel46 hours1-0/+15
* QTypedJSON: add support for QMapSami Shalayel46 hours1-0/+38
* QTypedJson: don't confuse WorkDoneProgress(Report|Done)Sami Shalayel2026-01-191-1/+5
* lsp: fix structs for progress notificationSami Shalayel2025-12-054-0/+76
* Mark the whole repo with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2025-11-041-3/+3
* tests/auto/cmake: remove redundant cmake_minimum_required callsAhmad Samir2024-07-022-2/+2
* Correct license for test filesLucie Gérard2024-04-257-7/+7
* Simplify the WorkspaceEdit structSami Shalayel2024-04-241-0/+44
* QTypedJson: update parseStatus on error in objectsSami Shalayel2024-04-241-0/+86
* Enable CMake autotestsJoerg Bornemann2024-01-244-15/+10
* QIOPipePrivate: fix Clang's -Wfinal-dtor-non-final-classMarc Mutz2023-07-131-2/+2
* Fix the broken test after the retirement of qt_parse_all_argumentsAmir Masoud Abdol2023-01-201-2/+2
* Port from container::count() and length() to size()Marc Mutz2022-10-072-14/+14
* CMake: Don't build iOS auto tests when QT_BUILD_MINIMAL_STATIC_TESTAlexandru Croitor2022-09-071-0/+8
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-257-7/+7
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-283-3/+3
* Add license headers to cmake filesLucie Gérard2022-07-077-0/+21
* Use SPDX license identifiersLucie Gérard2022-06-287-231/+14
* Cleanup CMakeLists.txt of tst_typedjsonAndreas Buhr2022-05-231-1/+5
* Replace uses of deprecated _qs with _sSona Kurazyan2022-04-111-3/+4
* introduce finite state machine to parse http messagesFawzi Mohamed2021-12-232-6/+89
* Handle transport errors with protocol error handlerFawzi Mohamed2021-12-071-0/+29
* Use case insensitive compare or header labelsFawzi Mohamed2021-12-071-0/+53
* Implement language server protocolFawzi Mohamed2021-11-295-0/+964
* Remove threading from JsonRpc protocolUlf Hermann2021-11-291-16/+15
* Fix the batch testsUlf Hermann2021-11-261-7/+5
* Add typed json supportFawzi Mohamed2021-11-266-0/+311
* fix CI after adding repositoryFawzi Mohamed2021-11-192-1/+9
* Fix copyright yearFawzi Mohamed2021-11-081-1/+1
* Add a JsonRPC protocol implementationFawzi Mohamed2021-11-057-0/+744