Commit Graph

387 Commits

Author SHA1 Message Date
Myriad-Dreamin
0d56dbf192 Install clice executable in CMakeLists.txt (#229) 2025-09-06 16:22:10 +08:00
Myriad-Dreamin
a942279765 Build clice container (#196) 2025-09-06 16:21:28 +08:00
star9029
9e55381788 Improve build (#226) 2025-09-06 00:40:55 +08:00
ykiko
9eb0803d10 Fix org name and update README (#235) 2025-09-06 00:07:34 +08:00
ykiko
33cf288bcc Update LICENSE (#234) 2025-09-05 23:11:39 +08:00
sora-mono
bd0ead226b Fix/support build with msvc (#214) 2025-09-03 22:21:49 +08:00
ClSlaid
cb3bfd54f9 [CI] Dowload prebuilt llvm in cmake (#192)
Signed-off-by: 蔡略 <cailue@apache.org>
Co-authored-by: ykiko <ykikoykikoykiko@gmail.com>
2025-09-03 22:05:45 +08:00
Shiyu
c6db056af6 Update documents, add RPATH for LLVM dynamic libraries in xmake.lua (#221) 2025-09-03 20:35:08 +08:00
Shiyu
7beed982f2 Fix: store absolute path of source file in CompilationDatabase (#222) 2025-09-03 20:34:02 +08:00
Shiyu
155773cf66 Feat: better load and fetch compile command (#201)
Co-authored-by: ykiko <ykikoykikoykiko@gmail.com>
2025-09-02 22:12:05 +08:00
miyanyan
8337475b91 add CONFIGURE_DEPENDS to cmake file GLOB_RECURSE (#213) 2025-09-01 21:46:45 +08:00
Lucas Pingas
31e4c039d2 Add Bazel instructions to quick-start.md (#215)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: ykiko <ykikoykikoykiko@gmail.com>
2025-09-01 21:17:48 +08:00
ykiko
85de68ca79 Fix prebuilt macos (#217) 2025-09-01 21:05:03 +08:00
Myriad-Dreamin
bcd40b239d Also Handle InitializeParams::rootUri (#212) 2025-08-29 22:52:15 +08:00
star9029
41320e866c Fix resource dir for xmake (#211) 2025-08-29 22:28:18 +08:00
star9029
2fb36b7251 Fix release ci (#210) 2025-08-28 23:40:19 +08:00
ykiko
f4d5493d6f Update README (#206) 2025-08-26 22:45:54 +08:00
ykiko
d3a4550309 Update README (#205) 2025-08-26 22:35:50 +08:00
Myriad-Dreamin
90d424b72a Init uv project for pytest (#193)
Co-authored-by: star9029 <hengxings783@gmail.com>
2025-08-26 00:05:50 +08:00
Shiyu
260c268af7 Fix: improve some case that user's environment do not have driver installed (#185) 2025-08-24 19:46:22 +08:00
ykiko
0bf09a8a02 Fix release ci (#190) v0.1.0-alpha.1 2025-08-24 15:27:27 +08:00
ykiko
ce4b16ce30 Refactor and clean (#189) 2025-08-24 15:03:07 +08:00
Shiyu
cbb210c027 Chore: explicitly set compilation kind (#184)
Co-authored-by: ykiko <ykikoykikoykiko@gmail.com>
2025-08-24 00:57:53 +08:00
ykiko
5f8a577e26 Enable formatting (#188) 2025-08-23 22:52:27 +08:00
ykiko
52e45e1f26 Enable SignatureHelp (#187) 2025-08-23 20:52:49 +08:00
ykiko
c43702048e Enable inlay hints (#183) 2025-08-19 14:28:12 +08:00
ykiko
41d5ac1173 Fix docs and improve ci (#182) 2025-08-17 11:47:44 +08:00
Shiyu
1a258659fe Chore: hide unrelated cli options in unit_test. (#181) 2025-08-17 10:09:46 +08:00
Shiyu
744502033a Fix: use lru cache for active files in server (#177) 2025-08-17 10:04:12 +08:00
ykiko
08b41f15c2 Remove googletest (#178) 2025-08-16 23:09:13 +08:00
ykiko
e77f182fcd Initial Inlay Hint Support (#176) 2025-08-14 13:01:05 +08:00
ykiko
04cd848f3d Update docs (#174) 2025-08-13 20:21:54 +08:00
ykiko
f3e918b314 Update LLVM Version (#173)
Co-authored-by: star9029 <hengxings783@gmail.com>
2025-08-12 13:16:10 +08:00
qingfengzl
ce30acd8d3 Structural markdown representation (#162) 2025-08-11 22:43:48 +08:00
fogsong233
31fca83788 Add zlib dependence in flake.nix. (#155) 2025-08-10 22:34:50 +08:00
ykiko
a738ad536c Update PCH handling (#172) 2025-08-10 22:31:00 +08:00
qingfengzl
3615c5a194 Misc fix (#171) 2025-08-08 16:06:56 +08:00
ykiko
19cb98d02c Enable DocumentSymbol (#170) 2025-08-06 12:38:25 +08:00
ykiko
a4b83eb1dc Enable FoldingRange (#169) 2025-08-06 11:41:55 +08:00
ykiko
64e505d699 Enable DocumentLink (#168)
Co-authored-by: star9029 <hengxings783@gmail.com>
2025-08-06 10:58:04 +08:00
ykiko
072ddb3a59 Port SelectionTree from clangd to clice (#166) 2025-08-05 22:10:08 +08:00
ykiko
139eaa44f7 Improve AST handling (#165) 2025-08-03 17:43:42 +08:00
ykiko
893edc7634 Publish diagnostics (#164) 2025-07-30 23:41:03 +08:00
star9029
7aec7feb6e Add resource dir option for integration tests (#163) 2025-07-26 10:20:59 +08:00
ykiko
686538533a Improve document and add github pages (#161) 2025-07-23 22:18:39 +08:00
ykiko
0ce30fb072 Add DidOpen test (#160) 2025-07-23 10:05:07 +08:00
star9029
572e9d04e2 Add integration tests for xmake (#158) 2025-07-22 12:29:44 +08:00
ykiko
836d9dc988 Add basic test client (#156)
Co-authored-by: star9029 <hengxings783@gmail.com>
2025-07-21 17:55:10 +08:00
MoonChasing
583c560ba0 fix matcher typo (#157) 2025-07-20 16:55:31 +08:00
qingfengzl
e8c4b034ed Fix selection tree, add some unit tests (#154)
Co-authored-by: ykiko <ykikoykikoykiko@gmail.com>
2025-07-18 20:17:09 +08:00