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 |
|
ykiko
|
741f70a12c
|
Improve command handle (#149)
|
2025-07-18 19:50:53 +08:00 |
|
ykiko
|
d4c943d803
|
Improve compilation database handling (#142)
Co-authored-by: star9029 <hengxings783@gmail.com>
|
2025-06-23 16:49:35 +08:00 |
|
ykiko
|
a3075f86c0
|
Improve compiling (#140)
|
2025-06-17 22:07:31 +08:00 |
|
ykiko
|
9939f57acd
|
Hide CompilationUnit implementation (#139)
|
2025-06-15 15:13:09 +08:00 |
|
ykiko
|
bbece60524
|
Improve PCH handling (#136)
|
2025-06-10 22:33:17 +08:00 |
|
ykiko
|
ba75702c7d
|
Merge index from different header contexts (#121)
|
2025-05-25 19:45:51 +08:00 |
|
ykiko
|
7874fbacb8
|
Implement text document sync (#119)
|
2025-04-11 22:22:23 +08:00 |
|
ykiko
|
3f408a8e8e
|
Stabilize compilation interface (#117)
|
2025-03-30 21:30:52 +08:00 |
|
ykiko
|
d2d45b41f2
|
Refactor binary and index (#110)
|
2025-03-23 16:27:29 +08:00 |
|
ykiko
|
c54baf5590
|
Implement DocumentLink (#107)
|
2025-03-16 16:43:35 +08:00 |
|
ykiko
|
a4c1d269c1
|
Remove Basic folder (#103)
|
2025-03-15 23:47:07 +08:00 |
|
ykiko
|
0542a37802
|
Implement Scheduler interface (#101)
|
2025-03-15 20:28:18 +08:00 |
|
ykiko
|
49af4a9292
|
Clean Server (#93)
|
2025-03-09 19:19:52 +08:00 |
|
ykiko
|
74f1f13aaf
|
Reland folding range (#94)
|
2025-02-26 13:20:34 +08:00 |
|
ykiko
|
828d20b8c2
|
Add Location (#88)
|
2025-02-21 12:51:05 +08:00 |
|
Shiyu
|
bcb4c3895a
|
Fix API of InlayHint, FoldingRange. (#87)
Co-authored-by: ur4t <46435411+ur4t@users.noreply.github.com>
|
2025-02-20 20:56:51 +08:00 |
|
ykiko
|
6b12e7f610
|
Refactor index (#84)
|
2025-02-20 19:25:50 +08:00 |
|
ykiko
|
1b8d22f2b4
|
Fix building.
|
2025-02-19 12:27:42 +08:00 |
|
ykiko
|
93af013613
|
Merge branch 'main' of https://github.com/clice-project/clice
|
2025-02-19 12:15:29 +08:00 |
|
ykiko
|
424ee09a40
|
Make toLocalRange return FileID
|
2025-02-19 12:15:27 +08:00 |
|
Shiyu
|
40912a8a91
|
Implement Hover on Expression and Identifier and some fix. (#83)
|
2025-02-18 21:40:43 +08:00 |
|
ykiko
|
0bffadbad6
|
Fix ASTInfo::getFilePath
|
2025-02-17 21:08:26 +08:00 |
|
ykiko
|
f5130c6ae4
|
Check LocalSourceRange.
|
2025-02-17 20:56:29 +08:00 |
|
ykiko
|
32e64bfa1f
|
Add toLocalRange.
|
2025-02-17 20:53:36 +08:00 |
|
ykiko
|
59aba25474
|
Implement FilteredASTVisitor (#81)
|
2025-02-17 20:43:54 +08:00 |
|
ykiko
|
2f9622bca7
|
Clean the project (#57)
|
2025-02-05 14:10:11 +08:00 |
|
ykiko
|
30568e800c
|
Implement FeatureIndex (#52)
|
2025-01-25 00:56:34 +08:00 |
|
Shiyu
|
1a298a3be7
|
Add pragma region/endregion to FoldingRange. (#49)
|
2025-01-23 00:10:59 +08:00 |
|
ykiko
|
6cd23038e4
|
Implement Indexer (#48)
|
2025-01-22 23:55:33 +08:00 |
|
ykiko
|
bd1c2037cf
|
Update PCH building (#47)
|
2025-01-18 22:45:06 +08:00 |
|
ykiko
|
8cbfcba790
|
Implement computePreambleBound and collect has_include in PPCallbacks (#44)
|
2025-01-18 20:46:18 +08:00 |
|
ykiko
|
2f44874cbf
|
Clear Project (#40)
|
2025-01-16 22:48:35 +08:00 |
|
ykiko
|
909fcd5403
|
Refactor async (#30)
|
2025-01-12 01:31:32 +08:00 |
|
ykiko
|
b7d58d03f4
|
Initial refactor of index (#24)
|
2024-12-30 16:52:06 +08:00 |
|
ykiko
|
c13048b976
|
Implement checking deps logic for building PCH and PCM. (#15)
|
2024-12-14 22:32:32 +08:00 |
|
ykiko
|
5326480cd6
|
Basic support C++20 named module. (#12)
|
2024-12-14 13:40:13 +08:00 |
|
ykiko
|
7a78f5794a
|
Fix tests.
|
2024-12-10 18:51:29 +08:00 |
|
ykiko
|
c082458fb1
|
1. Make resource dir unique and global.
2. Use our custom CDB loader.
|
2024-12-10 16:15:50 +08:00 |
|
ykiko
|
f9bff085b2
|
Fix Index tests.
|
2024-12-08 23:37:58 +08:00 |
|
ykiko
|
d99b571088
|
Some update.
|
2024-12-08 14:54:23 +08:00 |
|
ykiko
|
4ccc577f57
|
Implement computeBounds.
|
2024-12-07 23:44:35 +08:00 |
|
ykiko
|
dc081384d5
|
Some clarification for CompliationParams.
|
2024-12-07 21:54:00 +08:00 |
|
ykiko
|
f768fdda24
|
Add ThreadSafeFS.
|
2024-12-07 18:34:25 +08:00 |
|
ykiko
|
1b7e5a6737
|
Add tests for directive collections.
|
2024-12-07 16:50:26 +08:00 |
|
ykiko
|
eaeb9b3ed7
|
Collect directives in PPCallback.
|
2024-12-07 01:45:56 +08:00 |
|
ykiko
|
d6921634ac
|
Rename buildXXX to compile to improve consistency.
|
2024-12-06 23:20:47 +08:00 |
|
ykiko
|
c31803b268
|
Some fix in Index.
|
2024-12-06 22:10:45 +08:00 |
|
ykiko
|
faebd0123e
|
Refactor Index.
|
2024-12-06 19:06:59 +08:00 |
|
ykiko
|
fdad191b29
|
Add CommandManager.
|
2024-12-05 20:16:30 +08:00 |
|