Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/cpeditor/lsp-cpp

An Easy to use C++ Language Server Client Library in Qt
https://github.com/cpeditor/lsp-cpp

build: remove the -ansi compile option (#4)

It conflicts with -std=gnu++17 and fails to build with CMake 3.26

69c8afa297eefa6132b9232221e3663d7ed2f605 authored almost 2 years ago by Yufan You <[email protected]>
fix: fix ToHex (#3)

This fixes #2

1825fd7dfe94ddfe4ef8bfbfb0f5738ff374071e authored almost 4 years ago by Yufan You <[email protected]>
Remove copyright notice about CP Editor (#1)

44e7cdea787c19646f3c88ba8cbd0ed5da02b9cd authored over 4 years ago by Yufan You <[email protected]>
Refactor(LSP): LSPProtocol -> LSP

LSPProtocol does not makes sense because, LSP is already "Language
Server Protocol"

4c097749440a5d3ab5aab6c1ce230220944adf59 authored over 4 years ago by Ashar Khan <[email protected]>
feat: Send signals for stderr and only initialize once

a7dad44f197974533552731787af2ae4126a22e1 authored over 4 years ago by ouuan <[email protected]>
fix: Add messages to buffer when the process is not running

I got the error "Notification textDocument/didChange before
initialization" after the last commi...

24dc3eda5dc92cf4a54a19bdcd67c71ec11b9038 authored over 4 years ago by ouuan <[email protected]>
Do not write to process if it is not running

4843650cb87d98266de9e326c5287f48f8e7bb74 authored over 4 years ago by Ashar Khan <[email protected]>
This commit adds example for on-fly diagonistics

It cab be used in the same way to check and parse the results.

7f3fb8ebdaf6dbdc47c0c39942fbe21be2e6a3fe authored almost 5 years ago by Ashar Khan <[email protected]>
Update LSPProtocol.hpp

880c98d1a8dc4aa3f38eb4a79ade351afb0e4174 authored almost 5 years ago by Ashar <[email protected]>
Update LSPClient.cpp

2327bac13957efbb379efc6795292787fa85b110 authored almost 5 years ago by Ashar <[email protected]>
Disable unused parameter warning

6d913e8453fd64fbf616be193fdafe2180a409a7 authored almost 5 years ago by Ashar <[email protected]>
fix warnings and supress excessive warnings

632a2c9a207997018709c8a57773ae0fb024d014 authored almost 5 years ago by Ashar Khan <[email protected]>
fix and improve

ff147513ad132bb92a5237052dd535cb93c9e3dd authored almost 5 years ago by Ashar Khan <[email protected]>
Create LICENSE

ed73601cf6a7282a7e3c3c030fa97a27e37ad37e authored almost 5 years ago by Ashar <[email protected]>
Update README.md

9ca63ff0eaea8b99d1eff11f2887c107575468fe authored almost 5 years ago by Ashar <[email protected]>
Update README.md

874d4b62110248f69795d9bb6e8a72f52fc26859 authored almost 5 years ago by Ashar <[email protected]>
Remove local files

0d7cbafbb4a153ccc3679fc0483c5e09c54dd854 authored almost 5 years ago by Ashar Khan <[email protected]>
Initial commit

e5e5beccde4202d43915d384df3cfe8ba5cb2624 authored almost 5 years ago by Ashar Khan <[email protected]>