Commit Graph

436 Commits

Author SHA1 Message Date
ykiko
1da34574c9 build: use pixi for managing build toolchains (#322) 2025-12-16 01:53:25 +08:00
ykiko
cec13ec29b refactor: tests and format the world (#314) 2025-11-30 15:21:27 +08:00
ykiko
2214d53ea5 chore: simplify config file (#319) 2025-11-28 02:07:06 +08:00
ykiko
8f74adf2b9 extension: migrate zed to editors/ (#318) 2025-11-28 01:46:51 +08:00
ykiko
2c11be9365 extension: migrate nvim to editors/ (#317) 2025-11-28 01:46:37 +08:00
ykiko
caf9a172d6 extension: migrate vscode to editors/ (#316) 2025-11-28 00:37:22 +08:00
ykiko
8aff090a08 refactor: incremental update for compilation database and introduce query toolchain (#311) 2025-11-23 18:43:36 +08:00
ykiko
f16867902c build: update package workflow (#307)
Co-authored-by: star9029 <hengxings783@gmail.com>
v0.1.0-alpha.3
2025-11-17 00:45:44 +08:00
Shiyu
4d07bad2f2 build: add guard for clang-tidy-config.h in xmake rules (#306)
Co-authored-by: ykiko <ykikoykikoykiko@gmail.com>
2025-11-16 02:32:00 +08:00
ykiko
4a2a6aa65a build: update llvm checksum and refactor ci (#304) 2025-11-16 02:17:37 +08:00
star9029
3c53d3bc72 build: update llvm 21.1.4 checksum (#303) 2025-11-09 11:35:03 +08:00
ykiko
9e1039f861 refactor: improve logging (#301) 2025-11-08 00:37:07 +08:00
star9029
8a2ef62596 build: enable xmake ci package cache (#295) 2025-11-05 23:33:28 +08:00
ykiko
336ca639f0 refactor: CompilationDatabase and scan (#286) 2025-11-05 23:01:28 +08:00
ClSlaid
9c43285d0d fix: xmake spdlog force non-system (#299)
Signed-off-by: 蔡略 <cailue@apache.org>
2025-11-05 20:56:15 +08:00
ykiko
39ec9bf7c5 fix: reset clang dependency output options (#293) 2025-11-02 23:25:39 +08:00
ykiko
397eb71dad build: update llvm to 21.1.4 (#292) 2025-11-02 22:23:11 +08:00
Myriad-Dreamin
3b1e379408 Fix warnings in Compiler (#290) 2025-10-31 20:52:16 +08:00
Myriad-Dreamin
8b998e658c [Fix] Use server's encoding kind (#289) 2025-10-31 20:51:11 +08:00
Myriad-Dreamin
9806e45fa3 [Feature] Enable clang-tidy (#200)
Co-authored-by: star9029 <hengxings783@gmail.com>
2025-10-31 20:50:07 +08:00
Perdixky
7d71c0f689 [Fix] GCC compilation issue caused by template specialization (#287) 2025-10-29 09:45:42 +08:00
ykiko
a10908d3d9 Fix release ci (#282)
Co-authored-by: star9029 <hengxings783@gmail.com>
v0.1.0-alpha.2
2025-10-20 21:43:46 +08:00
ykiko
dffa884e5a Store indices to disk (#279) 2025-10-19 21:53:57 +08:00
qingfengzl
eda7f03a37 Fix logging color (#276) 2025-10-10 22:23:09 +08:00
ykiko
9674328c18 Add ProjectIndex and basic symbol lookup implementation (#274) 2025-10-08 16:39:50 +08:00
ykiko
4c63c52487 Serialize index to binary (#273) 2025-10-07 18:21:44 +08:00
ykiko
b705560557 Introduce flatbuffer (#272)
Co-authored-by: star9029 <hengxings783@gmail.com>
2025-10-06 13:10:29 +08:00
ykiko
49caa2d9ba FileIndex and MergedIndex for clice (#271) 2025-10-05 22:46:32 +08:00
ykiko
4a184a26ce Fix unit_test fail doesn't result in error in CI (#270) 2025-10-03 14:50:38 +08:00
ykiko
9569988509 Fix query driver on windows (#269) 2025-10-03 03:26:21 +08:00
ykiko
7cd20c8565 Add remove and append options for CompilationDatabase (#268) 2025-10-02 18:00:01 +08:00
qingfengzl
2b350400bd Fix unit test of driver query (#267) 2025-09-27 11:13:39 +08:00
tang donghai
afe808274b Update LLVM build configuration to include clang-tools-extra project (#266) 2025-09-25 22:37:16 +08:00
qingfengzl
e5348bd305 Fix glob pattern (#263) 2025-09-20 23:10:31 +08:00
sora-mono
f94927dc1d Dev Container Support (#248)
Co-authored-by: star9029 <hengxings783@gmail.com>
2025-09-19 23:28:36 +08:00
fogsong233
4953e7ac49 Fix typo (#260) 2025-09-15 22:03:26 +08:00
ykiko
bba3ee3174 Remove config option and read config file from ${workspace}/clice.toml (#258) 2025-09-14 22:42:02 +08:00
ykiko
50ef22f197 Fix npm security (#256) 2025-09-14 17:20:06 +08:00
ykiko
e8f5f6ba64 Allow log output to a file (#252)
Co-authored-by: star9029 <hengxings783@gmail.com>
2025-09-14 16:45:07 +08:00
zaragoza
d502eee53f Fix query driver on Windows (#255)
Co-authored-by: zaragoza-xu <xuyiyan920@gmail.com>
2025-09-11 00:10:54 +08:00
ykiko
2ffab4fdff Remove .html suffix of docs (#249) 2025-09-09 10:49:51 +08:00
ykiko
f65876903c Improve integration test (#246) 2025-09-09 02:03:59 +08:00
sora-mono
83c6b2d60d Support msvc build CMake (#233) 2025-09-07 23:30:46 +08:00
ykiko
3cc3bae441 Format and simplify intergration test (#245) 2025-09-07 23:27:39 +08:00
Myriad-Dreamin
5e273415ee Implement isRegisteredTidyCheck and isFastTidyCheck (#204) 2025-09-07 14:22:52 +08:00
Myriad-Dreamin
9ec4e0651a Documenting GCC toolchain settings (#231)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: star9029 <hengxings783@gmail.com>
2025-09-06 20:27:38 +08:00
zaragoza
5786d852f2 Record the time of handling request and notification (#236)
Co-authored-by: zaragoza-xu <xuyiyan920@gmail.com>
2025-09-06 16:29:29 +08:00
Myriad-Dreamin
0c0e898dac Fix ruff python warning (#230) 2025-09-06 16:24:57 +08:00
Myriad-Dreamin
658c33a01f Init clang tidy (#195) 2025-09-06 16:23:20 +08:00
Myriad-Dreamin
0d56dbf192 Install clice executable in CMakeLists.txt (#229) 2025-09-06 16:22:10 +08:00