index
:
qt/qtlanguageserver.git
6.10
6.10.0
6.10.1
6.10.2
6.10.3
6.11
6.11.0
6.11.1
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
6.9.2
6.9.3
dev
An implementation of the Language Server Protocol
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
QTypedJson::Reader: don't parse JS objects as JS arrays
HEAD
dev
Sami Shalayel
46 hours
1
-0
/
+4
*
QTypedJSON: add support for QMap
Sami Shalayel
46 hours
1
-1
/
+57
*
3rdparty: update LSP specification to 3.17
Sami Shalayel
10 days
3
-8266
/
+15386
*
Avoid potentially-detaching, non-const iteration
Ulf Hermann
10 days
3
-4
/
+3
*
Don't call operator[] on temporaries
Ulf Hermann
10 days
1
-2
/
+3
*
Use multi-arg() instead of multiple arg()
Ulf Hermann
10 days
1
-2
/
+1
*
generate.ts: reorder methods in qlanguageservergen{.cpp,_p.h}
Sami Shalayel
10 days
3
-1217
/
+921
*
generate.ts: sort types in cpp files
Sami Shalayel
10 days
7
-3919
/
+3951
*
generate.ts: update instructions on how to run
Sami Shalayel
2026-04-23
2
-5
/
+9
*
QTypedJson: don't confuse WorkDoneProgress(Report|Done)
Sami Shalayel
2026-01-19
4
-15
/
+37
*
qtlanguageserver: Add security header
Fabian Kosmale
2025-12-09
17
-0
/
+17
*
JSON-RPC: Add security header
Fabian Kosmale
2025-12-09
11
-0
/
+11
*
lsp: fix structs for progress notification
Sami Shalayel
2025-12-05
7
-64
/
+141
*
Fix file header generated by generate.ts
Tasuku Suzuki
2025-01-27
2
-2
/
+4
*
QJsonRpcProtocol: silence clang warning
Tim Blechmann
2024-12-02
1
-0
/
+1
*
Fix malformed warning message
Sami Shalayel
2024-11-28
1
-2
/
+3
*
Doc: Enable documentation testing in the CI
Topi Reinio
2024-11-04
1
-0
/
+3
*
jsontypedrpc: silence warning on gcc 14
Sami Shalayel
2024-09-13
1
-0
/
+4
*
Fix Unity build of QtQml
Friedemann Kleint
2024-09-11
2
-4
/
+4
*
JSON-RPC/QtLanguageServer: Enforce static builds
Fabian Kosmale
2024-06-21
4
-28
/
+8
*
Explicitly export the jsonRpc logging category as a Qt-internal one
Ulf Hermann
2024-06-12
1
-1
/
+1
*
Use Q_DECLARE_EXPORTED_LOGGING_CATEGORY
Ulf Hermann
2024-06-06
1
-1
/
+1
*
Simplify the WorkspaceEdit struct
Sami Shalayel
2024-04-24
2
-4
/
+20
*
QTypedJson: update parseStatus on error in objects
Sami Shalayel
2024-04-24
1
-1
/
+3
*
Regenerate the LSP types
Sami Shalayel
2024-04-24
2
-109
/
+108
*
Use NO_GENERATE_CPP_EXPORTS explicitly
Alexey Edelev
2024-03-25
2
-0
/
+2
*
TypedJson: Move some values into place
Ulf Hermann
2023-12-18
1
-3
/
+4
*
Typed JSON: Pass parameters as const ref
Ulf Hermann
2023-12-14
1
-26
/
+26
*
Inline doWalkArgs into its only user
Ulf Hermann
2023-12-14
1
-26
/
+18
*
Move all handlers into place in QJsonRpcProtocolPrivate
Ulf Hermann
2023-12-05
1
-7
/
+7
*
Null-initialize QJsonRpcProtocolPrivate::m_transport
Ulf Hermann
2023-12-05
1
-1
/
+1
*
Remove dead code
Fabian Kosmale
2023-10-18
1
-6
/
+0
*
Build with QT_NO_CONTEXTLESS_CONNECT
Ahmad Samir
2023-07-23
2
-0
/
+2
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-07
3
-16
/
+16
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-06
1
-1
/
+1
*
Change the license of all CMakeLists.txt and *.cmake files to BSD
Lucie Gérard
2022-08-25
2
-2
/
+2
*
Remove include for example URLs as the included file does not exist
Thibaut Cuvelier
2022-08-08
1
-1
/
+0
*
Add license headers to cmake files
Lucie Gérard
2022-07-07
2
-0
/
+6
*
Implement "dry run" mode for QHttpMessageStreamParser
Sami Shalayel
2022-06-30
2
-6
/
+29
*
Use SPDX license identifiers
Lucie Gérard
2022-06-28
29
-1090
/
+58
*
GCC std::optional whack-a-mole [1/N]: QTypedJson::Reader
Marc Mutz
2022-06-01
1
-2
/
+1
*
languageserver: set default value of variant containing null to null
Fawzi Mohamed
2022-05-02
2
-8
/
+34
*
lanuageserver/generate.ts: cosmetic fix, add space after #include
Fawzi Mohamed
2022-04-28
1
-9
/
+9
*
Replace uses of deprecated _qs with _s
Sona Kurazyan
2022-04-11
7
-29
/
+44
*
qtypedjson_p.h: do not rely on transitive include
Fabian Kosmale
2022-03-11
1
-0
/
+1
*
CMake: Mark the JsonRpc and LanguageServer modules as internal
Alexandru Croitor
2022-02-23
2
-2
/
+4
*
introduce finite state machine to parse http messages
Fawzi Mohamed
2021-12-23
5
-90
/
+518
*
Add some documentation for the qtlanguageserver module
Fawzi Mohamed
2021-12-22
1
-0
/
+49
*
pass handler by value and move in lambda for request* methods
Fawzi Mohamed
2021-12-16
3
-251
/
+296
*
request*: ensure that we have a local copy of handlers
Fawzi Mohamed
2021-12-15
2
-53
/
+53
[next]